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

Element index for package XML

[ a ] [ c ] [ d ] [ f ] [ g ] [ i ] [ n ] [ r ] [ t ] [ u ] [ v ] [ x ]

a

addRoot
in file Tree.php, method XML_Tree::addRoot()
    Sets the root node of the XML tree.
top

c

cloneTree
in file Tree.php, method XML_Tree::cloneTree()
    Get a copy of this tree by cloning and all of its nodes, recursively.
top

d

dump
in file Tree.php, method XML_Tree::dump()
    Print text representation of XML tree.
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 Tree.php, method XML_Tree::get()
    Get text representation of XML tree.
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'.
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 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

$namespace
in file Tree.php, variable XML_Tree::$namespace
    Namespace
top

r

$root
in file Tree.php, variable XML_Tree::$root
    Root node of the XML tree
removeChild
in file Tree.php, method XML_Tree::removeChild()
    Removes a child node from tree and maintains namespace integrity
top

t

Tree.php
procedural page Tree.php
top

u

$use_cdata_sections
in file Tree.php, variable XML_Tree::$use_cdata_sections
    Whether to encapsulate the all CDATA in a <![CDATA[]]> section
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
top

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