Package org.opensaml.xml.parse

Classes for managing pools of DOM parsers (DocumentBuilders).

See:
          Description

Interface Summary
ParserPool A pool of XML parsers.
 

Class Summary
BasicParserPool A pool of JAXP 1.3 DocumentBuilders.
ClasspathResolver A entity resolver that resolves an entity's location within the classpath.
LoggingErrorHandler A SAX error handler that logs errors a Logger before rethrowing them.
StaticBasicParserPool A pool of JAXP 1.3 DocumentBuilders.
 

Exception Summary
XMLParserException An exception thrown when there is a problem creating an XML parser or parsing XML with on.
 

Package org.opensaml.xml.parse Description

Classes for managing pools of DOM parsers (DocumentBuilders).

DOM parsers can be very expensive to create, the ParserPool helps by allows them to be cached and reused.



Copyright © 1999-2012. All Rights Reserved.