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 |