public 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 and 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 © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.