Class AbstractParser

    • Constructor Detail

      • AbstractParser

        public AbstractParser()
    • Method Detail

      • parse

        public org.w3c.dom.Document parse​(java.net.URL in)
                                   throws java.io.IOException,
                                          CreationException
        Description copied from interface: Parser
        Parse the specified InputSource.
        Specified by:
        parse in interface Parser
        Returns:
        A non-null DOM Document object.
        Throws:
        java.io.IOException - If an I/O error occourred accessing the specified System-ID.
        CreationException - If an error occourred parsing the document.