XML_Tree
[ class tree: XML_Tree ] [ index: XML_Tree ] [ all elements ]

Element index for package XML_Tree

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ n ] [ r ] [ s ] [ u ] [ x ]

a

$attributes
in file Node.php, variable XML_Tree_Node::$attributes
    Attributes of this node
addChild
in file Node.php, method XML_Tree_Node::addChild()
    Append a child node to this node, after all other nodes
top

c

$children
in file Node.php, variable XML_Tree_Node::$children
    Children of this node
$content
in file Node.php, variable XML_Tree_Node::$content
    Content (text) of this node
cloneNode
in file Node.php, method XML_Tree_Node::cloneNode()
    Get a copy of this node by clone this node and all of its children, recursively.
cdata_sections_1.php
procedural page cdata_sections_1.php
top

d

decodeXmlEntities
in file Node.php, method XML_Tree_Node::decodeXmlEntities()
    Decode XML entities in a text string.
dump
in file Node.php, method XML_Tree_Node::dump()
    Print text representation of XML_Tree_Node.
top

e

$error
in file Node.php, variable XML_Tree_Node::$error
    Stores PEAR_Error upon error
encodeXmlEntities
in file Node.php, method XML_Tree_Node::encodeXmlEntities()
    Escape XML entities.
error_handling_1.php
procedural page error_handling_1.php
top

g

get
in file Node.php, method XML_Tree_Node::get()
    Returns text representation of this node.
getAttribute
in file Node.php, method XML_Tree_Node::getAttribute()
    Get an attribute by its name.
getElement
in file Node.php, method XML_Tree_Node::getElement()
    Gets an element by its 'path'.
getNodeAt
in file Node.php, method XML_Tree_Node::getNodeAt()
    Get a reference to a node by its 'path'.
top

i

insertChild
in file Node.php, method XML_Tree_Node::insertChild()
    Inserts child ($child) to a specified child-position ($pos)
top

n

$name
in file Node.php, variable XML_Tree_Node::$name
    Name of the node
$namespaces
in file Node.php, variable XML_Tree_Node::$namespaces
    Namespaces for the node
Node.php
procedural page Node.php
top

r

registerName
in file Node.php, method XML_Tree_Node::registerName()
    Register a namespace.
removeChild
in file Node.php, method XML_Tree_Node::removeChild()
    Removes child at a given position
top

s

setAttribute
in file Node.php, method XML_Tree_Node::setAttribute()
    Sets an attribute for this node.
setContent
in file Node.php, method XML_Tree_Node::setContent()
    Sets the content for this node.
top

u

$use_cdata_section
in file Node.php, variable XML_Tree_Node::$use_cdata_section
    Whether to encapsulate the CDATA in a <![CDATA[]]> section
unsetAttribute
in file Node.php, method XML_Tree_Node::unsetAttribute()
    Unsets an attribute of this node.
top

x

XML_Tree_Node
in file Node.php, method XML_Tree_Node::XML_Tree_Node()
    Constructor
XML_Tree_Node
in file Node.php, class XML_Tree_Node
    PEAR::XML_Tree_Node
top

Documentation generated on Mon, 11 Mar 2019 15:34:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.