程序包 | 说明 |
---|---|
org.jdom2.input | |
org.jdom2.input.sax |
限定符和类型 | 方法和说明 |
---|---|
XMLReaderJDOMFactory |
SAXBuilder.getXMLReaderFactory()
Get the current XMLReader factory.
|
限定符和类型 | 方法和说明 |
---|---|
void |
SAXBuilder.setXMLReaderFactory(XMLReaderJDOMFactory rfac)
Set the current XMLReader factory.
|
构造器和说明 |
---|
SAXBuilder(XMLReaderJDOMFactory readersouce)
Creates a new SAXBuilder with the specified XMLReaderJDOMFactory.
|
SAXBuilder(XMLReaderJDOMFactory xmlreaderfactory,
SAXHandlerFactory handlerfactory,
JDOMFactory jdomfactory)
Creates a new SAXBuilder.
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractReaderSchemaFactory
This
AbstractReaderSchemaFactory class returns XMLReaders configured to
validate against the supplied Schema instance. |
class |
AbstractReaderXSDFactory
This AbstractReaderJDOMFactory class returns XMLReaders configured to validate
against the supplied XML Schema (XSD) instance.
|
class |
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.
|
class |
XMLReaders
An enumeration of
XMLReaderJDOMFactory that allows for a single
central location to create XMLReaders. |
class |
XMLReaderSAX2Factory
Create XMLReaders directly from the SAX2.0 API using a SAX Driver class name
or the default SAX2.0 location process.
|
class |
XMLReaderSchemaFactory
This
XMLReaderJDOMFactory class returns XMLReaders configured to
validate against the supplied Schema instance. |
class |
XMLReaderXSDFactory
This XMLReaderJDOMFactory class returns XMLReaders configured to validate
against the supplied XML Schema (XSD) instance.
|