XMLString - XML string
The class supports hierarchical browsing through an XML string. The XML string has to contain valid XML text. XML elements and attributes may be retrieved recursively.
Attributes
- value - XML string handle
Functions
- XMLString - Constructor
- assign - Assign XML string
- attribute - Get XML attribute
- attributeCount - Get attribute count
- close - Close XML string
- element - Get subordinated XML element
- elementCount - Get element count
- hasAttribute - Has XML element attribute
- hasElement - Has XML element subordinated element(s)
- isAttribute - Is XML string an XML attribute
- isElement - Is XML string an XML element
- isValid - Is XML string valid
- name - Get element or attribute name
- nextElement - Get next element
- open - Open XML string
- operator= - Assign XML string
- save - Save XML string to file
- toString - Convert to String
- xml2Schema - Provide type definition for XML file
- ~XMLString - Destructor