Element
Interfaces, Classes and Traits
- Base
- The Base XML element is the standard parser & generator that's used by the XML reader and writer.
- Cdata
- CDATA element.
- Elements
- 'Elements' is a simple list of elements, without values or attributes.
- KeyValue
- 'KeyValue' parses out all child elements from a single node, and outputs a key=>value struct.
- Uri
- Uri element.
- XmlFragment
- The XmlFragment element allows you to extract a portion of your xml tree, and get a well-formed xml string.
- CDataTest
- Eater
- The intention for this reader class, is to read past the end element. This should trigger a ParseException.
- ElementsTest
- KeyValueTest
- Mock
- UriTest
- XmlFragmentTest