Interface XMLReaderJDOMFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
    • Method Detail

      • createXMLReader

        org.xml.sax.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