Module: Tilia::Xml::Element
- Includes:
- XmlDeserializable, XmlSerializable
- Included in:
- Base, Elements, KeyValue, Uri, XmlFragment
- Defined in:
- lib/tilia/xml/element.rb,
lib/tilia/xml/element/uri.rb,
lib/tilia/xml/element/base.rb,
lib/tilia/xml/element/cdata.rb,
lib/tilia/xml/element/elements.rb,
lib/tilia/xml/element/key_value.rb,
lib/tilia/xml/element/xml_fragment.rb
Overview
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.
Defined Under Namespace
Classes: Base, Cdata, Elements, KeyValue, Uri, XmlFragment