程序包 | 说明 |
---|---|
org.jdom2.input | |
org.jdom2.input.sax |
类和说明 |
---|
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.
|
SAXEngine
SAXEngine provides an interface to interact with either the SAXBuilder or the
SAXBuilderEngine.
|
SAXHandler
A support class for
SAXBuilder which listens for SAX events. |
SAXHandlerFactory
Provides SAXBuilder with SAXHandler instances to support SAX parsing.
|
XMLReaderJDOMFactory
This interface can be used to supply custom XMLReaders to
SAXBuilder . |
XMLReaders
An enumeration of
XMLReaderJDOMFactory that allows for a single
central location to create XMLReaders. |