Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / DOM / Java XmlElement
In This Topic
    Java XmlElement
    In This Topic
    com.liquid_technologies.ltxmllib20.dom.XmlElement 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 Element.

      Members Description  
        getFirstChildElement Gets this elements first child (May be null).

     
        getNextSiblingElement Gets this elements next sibling (May be null).

     
        getLocalName Gets the unqualified name of the element

     
        getNamespaceURI Gets the full namespace associated with the attribute

     
        getElementText Gets the text contained within the element

     
        getAttributes Returns a collection of all the child attributes