Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Class and Description |
---|
ClasspathResourceResolver |
DocumentBuilderPool
Describes a pool for DocumentBuilders.
|
DocumentVisitor
Encapsulates pieces of code processed while visiting a DOM tree.
|
DOMParser
Encapsulates the common usage of the DocumentBuilder class within a helpful DOMParser class.
|
DOMParserException
Wraps the thrown SAXParser and IOExeptions as RuntimeExeptions,
so you can catch them in a higer level.
|
DOMParserOptions
Options describing some common options for DOMParsers.
|
DOMSerializer
Utility calls responsible for serializing xml documents to output streams.
|
DOMSerializerException
Wraps underlying transformer exceptions as runtime exceptions.
|
DOMSerializerOptions
Encapsulates settings for the DOMSerializer.
|
SimpleNamespaceContext
Simple NamespaceContext implementation.
|
XMLBuilder
Smart wrapper around the Document.create* methods, which is desinged to support the creation of
DOM structures within source code.
|
XMLBuilder.XMLElement |
XMLChunk
A chunk generated by
XMLChunkIterator |
XMLChunkHandler
Processes XML chunks.
|
XMLChunkReader
Reads an xml document with an internal xml stream reader
and as chunks and calls a subsets of XMLStreamChunkHandler instances.
|
XMLPath
Represents an XPath and its evaluation.
|
XMLPath.BooleanXMLPath
Class BooleanXMLPath, represents xpath queries resulting in boolean
values.
|
XMLPath.NodeSetXMLPath
Class NodeSetXMLPath, represents xpaths resulting in NodeLists.
|
XMLPath.NodeXMLPath
Class NodeXMLPath, represents xpaths resulting in nodes.
|
XMLPath.NumberXMLPath
Class NumberXMLPath, represents xpath queries resulting in number values.
|
XMLPath.StringXMLPath
Class StringXMLPath, represents xpaths queries resulting in string
values.
|
XMLPathCtx
Encapsulates context informations for xpath expressions.
|
Copyright © 2004–2018 52north.org. All rights reserved.