[Horde_Xml_Element] element index

Package indexes

All elements
a e f g h l m n o p r s t _
_
top
Variable $_appended
Variable $_element
Variable $_namespaces
Variable $_parentElement
Variable $_serialized
A string representation of the element, used when serializing/unserializing.
Method _children
Finds children with tagnames matching $var
Method _ensureAppended
Appends this element to its parent if necessary.
Method __call
Get the value of an element with method syntax.
Method __construct
Horde_Xml_Element constructor.
Method __construct
Method __get
Map variable access onto the underlying entry representation.
Method __isset
Map isset calls onto the underlying entry representation.
Method __set
Map variable sets onto the underlying entry representation.
Method __sleep
Prepare for serialization
Method __toString
Returns the nodeValue of this element when this object is used in a string context.
Method __unset
Remove all children matching $var.
Method __wakeup
Unserialization handler; parse $this->_element as either an XML string or a real DOMElement.
a
top
Method appendChild
Append a child node to this element.
Page AllTests.php
AllTests.php in AllTests.php
e
top
Page Exception.php
Exception.php in Exception.php
Page Element.php
Element.php in Element.php
Variable $element
Page ElementTest.php
ElementTest.php in ElementTest.php
f
top
Method fromArray
Add child elements and attributes to this element from a simple key => value hash. Keys can be:
g
top
Method getDom
Get a DOM representation of the element
h
top
Class Horde_Xml_Element
Horde_Xml_Element in Element.php
Wraps a DOMElement allowing for SimpleXML-like access to attributes.
Class Horde_Xml_Element_Exception
Class Horde_Xml_Element_AllTests
Class Horde_Xml_Element_ElementTest
l
top
Method lookupNamespace
Get the full version of a namespace prefix
m
top
Method main
n
top
Variable $namespacedElement
o
top
Method offsetExists
Required by the ArrayAccess interface.
Method offsetGet
Required by the ArrayAccess interface.
Method offsetSet
Required by the ArrayAccess interface.
Method offsetUnset
Required by the ArrayAccess interface.
p
top
Constant PHPUnit_MAIN_METHOD
PHPUnit_MAIN_METHOD in AllTests.php
r
top
Method registerNamespace
Add a namespace and prefix to the registered list
s
top
Method saveXml
Get an XML string representation of this element
Method saveXmlFragment
Get the XML for only this element
Method setDom
Update the object from a DOM element
Method setParent
Set the parent element of this object to another Horde_Xml_Element.
Method setUp
Method suite
t
top
Method testAppendChild
Method testArrayGet
Method testExists
Method testFromArray
Method testGet
Method testIllegalFromArray
Method testInvalidXml
Method testIsInitialized
Method testSerialization
Method testSet
Method testStrings
Method testUnset
Method testXml
a e f g h l m n o p r s t _