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 |
|---|---|
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.
|
XMLReader createXMLReader() throws JDOMException
SAXBuilder.JDOMException - if an XMLReader was not available.boolean isValidating()
Copyright ? 2015 Jason Hunter, Brett McLaughlin. All Rights Reserved.