XML Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
XML::AttributeAn attribute
XML::AttributesThe collection of attributes for a node
XML::CDataNodeThe XML node type used to for a CDATA section
XML::CharTableA lookup table used to check the attributes of characters in an XML stream
XML::CommentNodeThe XML node type used to for a comment
XML::DocTypeNodeThe XML node type used for the document type
XML::DocumentThe XML node type used for the top-most node
XML::ElementNodeThe XML node type used to denote an element
XML::FindByNameThe predicate used to find an attribute by name
XML::IOExceptionThe type of exception throw during serialization of an XML document
XML::NodeThe base class for all nodes that are stored in an XML document
XML::NodeContainerThe mixin class used for node types that can contain other nodes
XML::ProcessingNodeThe XML node type used for a processing instruction
XML::ReaderThe reader to create an XML document from a text stream
XML::TextNodeThe XML node type used for the text contained between other nodes
XML::WriterThe writer to create a text stream from an XML document
XML::XPathIteratorAn iterator for enumerating an XML document according to an XPath expression