ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Sabre\Xml\Element Interface Reference

This is the XML element interface. More...

+ Inheritance diagram for Sabre\Xml\Element:
+ Collaboration diagram for Sabre\Xml\Element:

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

- Public Member Functions inherited from Sabre\Xml\XmlSerializable
 xmlSerialize (Writer $writer)
 The xmlSerialize method is called during xml writing. More...
 
- Static Public Member Functions inherited from Sabre\Xml\XmlDeserializable
static xmlDeserialize (Reader $reader)
 The deserialize method is called during xml parsing. More...
 

Detailed Description

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.

Author
Evert Pot (http://evertpot.com/) http://sabre.io/license/ Modified BSD License

Definition at line 18 of file Element.php.


The documentation for this interface was generated from the following file: