ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Data Structures | |
class | Base |
The Base XML element is the standard parser & generator that's used by the XML reader and writer. More... | |
class | Cdata |
CDATA element. More... | |
class | Elements |
'Elements' is a simple list of elements, without values or attributes. More... | |
class | KeyValue |
'KeyValue' parses out all child elements from a single node, and outputs a key=>value struct. More... | |
class | Uri |
Uri element. More... | |
class | XmlFragment |
The XmlFragment element allows you to extract a portion of your xml tree, and get a well-formed xml string. More... | |