AbstractReaderSchemaFactory, AbstractReaderXSDFactory, XMLReaderJAXPFactory, XMLReaders, XMLReaderSAX2Factory, XMLReaderSchemaFactory, XMLReaderXSDFactorypublic interface XMLReaderJDOMFactory
SAXBuilder.
See the package documentation for details on what
XMLReaderJDOMFactory implementations are available and when they are
recommended.
org.jdom2.input.sax| Modifier and Type | Method | Description |
|---|---|---|
org.xml.sax.XMLReader |
createXMLReader() |
Return a new XMLReader according to the implementation of this
XMLReaderJDOMFactory instance.
|
boolean |
isValidating() |
Does an XMLReader from this factory do more than just well-formed checks.
|
org.xml.sax.XMLReader createXMLReader()
throws JDOMException
SAXBuilder.JDOMException - if an XMLReader was not available.boolean isValidating()
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.