[Horde_Xml_Element] element index
Package indexes
Horde
Horde_Framework
Horde_Alarm
horde
Horde_Argv
Horde_Auth
Auth
Kolab_Server
Horde_Block
Horde_Browser
Horde_CLI
Horde_Cache
Horde_Cipher
Horde_Compress
Horde_Crypt
Horde_DOM
Horde_Data
Horde_DataTree
Horde_Date
Horde_Editor
Horde_Feed
File_CSV
File_PDF
Horde_Form
Horde_Group
Horde_History
Horde_Text
Horde_Http_Client
Horde_IMAP
Horde_Image
Horde_Kolab
Kolab_Filter
Kolab_Test
Kolab
Horde_Kolab_Filter
Kolab_Format
Kolab_FreeBusy
Share
Kolab_Storage
Horde_LDAP
Horde_Lens
Horde_Loader
Horde_Lock
Horde_Log
Horde_MIME
Horde_MIME_Viewer
Mail
Horde_Maintenance
Horde_Memcache
Horde_Mobile
Horde_NLS
Net_IMSP
Net_SMS
Horde_Notification
Horde_Perms
Horde_Prefs
Horde_RPC
Rampage
Horde_Rdo
Horde_Routes
Horde_SQL
Horde_Db
Horde_Scheduler
Horde_Secret
Horde_Serialize
Horde_SessionHandler
Horde_SessionObjects
Horde_Share
Horde_SpellChecker
SyncML
Horde_Template
Text_Diff
Horde_Text_Textile
Horde_Token
Horde_Tree
Horde_UI
Horde_Util
VC
VFS
VFS_ISO
Horde_View
XML_WBXML
Horde_Yaml
admintools
Horde_iCalendar
Kolab_Resource
Horde_Kolab_Resource
All elements
a
e
f
g
h
l
m
n
o
p
r
s
t
_
_
top
$_appended
Horde_Xml_Element::$_appended
in Element.php
$_element
Horde_Xml_Element::$_element
in Element.php
$_namespaces
Horde_Xml_Element::$_namespaces
in Element.php
$_parentElement
Horde_Xml_Element::$_parentElement
in Element.php
$_serialized
Horde_Xml_Element::$_serialized
in Element.php
A string representation of the element, used when serializing/unserializing.
_children
Horde_Xml_Element::_children()
in Element.php
Finds children with tagnames matching $var
_ensureAppended
Horde_Xml_Element::_ensureAppended()
in Element.php
Appends this element to its parent if necessary.
__call
Horde_Xml_Element::__call()
in Element.php
Get the value of an element with method syntax.
__construct
Horde_Xml_Element::__construct()
in Element.php
Horde_Xml_Element constructor.
__construct
Horde_Xml_Element_Exception::__construct()
in Exception.php
__get
Horde_Xml_Element::__get()
in Element.php
Map variable access onto the underlying entry representation.
__isset
Horde_Xml_Element::__isset()
in Element.php
Map isset calls onto the underlying entry representation.
__set
Horde_Xml_Element::__set()
in Element.php
Map variable sets onto the underlying entry representation.
__sleep
Horde_Xml_Element::__sleep()
in Element.php
Prepare for serialization
__toString
Horde_Xml_Element::__toString()
in Element.php
Returns the nodeValue of this element when this object is used in a string context.
__unset
Horde_Xml_Element::__unset()
in Element.php
Remove all children matching $var.
__wakeup
Horde_Xml_Element::__wakeup()
in Element.php
Unserialization handler; parse $this->_element as either an XML string or a real DOMElement.
a
top
appendChild
Horde_Xml_Element::appendChild()
in Element.php
Append a child node to this element.
AllTests.php
AllTests.php
in AllTests.php
e
top
Exception.php
Exception.php
in Exception.php
Element.php
Element.php
in Element.php
$element
Horde_Xml_Element_ElementTest::$element
in ElementTest.php
ElementTest.php
ElementTest.php
in ElementTest.php
f
top
fromArray
Horde_Xml_Element::fromArray()
in Element.php
Add child elements and attributes to this element from a simple key => value hash. Keys can be:
g
top
getDom
Horde_Xml_Element::getDom()
in Element.php
Get a DOM representation of the element
h
top
Horde_Xml_Element
Horde_Xml_Element
in Element.php
Wraps a DOMElement allowing for SimpleXML-like access to attributes.
Horde_Xml_Element_Exception
Horde_Xml_Element_Exception
in Exception.php
Horde_Xml_Element_AllTests
Horde_Xml_Element_AllTests
in AllTests.php
Horde_Xml_Element_ElementTest
Horde_Xml_Element_ElementTest
in ElementTest.php
l
top
lookupNamespace
Horde_Xml_Element::lookupNamespace()
in Element.php
Get the full version of a namespace prefix
m
top
main
Horde_Xml_Element_AllTests::main()
in AllTests.php
n
top
$namespacedElement
Horde_Xml_Element_ElementTest::$namespacedElement
in ElementTest.php
o
top
offsetExists
Horde_Xml_Element::offsetExists()
in Element.php
Required by the ArrayAccess interface.
offsetGet
Horde_Xml_Element::offsetGet()
in Element.php
Required by the ArrayAccess interface.
offsetSet
Horde_Xml_Element::offsetSet()
in Element.php
Required by the ArrayAccess interface.
offsetUnset
Horde_Xml_Element::offsetUnset()
in Element.php
Required by the ArrayAccess interface.
p
top
PHPUnit_MAIN_METHOD
PHPUnit_MAIN_METHOD
in AllTests.php
r
top
registerNamespace
Horde_Xml_Element::registerNamespace()
in Element.php
Add a namespace and prefix to the registered list
s
top
saveXml
Horde_Xml_Element::saveXml()
in Element.php
Get an XML string representation of this element
saveXmlFragment
Horde_Xml_Element::saveXmlFragment()
in Element.php
Get the XML for only this element
setDom
Horde_Xml_Element::setDom()
in Element.php
Update the object from a DOM element
setParent
Horde_Xml_Element::setParent()
in Element.php
Set the parent element of this object to another Horde_Xml_Element.
setUp
Horde_Xml_Element_ElementTest::setUp()
in ElementTest.php
suite
Horde_Xml_Element_AllTests::suite()
in AllTests.php
t
top
testAppendChild
Horde_Xml_Element_ElementTest::testAppendChild()
in ElementTest.php
testArrayGet
Horde_Xml_Element_ElementTest::testArrayGet()
in ElementTest.php
testExists
Horde_Xml_Element_ElementTest::testExists()
in ElementTest.php
testFromArray
Horde_Xml_Element_ElementTest::testFromArray()
in ElementTest.php
testGet
Horde_Xml_Element_ElementTest::testGet()
in ElementTest.php
testIllegalFromArray
Horde_Xml_Element_ElementTest::testIllegalFromArray()
in ElementTest.php
testInvalidXml
Horde_Xml_Element_ElementTest::testInvalidXml()
in ElementTest.php
testIsInitialized
Horde_Xml_Element_ElementTest::testIsInitialized()
in ElementTest.php
testSerialization
Horde_Xml_Element_ElementTest::testSerialization()
in ElementTest.php
testSet
Horde_Xml_Element_ElementTest::testSet()
in ElementTest.php
testStrings
Horde_Xml_Element_ElementTest::testStrings()
in ElementTest.php
testUnset
Horde_Xml_Element_ElementTest::testUnset()
in ElementTest.php
testXml
Horde_Xml_Element_ElementTest::testXml()
in ElementTest.php
a
e
f
g
h
l
m
n
o
p
r
s
t
_