The sax classes implement various utility classes for use in SAX parsing.
Components
- ChainingEntityResolver
-
An EntityResolver implementation that allows multiple EntityResolvers to be searched before
determining that an entity can not be resolved.
- ChainingEntityResolverFactory
- A factory to create ChainingEntityResolvers.
- DTDHandlerFactory
- A factory to create DTDHandlers.
- EntityResolverFactory
- A factory to create EntityResolvers.
- EventBroadcastFilter
- A SAXFilter that broadcasts the SAX event to multiple child SAXFilters.
- InMemoryEntityResolver
- An entity resolver that stores the list of entities in a Map.
- InMemoryEntityResolverFactory
- A factory that produces InMemoryEntityResolvers.
- ParserInterface
-
An interface that defines the minimal functionality for a SAX parser in an implementation
inspecific way.
- PassthroughErrorLogger
-
An ErrorHandler that logs the error messages and then passes the error notification to an
enclosed ErrorHandler for final disposition.
All trademarks and copyrights are the property of their respective owners.
Copyright © 2002-2004 by Xenei.com, All Rights Reserved