Element index for package xmllib
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ l ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ x ]
[ _ ]
top
top
top
d
- dump
- in file xmllib.php, method XmlLib_Node::dump()
Outputs document to browser, complete with header
top
top
top
top
h
- hasChildNodes
- in file xmllib.php, method XmlLib_Node::hasChildNodes()
This is a convenience method to allow easy determination of whether a node has any children.
- hasChildren
- in file xmllib.php, method XmlLib_Node::hasChildren()
This is a convenience method to allow easy determination of whether a node has any children.
top
top
top
p
- parent
- in file xmllib.php, method XmlLib_Node::parent()
If the returned value is null, the node is the topmost (root)
- parentNode
- in file xmllib.php, method XmlLib_Node::parentNode()
If the returned value is null, the node is the topmost (root)
top
r
- removeAttribute
- in file xmllib.php, method XmlLib_Node::removeAttribute()
Removes a named attribute
- removeChild
- in file xmllib.php, method XmlLib_Node::removeChild()
Removes the child node indicated by oldChild from the list of children, and returns it.
- replaceChild
- in file xmllib.php, method XmlLib_Node::replaceChild()
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node. If the newChild is already in the tree, it is first removed.
top
top
top
u
- unescape
- in file xmllib.php, method XmlLib_Node::unescape()
decodes c-style slashes and html-entities (unicode ones too)
top
top
|
|