ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This is the XML element interface. More...
Data Structures | |
class | CDataTest |
class | Eater |
The intention for this reader class, is to read past the end element. More... | |
class | ElementsTest |
class | KeyValueTest |
class | Mock |
class | UriTest |
class | XmlFragmentTest |
Additional Inherited Members | |
![]() | |
xmlSerialize (Writer $writer) | |
The xmlSerialize method is called during xml writing. More... | |
![]() | |
static | xmlDeserialize (Reader $reader) |
The deserialize method is called during xml parsing. More... | |
This is the XML element interface.
Elements are responsible for serializing and deserializing part of an XML document into PHP values.
It combines XmlSerializable and XmlDeserializable into one logical class that does both.
Definition at line 18 of file Element.php.