|
XML Library
|
| XML::Attribute | An attribute |
| XML::Attributes | The collection of attributes for a node |
| XML::CDataNode | The XML node type used to for a CDATA section |
| XML::CharTable | A lookup table used to check the attributes of characters in an XML stream |
| XML::CommentNode | The XML node type used to for a comment |
| XML::DocTypeNode | The XML node type used for the document type |
| XML::Document | The XML node type used for the top-most node |
| XML::ElementNode | The XML node type used to denote an element |
| XML::FindByName | The predicate used to find an attribute by name |
| XML::IOException | The type of exception throw during serialization of an XML document |
| XML::Node | The base class for all nodes that are stored in an XML document |
| XML::NodeContainer | The mixin class used for node types that can contain other nodes |
| XML::ProcessingNode | The XML node type used for a processing instruction |
| XML::Reader | The reader to create an XML document from a text stream |
| XML::TextNode | The XML node type used for the text contained between other nodes |
| XML::Writer | The writer to create a text stream from an XML document |
| XML::XPathIterator | An iterator for enumerating an XML document according to an XPath expression |
1.7.6.1