Tree
[ ]
[ ]
[ ]
[ ]
[ ]
Element index for package Tree
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
k ]
[
m ]
[
n ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
x ]
[
y ]
[
_ ]
_
- __construct : ezcTreeUnknownIdException
- in file unknown_id.php, method ezcTreeUnknownIdException::__construct()
Constructs a new ezcTreeUnknownIdException for the ID $nodeId.
- __construct : ezcTreeNodeListIterator
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::__construct()
Constructs a new ezcTreeNodeListIterator object over $nodeList.
- __construct : ezcTreeNodeList
- in file tree_node_list.php, method ezcTreeNodeList::__construct()
Constructs a new ezcTreeNodeList object.
- __construct : ezcTreeVisitorXHTMLOptions
- in file visitor_xhtml.php, method ezcTreeVisitorXHTMLOptions::__construct()
Constructs an object with the specified values.
- __construct : ezcTreeVisitorYUIOptions
- in file visitor_yui.php, method ezcTreeVisitorYUIOptions::__construct()
Constructs an object with the specified values.
- __construct : ezcTreeVisitorYUI
- in file yui.php, method ezcTreeVisitorYUI::__construct()
Constructs a new ezcTreeVisitorYUI visualizer.
- __construct : ezcTreeXml
- in file xml.php, method ezcTreeXml::__construct()
Constructs a new ezcTreeXml object from the XML data in $xmlFile and using the $store to retrieve data from.
- __construct : ezcTreeVisitorXHTML
- in file xhtml.php, method ezcTreeVisitorXHTML::__construct()
Constructs a new ezcTreeVisitorXHTML visualizer.
- __construct : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::__construct()
Constructs a new ezcTreeNode object with ID $nodeId on tree $tree.
- __construct : ezcTreeTransactionNotStartedException
- in file transaction_not_started.php, method ezcTreeTransactionNotStartedException::__construct()
Constructs a new ezcTreeTransactionNotStartedException.
- __construct : ezcTreeInvalidXmlException
- in file invalid_xml.php, method ezcTreeInvalidXmlException::__construct()
Constructs a new ezcTreeInvalidXmlException.
- __construct : ezcTreeInvalidIdException
- in file invalid_id.php, method ezcTreeInvalidIdException::__construct()
Constructs a new ezcTreeInvalidIdException for the ID $nodeId.
- __construct : ezcTreeInvalidClassException
- in file invalid_class.php, method ezcTreeInvalidClassException::__construct()
Constructs a new ezcTreeInvalidClassException.
- __construct : ezcTreeInvalidXmlFormatException
- in file invalid_xml_format.php, method ezcTreeInvalidXmlFormatException::__construct()
Constructs a new ezcTreeInvalidXmlFormatException.
- __construct : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::__construct()
Constructs a new ezcTreeMemory object.
- __construct : ezcTreeTransactionAlreadyStartedException
- in file transaction_already_started.php, method ezcTreeTransactionAlreadyStartedException::__construct()
Constructs a new ezcTreeTransactionAlreadyStartedException.
- __construct : ezcTreeVisitorPlainText
- in file plain_text.php, method ezcTreeVisitorPlainText::__construct()
Constructs a new ezcTreeVisitorPlainText visualizer using $symbolCharset as character set.
- __construct : ezcTreeDataStoreMissingDataException
- in file missing_data.php, method ezcTreeDataStoreMissingDataException::__construct()
Constructs a new ezcTreeDataStoreMissingDataException.
- __construct : ezcTreeIdsDoNotMatchException
- in file ids_do_not_match.php, method ezcTreeIdsDoNotMatchException::__construct()
Constructs a new ezcTreeIdsDoNotMatchException.
a
- accept : ezcTreeVisitable
- in file visitable.php, method ezcTreeVisitable::accept()
Accepts the visitor.
- accept : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::accept()
Implements the accept method for visiting.
- accept : ezcTree
- in file tree.php, method ezcTree::accept()
Implements the accept method for visiting.
- addChild : ezcTreeXml
- in file xml.php, method ezcTreeXml::addChild()
Adds the node $childNode as child of the node with ID $parentId.
- addChild : ezcTree
- in file tree.php, method ezcTree::addChild()
Adds the node $childNode as child of the node with ID $parentId.
- addChild : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::addChild()
Adds the node $node as child of the current node to the tree.
- addChild : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::addChild()
Adds the node $childNode as child of the node with ID $parentId
- addNode : ezcTreeNodeList
- in file tree_node_list.php, method ezcTreeNodeList::addNode()
Adds the node $node to the list.
- addTransactionItem : ezcTree
- in file tree.php, method ezcTree::addTransactionItem()
Adds a new transaction item to the list.
b
- beginTransaction : ezcTree
- in file tree.php, method ezcTree::beginTransaction()
Starts an transaction in which all tree modifications are queued until the transaction is committed with the commit() method.
c
- $class : ezcTreeVisitorYUI
- in file yui.php, variable ezcTreeVisitorYUI::$class
Holds the XHTML class.
- $class : ezcTreeVisitorXHTML
- in file xhtml.php, variable ezcTreeVisitorXHTML::$class
Holds the XHTML class.
- checkNodeId : ezcTree
- in file tree.php, method ezcTree::checkNodeId()
This method checks whether a node ID is valid to be used in a backend.
- commit : ezcTree
- in file tree.php, method ezcTree::commit()
Commits the transaction by running the stored instructions to modify the tree structure.
- copy : ezcTree
- in file tree.php, method ezcTree::copy()
Copies the tree in $from to the empty tree in $to.
- create : ezcTreeXml
- in file xml.php, method ezcTreeXml::create()
Creates a new XML tree in the file $xmlFile using $store as data store.
- create : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::create()
A factory method that creates a new empty tree using the data store $store.
- createNode : ezcTree
- in file tree.php, method ezcTree::createNode()
Creates a new tree node with node ID $nodeId and $data.
- current : ezcTreeNodeListIterator
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::current()
Returns the data belonging to the current node, and fetches the data in case on-demand fetching is required.
d
- $dom : ezcTreeXmlInternalDataStore
- in file xml_internal.php, variable ezcTreeXmlInternalDataStore::$dom
Contains the DOM representing this tree this data store stores data for.
- delete : ezcTreeXml
- in file xml.php, method ezcTreeXml::delete()
Deletes the node with ID $nodeId from the tree, including all its children.
- delete : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::delete()
Deletes the node with ID $nodeId from the tree, including all its children
- delete : ezcTree
- in file tree.php, method ezcTree::delete()
Deletes the node with ID $nodeId from the tree, including all its children.
- deleteDataForAllNodes : ezcTreeXmlInternalDataStore
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::deleteDataForAllNodes()
Deletes the data for all the nodes in the store.
- deleteDataForAllNodes : ezcTreeMemoryDataStore
- in file memory.php, method ezcTreeMemoryDataStore::deleteDataForAllNodes()
Deletes the data for all the nodes in the store.
- deleteDataForAllNodes : ezcTreeDataStore
- in file data_store.php, method ezcTreeDataStore::deleteDataForAllNodes()
Deletes the data for all the nodes in the store.
- deleteDataForNodes : ezcTreeXmlInternalDataStore
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::deleteDataForNodes()
Deletes the data for all the nodes in the node list $nodeList.
- deleteDataForNodes : ezcTreeDataStore
- in file data_store.php, method ezcTreeDataStore::deleteDataForNodes()
Deletes the data for all the nodes in the node list $nodeList.
- deleteDataForNodes : ezcTreeMemoryDataStore
- in file memory.php, method ezcTreeMemoryDataStore::deleteDataForNodes()
Deletes the data for all the nodes in the node list $nodeList.
- doChildren : ezcTreeVisitorYUI
- in file yui.php, method ezcTreeVisitorYUI::doChildren()
Loops over the children of the node with ID $id.
- doChildren : ezcTreeVisitorXHTML
- in file xhtml.php, method ezcTreeVisitorXHTML::doChildren()
Loops over the children of the node with ID $id.
- data_store.php
- procedural page data_store.php
e
- $edges : ezcTreeVisitorPlainText
- in file plain_text.php, variable ezcTreeVisitorPlainText::$edges
Holds all the edges of the graph.
- $edges : ezcTreeVisitorGraphViz
- in file graphviz.php, variable ezcTreeVisitorGraphViz::$edges
Holds all the edges of the graph.
- $edges : ezcTreeVisitorXHTML
- in file xhtml.php, variable ezcTreeVisitorXHTML::$edges
Holds all the edges of the graph.
- $edges : ezcTreeVisitorYUI
- in file yui.php, variable ezcTreeVisitorYUI::$edges
Holds all the edges of the graph.
- ezcTree
- in file tree.php, class ezcTree
ezcTree is an abstract class from which all the tree implementations inherit.
- ezcTreeDataStore
- in file data_store.php, class ezcTreeDataStore
ezcTreeDataStore is an interface describing the methods that a tree data storage module should implement.
- ezcTreeDataStoreMissingDataException
- in file missing_data.php, class ezcTreeDataStoreMissingDataException
Exception that is thrown when a node is added through the ArrayAccess interface with a key that is different from the node's ID.
- ezcTreeException
- in file exception.php, class ezcTreeException
This class provides an exception container for use with the Tree component.
- ezcTreeIdsDoNotMatchException
- in file ids_do_not_match.php, class ezcTreeIdsDoNotMatchException
Exception that is thrown when a node is added through the ArrayAccess interface with a key that is different from the node's ID.
- ezcTreeInvalidClassException
- in file invalid_class.php, class ezcTreeInvalidClassException
Exception that is thrown when a wrong class is used.
- ezcTreeInvalidIdException
- in file invalid_id.php, class ezcTreeInvalidIdException
Exception that is thrown when a node is created with an invalid ID.
- ezcTreeInvalidXmlException
- in file invalid_xml.php, class ezcTreeInvalidXmlException
Exception that is thrown when an XML tree document is not well-formed.
- ezcTreeInvalidXmlFormatException
- in file invalid_xml_format.php, class ezcTreeInvalidXmlFormatException
Exception that is thrown when an XML tree document does not validate.
- ezcTreeMemory
- in file memory.php, class ezcTreeMemory
ezcTreeMemory is an implementation of a tree backend that operates on an in-memory tree structure. Meta-information is kept in objects of the ezcTreeMemoryNode class.
- ezcTreeMemoryDataStore
- in file memory.php, class ezcTreeMemoryDataStore
ezcTreeMemoryDataStore implements storing of node data as part of the node itself. It stores this node information in objects of the ezcTreeMemoryNode class.
- ezcTreeNode
- in file tree_node.php, class ezcTreeNode
ezcTreeNode represents a node in a tree.
- ezcTreeNodeList
- in file tree_node_list.php, class ezcTreeNodeList
ezcTreeNodeList represents a lists of nodes.
- ezcTreeNodeListIterator
- in file tree_node_list_iterator.php, class ezcTreeNodeListIterator
ezcTreeNodeListIterator implements an iterator over an ezcTreeNodeList.
- ezcTreeTransactionAlreadyStartedException
- in file transaction_already_started.php, class ezcTreeTransactionAlreadyStartedException
Exception that is thrown when a transaction is active and "beginTransaction()" is called again.
- ezcTreeTransactionNotStartedException
- in file transaction_not_started.php, class ezcTreeTransactionNotStartedException
Exception that is thrown when "commit()" or "rollback()" are called without a matching "beginTransaction()" call.
- ezcTreeUnknownIdException
- in file unknown_id.php, class ezcTreeUnknownIdException
Exception that is thrown when a node is request through an unknown (non-existing) ID.
- ezcTreeVisitable
- in file visitable.php, class ezcTreeVisitable
Interface for visitable tree elements that can be visited by ezcTreeVisitor implementations for processing using the Visitor design pattern.
- ezcTreeVisitor
- in file visitor.php, class ezcTreeVisitor
Interface for visitor implementations that want to process a tree using the Visitor design pattern.
- ezcTreeVisitorGraphViz
- in file graphviz.php, class ezcTreeVisitorGraphViz
An implementation of the ezcTreeVisitor interface that generates GraphViz/dot markup for a tree structure.
- ezcTreeVisitorPlainText
- in file plain_text.php, class ezcTreeVisitorPlainText
An implementation of the ezcTreeVisitor interface that generates a plain text representation of a tree structure.
- ezcTreeVisitorXHTML
- in file xhtml.php, class ezcTreeVisitorXHTML
An implementation of the ezcTreeVisitor interface that generates an XHTML representatation of a tree structure.
- ezcTreeVisitorXHTMLOptions
- in file visitor_xhtml.php, class ezcTreeVisitorXHTMLOptions
Class containing the options for the ezcTreeVisitorXHTMLOptions class.
- ezcTreeVisitorYUI
- in file yui.php, class ezcTreeVisitorYUI
An implementation of the ezcTreeVisitor interface that generates an XHTML representatation of a tree structure, as YUI wants.
- ezcTreeVisitorYUIOptions
- in file visitor_yui.php, class ezcTreeVisitorYUIOptions
Class containing the options for the ezcTreeVisitorYUIOptions class.
- ezcTreeXml
- in file xml.php, class ezcTreeXml
ezcTreeXml is an implementation of a tree backend that operates on an XML file.
- ezcTreeXmlDataStore
- in file xml.php, class ezcTreeXmlDataStore
ezcTreeXmlDataStore is an interface defining common methods for XML based data stores.
- ezcTreeXmlInternalDataStore
- in file xml_internal.php, class ezcTreeXmlInternalDataStore
ezcTreeXmlInternalDataStore is an implementation of a tree node data store that stores node information in child elements of the XML elements containing the tree nodes.
- relaxNG : ezcTreeXml
- in file xml.php, class constant ezcTreeXml::relaxNG
Contains the relax-NG schema to validate the tree XML.
- exception.php
- procedural page exception.php
f
- fetchChildren : ezcTree
- in file tree.php, method ezcTree::fetchChildren()
Returns all the children of the node with ID $nodeId.
- fetchChildren : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::fetchChildren()
Returns all the children of this node.
- fetchChildren : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fetchChildren()
Returns all the children of the node with ID $nodeId.
- fetchChildren : ezcTreeXml
- in file xml.php, method ezcTreeXml::fetchChildren()
Returns all the children of the node with ID $nodeId.
- fetchDataForNode : ezcTreeDataStore
- in file data_store.php, method ezcTreeDataStore::fetchDataForNode()
Retrieves the data for the node $node from the data store and assigns it to the node's 'data' property.
- fetchDataForNode : ezcTreeXmlInternalDataStore
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::fetchDataForNode()
Retrieves the data for the node $node from the data store and assigns it to the node's 'data' property.
- fetchDataForNode : ezcTreeMemoryDataStore
- in file memory.php, method ezcTreeMemoryDataStore::fetchDataForNode()
Retrieves the data for the node $node from the data store and assigns it to the node's 'data' property.
- fetchDataForNodes : ezcTreeXmlInternalDataStore
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::fetchDataForNodes()
Retrieves the data for all the nodes in the node list $nodeList and assigns this data to the nodes' 'data' properties.
- fetchDataForNodes : ezcTreeMemoryDataStore
- in file memory.php, method ezcTreeMemoryDataStore::fetchDataForNodes()
Retrieves the data for all the nodes in the node list $nodeList and assigns this data to the nodes' 'data' properties.
- fetchDataForNodes : ezcTreeNodeList
- in file tree_node_list.php, method ezcTreeNodeList::fetchDataForNodes()
Fetches data for all nodes in the node list.
- fetchDataForNodes : ezcTreeDataStore
- in file data_store.php, method ezcTreeDataStore::fetchDataForNodes()
Retrieves the data for all the nodes in the node list $nodeList and assigns this data to the nodes' 'data' properties.
- fetchNodeById : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fetchNodeById()
Returns the node identified by the ID $nodeId.
- fetchNodeById : ezcTree
- in file tree.php, method ezcTree::fetchNodeById()
Returns the node identified by the ID $nodeId.
- fetchParent : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::fetchParent()
Returns the parent node of this node.
- fetchParent : ezcTreeXml
- in file xml.php, method ezcTreeXml::fetchParent()
Returns the parent node of the node with ID $nodeId.
- fetchParent : ezcTree
- in file tree.php, method ezcTree::fetchParent()
Returns the parent node of the node with ID $nodeId.
- fetchParent : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fetchParent()
Returns the parent node of the node with ID $nodeId.
- fetchPath : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fetchPath()
Returns all the nodes in the path from the root node to the node with ID $nodeId, including those two nodes.
- fetchPath : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::fetchPath()
Returns all the nodes in the path from the root node to this node.
- fetchPath : ezcTree
- in file tree.php, method ezcTree::fetchPath()
Returns all the nodes in the path from the root node to the node with ID $nodeId, including those two nodes.
- fetchPath : ezcTreeXml
- in file xml.php, method ezcTreeXml::fetchPath()
Returns all the nodes in the path from the root node to the node with ID $nodeId, including those two nodes.
- fetchSubtree : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtree : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtree : ezcTreeXml
- in file xml.php, method ezcTreeXml::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtree : ezcTree
- in file tree.php, method ezcTree::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtreeBreadthFirst : ezcTree
- in file tree.php, method ezcTree::fetchSubtreeBreadthFirst()
Returns the node with ID $nodeId and all its children, sorted according to the Breadth-first sorting algorithm.
- fetchSubtreeBreadthFirst : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fetchSubtreeBreadthFirst()
Returns the node with ID $nodeId and all its children, sorted according to the Breadth-first sorting algorithm.
- fetchSubtreeBreadthFirst : ezcTreeXml
- in file xml.php, method ezcTreeXml::fetchSubtreeBreadthFirst()
Returns the node with ID $nodeId and all its children, sorted according to the Breadth-first sorting algorithm.
- fetchSubtreeBreadthFirst : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::fetchSubtreeBreadthFirst()
Returns this node and all its children, sorted accoring to the Breadth-first sorting algorithm.
- fetchSubtreeDepthFirst : ezcTreeXml
- in file xml.php, method ezcTreeXml::fetchSubtreeDepthFirst()
Returns the node with ID $nodeId and all its children, sorted according to the Depth-first sorting algorithm.
- fetchSubtreeDepthFirst : ezcTree
- in file tree.php, method ezcTree::fetchSubtreeDepthFirst()
Returns the node with ID $nodeId and all its children, sorted according to the Depth-first sorting algorithm.
- fetchSubtreeDepthFirst : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fetchSubtreeDepthFirst()
Returns the node with ID $nodeId and all its children, sorted accoring to the Depthth-first sorting algorithm.
- fetchSubtreeDepthFirst : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::fetchSubtreeDepthFirst()
Returns this node and all its children, sorted according to the Depth-first sorting algorithm.
- fixateTransaction : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::fixateTransaction()
Fixates the transaction.
- fixateTransaction : ezcTreeXml
- in file xml.php, method ezcTreeXml::fixateTransaction()
Fixates the transaction (saves the XML file).
- formatData : ezcTreeVisitorYUI
- in file yui.php, method ezcTreeVisitorYUI::formatData()
Formats a node's data.
- formatData : ezcTreeVisitorXHTML
- in file xhtml.php, method ezcTreeVisitorXHTML::formatData()
Formats a node's data.
g
- getChildCount : ezcTreeXml
- in file xml.php, method ezcTreeXml::getChildCount()
Returns the number of direct children of the node with ID $nodeId.
- getChildCount : ezcTree
- in file tree.php, method ezcTree::getChildCount()
Returns the number of direct children of the node with ID $nodeId.
- getChildCount : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::getChildCount()
Returns the number of direct children of this node.
- getChildCount : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::getChildCount()
Returns the number of direct children of the node with ID $nodeId.
- getChildCountRecursive : ezcTree
- in file tree.php, method ezcTree::getChildCountRecursive()
Returns the number of children of the node with ID $nodeId, recursively.
- getChildCountRecursive : ezcTreeXml
- in file xml.php, method ezcTreeXml::getChildCountRecursive()
Returns the number of children of the node with ID $nodeId, recursively.
- getChildCountRecursive : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::getChildCountRecursive()
Returns the number of children of this node, recursively iterating over the children.
- getChildCountRecursive : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::getChildCountRecursive()
Returns the number of children of the node with ID $nodeId, recursively
- getPathLength : ezcTreeXml
- in file xml.php, method ezcTreeXml::getPathLength()
Returns the distance from the root node to the node with ID $nodeId.
- getPathLength : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::getPathLength()
Returns the distance from the root node to this node.
- getPathLength : ezcTree
- in file tree.php, method ezcTree::getPathLength()
Returns the distance from the root node to the node with ID $nodeId.
- getPathLength : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::getPathLength()
Returns the distance from the root node to the node with ID $nodeId
- getRootNode : ezcTreeXml
- in file xml.php, method ezcTreeXml::getRootNode()
Returns the root node.
- getRootNode : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::getRootNode()
Returns the root node
- getRootNode : ezcTree
- in file tree.php, method ezcTree::getRootNode()
Returns the root node.
- graphviz.php
- procedural page graphviz.php
h
- hasChildNodes : ezcTreeXml
- in file xml.php, method ezcTreeXml::hasChildNodes()
Returns whether the node with ID $nodeId has children.
- hasChildNodes : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::hasChildNodes()
Returns whether this node has children.
- hasChildNodes : ezcTree
- in file tree.php, method ezcTree::hasChildNodes()
Returns whether the node with ID $nodeId has children.
- hasChildNodes : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::hasChildNodes()
Returns whether the node with ID $nodeId has children
i
- $id : ezcTreeVisitorXHTML
- in file xhtml.php, variable ezcTreeVisitorXHTML::$id
Holds the XML ID.
- $inTransaction : ezcTree
- in file tree.php, variable ezcTree::$inTransaction
Contains whether a transaction has been started.
- $inTransactionCommit : ezcTree
- in file tree.php, variable ezcTree::$inTransactionCommit
Contains whether we are in a transaction commit stage.
- isChildOf : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::isChildOf()
Returns whether this node is a direct child of the $parentNode node.
- isChildOf : ezcTreeXml
- in file xml.php, method ezcTreeXml::isChildOf()
Returns whether the node with ID $childId is a direct child of the node with ID $parentId.
- isChildOf : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::isChildOf()
Returns whether the node with ID $childId is a direct child of the node with ID $parentId
- isChildOf : ezcTree
- in file tree.php, method ezcTree::isChildOf()
Returns whether the node with ID $childId is a direct child of the node with ID $parentId.
- isDescendantOf : ezcTreeXml
- in file xml.php, method ezcTreeXml::isDescendantOf()
Returns whether the node with ID $childId is a direct or indirect child of the node with ID $parentId.
- isDescendantOf : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::isDescendantOf()
Returns whether this node is a direct or indirect child of the $parentNode node.
- isDescendantOf : ezcTree
- in file tree.php, method ezcTree::isDescendantOf()
Returns whether the node with ID $childId is a direct or indirect child of the node with ID $parentId.
- isDescendantOf : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::isDescendantOf()
Returns whether the node with ID $childId is a direct or indirect child of the node with ID $parentId
- isSiblingOf : ezcTreeXml
- in file xml.php, method ezcTreeXml::isSiblingOf()
Returns whether the nodes with IDs $child1Id and $child2Id are siblings (ie, they share the same parent).
- isSiblingOf : ezcTreeNode
- in file tree_node.php, method ezcTreeNode::isSiblingOf()
Returns whether this node, and the $child2Node node are are siblings (ie, they share the same parent).
- isSiblingOf : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::isSiblingOf()
Returns whether the nodes with IDs $child1Id and $child2Id are siblings (ie, the share the same parent)
- isSiblingOf : ezcTree
- in file tree.php, method ezcTree::isSiblingOf()
Returns whether the nodes with IDs $child1Id and $child2Id are siblings (ie, they share the same parent).
- ids_do_not_match.php
- procedural page ids_do_not_match.php
- invalid_class.php
- procedural page invalid_class.php
- invalid_id.php
- procedural page invalid_id.php
- invalid_xml.php
- procedural page invalid_xml.php
- invalid_xml_format.php
- procedural page invalid_xml_format.php
k
- key : ezcTreeNodeListIterator
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::key()
Returns the node ID of the current node.
m
- move : ezcTreeXml
- in file xml.php, method ezcTreeXml::move()
Moves the node with ID $nodeId as child to the node with ID $targetParentId.
- move : ezcTree
- in file tree.php, method ezcTree::move()
Moves the node with ID $nodeId as child to the node with ID $targetParentId.
- move : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::move()
Moves the node with ID $nodeId as child to the node with ID $targetParentId
- memory.php
- procedural page memory.php
- missing_data.php
- procedural page missing_data.php
- memory.php
- procedural page memory.php
n
- $nodes : ezcTreeVisitorGraphViz
- in file graphviz.php, variable ezcTreeVisitorGraphViz::$nodes
Holds the displayed strings for each of the nodes.
- next : ezcTreeNodeListIterator
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::next()
Advances the internal pointer to the next node in the nodelist.
- nodeExists : ezcTreeXml
- in file xml.php, method ezcTreeXml::nodeExists()
Returns whether the node with ID $nodeId exists.
- nodeExists : ezcTree
- in file tree.php, method ezcTree::nodeExists()
Returns whether the node with ID $nodeId exists.
- nodeExists : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::nodeExists()
Returns whether the node with ID $nodeId exists.
p
- $properties : ezcTree
- in file tree.php, variable ezcTree::$properties
Holds the properties of this class.
- plain_text.php
- procedural page plain_text.php
r
- $root : ezcTreeVisitorPlainText
- in file plain_text.php, variable ezcTreeVisitorPlainText::$root
Holds the root ID
- $root : ezcTreeVisitorYUI
- in file yui.php, variable ezcTreeVisitorYUI::$root
Holds the root ID.
- $root : ezcTreeVisitorXHTML
- in file xhtml.php, variable ezcTreeVisitorXHTML::$root
Holds the root ID.
- rewind : ezcTreeNodeListIterator
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::rewind()
Rewinds the internal pointer back to the start of the nodelist.
- rollback : ezcTree
- in file tree.php, method ezcTree::rollback()
Rolls back the transaction by clearing all stored instructions.
s
- saveFile : ezcTreeXml
- in file xml.php, method ezcTreeXml::saveFile()
Saves the internal DOM representation of the tree back to disk.
- setDomTree : ezcTreeXmlInternalDataStore
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::setDomTree()
Associates the DOM tree for which this data store stores data for with this store.
- setDomTree : ezcTreeXmlDataStore
- in file xml.php, method ezcTreeXmlDataStore::setDomTree()
Associates the DOM tree for which this data store stores data for with this store.
- setRootNode : ezcTreeXml
- in file xml.php, method ezcTreeXml::setRootNode()
Sets a new node as root node, this also wipes out the whole tree.
- setRootNode : ezcTree
- in file tree.php, method ezcTree::setRootNode()
Sets a new node as root node, this also wipes out the whole tree.
- setRootNode : ezcTreeMemory
- in file memory.php, method ezcTreeMemory::setRootNode()
Sets a new node as root node, this wipes also out the whole tree
- storeDataForNode : ezcTreeXmlInternalDataStore
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::storeDataForNode()
Stores the data in the node to the data store.
- storeDataForNode : ezcTreeDataStore
- in file data_store.php, method ezcTreeDataStore::storeDataForNode()
Stores the data in the node to the data store.
- storeDataForNode : ezcTreeMemoryDataStore
- in file memory.php, method ezcTreeMemoryDataStore::storeDataForNode()
Stores the data in the node to the data store.
t
- transaction_already_started.php
- procedural page transaction_already_started.php
- transaction_not_started.php
- procedural page transaction_not_started.php
- tree.php
- procedural page tree.php
- tree_node.php
- procedural page tree_node.php
- tree_node_list.php
- procedural page tree_node_list.php
- tree_node_list_iterator.php
- procedural page tree_node_list_iterator.php
u
- unknown_id.php
- procedural page unknown_id.php
v
- visitable.php
- procedural page visitable.php
- visitor.php
- procedural page visitor.php
- visitor_xhtml.php
- procedural page visitor_xhtml.php
- visitor_yui.php
- procedural page visitor_yui.php
- valid : ezcTreeNodeListIterator
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::valid()
Returns whether the internal pointer is still valid.
- visit : ezcTreeVisitorXHTML
- in file xhtml.php, method ezcTreeVisitorXHTML::visit()
Visits the node and sets the the member variables according to the node type and contents.
- visit : ezcTreeVisitorYUI
- in file yui.php, method ezcTreeVisitorYUI::visit()
Visits the node and sets the the member variables according to the node type and contents.
- visit : ezcTreeVisitor
- in file visitor.php, method ezcTreeVisitor::visit()
Visit the $visitable.
- visit : ezcTreeVisitorPlainText
- in file plain_text.php, method ezcTreeVisitorPlainText::visit()
Visits the node and sets the the member variables according to the node type and contents.
- visit : ezcTreeVisitorGraphViz
- in file graphviz.php, method ezcTreeVisitorGraphViz::visit()
Visits the node and sets the the member variables according to the node type and contents.
x
- $xmlId : ezcTreeVisitorYUI
- in file yui.php, variable ezcTreeVisitorYUI::$xmlId
Holds the XML ID.
- xml.php
- procedural page xml.php
- xml.php
- procedural page xml.php
- xml_internal.php
- procedural page xml_internal.php
- xhtml.php
- procedural page xhtml.php
y
- SYMBOL_ASCII : ezcTreeVisitorPlainText
- in file plain_text.php, class constant ezcTreeVisitorPlainText::SYMBOL_ASCII
Represents the ASCII symbol set.
- SYMBOL_UTF8 : ezcTreeVisitorPlainText
- in file plain_text.php, class constant ezcTreeVisitorPlainText::SYMBOL_UTF8
Represents the UTF-8 symbol set.
- yui.php
- procedural page yui.php
Last updated: Mon, 17 Dec 2007