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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ n ] [ r ] [ s ] [ t ] [ u ] [ v ] [ 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
addRoot
in file Tree.php, method XML_Tree::addRoot()
    Sets the root node of the XML tree.
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.
cloneTree
in file Tree.php, method XML_Tree::cloneTree()
    Get a copy of this tree by cloning and all of its nodes, 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 Tree.php, method XML_Tree::dump()
    Print text representation of XML tree.
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

f

$file
in file Tree.php, variable XML_Tree::$file
    File Handle
$filename
in file Tree.php, variable XML_Tree::$filename
    Filename from which the XML_Tree was read
top

g

get
in file Node.php, method XML_Tree_Node::get()
    Returns text representation of this node.
get
in file Tree.php, method XML_Tree::get()
    Get text representation of XML tree.
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'.
getElementsByTagName
in file Tree.php, method XML_Tree::getElementsByTagName()
    Gets all children that match a given tag name.
getElementsByTagNameFromNode
in file Tree.php, method XML_Tree::getElementsByTagNameFromNode()
    Gets all children that match a given tag name from node
getName
in file Tree.php, method XML_Tree::getName()
    Get current namespace.
getNodeAt
in file Tree.php, method XML_Tree::getNodeAt()
    Get a reference to a node. Node is searched by its 'path'.
getNodeAt
in file Node.php, method XML_Tree_Node::getNodeAt()
    Get a reference to a node by its 'path'.
getNodeNamespace
in file Tree.php, method XML_Tree::getNodeNamespace()
    Get A Nodes Namespace
getRoot
in file Tree.php, method XML_Tree::getRoot()
    Gets the root node
getTreeFromFile
in file Tree.php, method XML_Tree::getTreeFromFile()
    Maps a XML file to a XML_Tree
getTreeFromString
in file Tree.php, method XML_Tree::getTreeFromString()
    Maps an XML string to an XML_Tree.
top

i

insertChild
in file Node.php, method XML_Tree_Node::insertChild()
    Inserts child ($child) to a specified child-position ($pos)
insertChild
in file Tree.php, method XML_Tree::insertChild()
    Inserts a child/tree (child) into tree ($path,$pos) and maintains namespace integrity
isValidName
in file Tree.php, method XML_Tree::isValidName()
    Checks if $name is a valid XML name
top

n

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

r

$root
in file Tree.php, variable XML_Tree::$root
    Root node of the XML tree
registerName
in file Node.php, method XML_Tree_Node::registerName()
    Register a namespace.
removeChild
in file Tree.php, method XML_Tree::removeChild()
    Removes a child node from tree and maintains namespace integrity
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

t

Tree.php
procedural page Tree.php
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
$use_cdata_sections
in file Tree.php, variable XML_Tree::$use_cdata_sections
    Whether to encapsulate the all CDATA in a <![CDATA[]]> section
unsetAttribute
in file Node.php, method XML_Tree_Node::unsetAttribute()
    Unsets an attribute of this node.
useCdataSections
in file Tree.php, method XML_Tree::useCdataSections()
    Use <![CDATA[]]> for all CDATA sections
top

v

$version
in file Tree.php, variable XML_Tree::$version
    XML Version
top

x

XML_Tree
in file Tree.php, method XML_Tree::XML_Tree()
    Constructor
XML_Tree
in file Tree.php, class XML_Tree
    PEAR::XML_Tree
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.