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 Technologies abstraction of an XML attribute.
| Members | Description | |||
| getLocalName | Gets the name of the attribute | |||
| getValue | Gets the value contained by the attribute | |||
| getPrefix | Gets the prefix used by the namespace (may be an empty string) | |||
| getNamespaceURI | Gets the full namespace associated with the attribute | |||
| isNamespaceAttribute | Indicates if this attribute a schema markup (i.e. a namespace declaration etc) |