接口 | 说明 |
---|---|
SAXEngine |
SAXEngine provides an interface to interact with either the SAXBuilder or the
SAXBuilderEngine.
|
SAXHandlerFactory |
Provides SAXBuilder with SAXHandler instances to support SAX parsing.
|
XMLReaderJDOMFactory |
This interface can be used to supply custom XMLReaders to
SAXBuilder . |
类 | 说明 |
---|---|
AbstractReaderSchemaFactory |
This
AbstractReaderSchemaFactory class returns XMLReaders configured to
validate against the supplied Schema instance. |
AbstractReaderXSDFactory |
This AbstractReaderJDOMFactory class returns XMLReaders configured to validate
against the supplied XML Schema (XSD) instance.
|
BuilderErrorHandler |
The standard JDOM error handler implementation.
|
DefaultSAXHandlerFactory |
This SAXHandlerFactory instance provides default-configured SAXHandler
instances for all non-custom situations.
|
SAXBuilderEngine |
Builds a JDOM document from files, streams, readers, URLs, or a SAX
InputSource instance using a SAX parser. |
SAXHandler |
A support class for
SAXBuilder which listens for SAX events. |
XMLReaderJAXPFactory |
Create XMLReaders directly from the javax.xml.parsers.SAXParserFactory API using an explicit
implementation of the parser instead of relying on the default JAXP search path.
|
XMLReaderSAX2Factory |
Create XMLReaders directly from the SAX2.0 API using a SAX Driver class name
or the default SAX2.0 location process.
|
XMLReaderSchemaFactory |
This
XMLReaderJDOMFactory class returns XMLReaders configured to
validate against the supplied Schema instance. |
XMLReaderXSDFactory |
This XMLReaderJDOMFactory class returns XMLReaders configured to validate
against the supplied XML Schema (XSD) instance.
|
枚举 | 说明 |
---|---|
XMLReaders |
An enumeration of
XMLReaderJDOMFactory that allows for a single
central location to create XMLReaders. |