Classes |
Reader |
The Reader class expands upon PHP's built-in XMLReader. |
Service |
XML parsing and writing service. |
Writer |
The XML Writer class. |
|
Interfaces |
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. |
|
Traits |
ContextStackTrait |
Context Stack. |
|
Exceptions |
ParseException |
This is a base exception for any exception related to parsing xml files. |
|