Xml
Namespaces
Interfaces, Classes and Traits
- Element
- This is the XML element interface.
- XmlDeserializable
- Implementing the XmlDeserializable interface allows you to use a class as a deserializer for a specific element.
- XmlSerializable
- Objects implementing XmlSerializable can control how they are represented in Xml.
- LibXMLException
- This exception is thrown when the Readers runs into a parsing error.
- ParseException
- This is a base exception for any exception related to parsing xml files.
- Reader
- The Reader class expands upon PHP's built-in XMLReader.
- Service
- XML parsing and writing service.
- Version
- This class contains the version number for this package.
- Writer
- The XML Writer class.
- ContextStackTest
- Test for the ContextStackTrait.
- InfiteLoopTest
- ReaderTest
- ServiceTest
- WriterTest
- ContextStackTrait
- Context Stack.