Interface XMLReaderJDOMFactory

    • Method Detail

      • createXMLReader

        XMLReader createXMLReader()
                           throws JDOMException
        Return a new XMLReader according to the implementation of this XMLReaderJDOMFactory instance. The XMLReader is expected to be a new instance that is unrelated to any other XMLReaders, and can be reused at will by SAXBuilder.
        Returns:
        a new XMLReader
        Throws:
        JDOMException - if an XMLReader was not available.
      • isValidating

        boolean isValidating()
        Does an XMLReader from this factory do more than just well-formed checks.
        Returns:
        true if the XMLReader validates