Uses of Package
org.n52.security.common.xml

Packages that use org.n52.security.common.xml
org.n52.security.common.xml The XML package contains utiltiy and helper classes for xml processing.
 

Classes in org.n52.security.common.xml used by org.n52.security.common.xml
ClasspathEntityResolver
          Class ClasspathEntityResolver tries to load external entities from the classpath.
DocumentBuilderPool
          Interface DocumentBuilderPool describes a pool for DocumentBuilders.
DocumentVisitor
          A DocumentVisitor encapsulates pices of code processed during visiting a dom tree.
DOMParser
          Class DOMParser encapsulates the common usage of the DocumentBuilder class within a this helpfull DOMParser class.
DOMParserException
          Class DOMParserException wrapps the thrown SAXParser and IOExeptions as Runtimeexeptions, thow you can catch them in a higer stack.
DOMParserOptions
          Class DOMParserOptions are options describing some common options for DOMParsers.
DOMSerializer
          Class DOMSerializer is a small utility calls responsible for serializing xml documents to output streams.
DOMSerializerException
          Class DOMSerializerException wrapps underlying transformer exceptions as runtime exceptions.
DOMSerializerOptions
          Class DOMSerializerOptions encapsulates settings for the DOMSerializer.
SimpleNamespaceContext
          Class SimpleNamespaceContext is a simple NamespaceContext implementation.
XMLBuilder
          The XMLBuilder is a smart wrapper arround the Document.create* methods, with it's desinged to support the creation of DOM structures within the source code.
XMLBuilder.XMLElement
           
XMLChunkHandler
          Interface XMLChunkHandler processes xml chunks.
XMLChunkReader
          Class XMLStreamChunkReader reads an xml document with an internal xml stream reader and as chunks and calls a subsets of XMLStreamChunkHandler instances.
XMLPath
          Class XMLPath represents an XPath and it's 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
          Class XMLPathCtx encapsulates context informations for xpath expressions.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.