Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / DOM / Java XmlDocument
In This Topic
    Java XmlDocument
    In This Topic
    com.liquid_technologies.ltxmllib20.dom.XmlDocument Interface

    The generated wrapper classes use DOM parser to first break down the XML. The DOM parser is created using the javax.xml.parsers.DocumentBuilderFactory has been abstracted so that a number of different implementations can be used without changing the generated output.
    This class represents the liquid techonologies abstraction of an XML Document.

      Members Description  
        parse Parses an XML Document.

     
        parse (from Element)

    parses the XML from an org.w3c.dom.Element - e.g. an element already parsed with xerces

     
        getDocumentElement Gets the documents root element