Apache Zeta Components Manual :: Package Tree Element Index
Element index for package Tree
Package indexes
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
k ]
[
m ]
[
n ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
x ]
[
y ]
[
_ ]
Letter '_'
- __construct
- in file unknown_id.php, method ezcTreeUnknownIdException::__construct()
Constructs a new ezcTreeUnknownIdException for the ID $nodeId.
- __construct
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::__construct()
Constructs a new ezcTreeNodeListIterator object over $nodeList.
- __construct
- in file tree_node_list.php, method ezcTreeNodeList::__construct()
Constructs a new ezcTreeNodeList object.
- __construct
- in file tree_node.php, method ezcTreeNode::__construct()
Constructs a new ezcTreeNode object with ID $nodeId on tree $tree.
- __construct
- in file visitor_xhtml.php, method ezcTreeVisitorXHTMLOptions::__construct()
Constructs an object with the specified values.
- __construct
- in file visitor_yui.php, method ezcTreeVisitorYUIOptions::__construct()
Constructs an object with the specified values.
- __construct
- in file yui.php, method ezcTreeVisitorYUI::__construct()
Constructs a new ezcTreeVisitorYUI visualizer.
- __construct
- 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
- in file xhtml.php, method ezcTreeVisitorXHTML::__construct()
Constructs a new ezcTreeVisitorXHTML visualizer.
- __construct
- in file transaction_not_started.php, method ezcTreeTransactionNotStartedException::__construct()
Constructs a new ezcTreeTransactionNotStartedException.
- __construct
- in file transaction_already_started.php, method ezcTreeTransactionAlreadyStartedException::__construct()
Constructs a new ezcTreeTransactionAlreadyStartedException.
- __construct
- in file invalid_schema.php, method ezcTreeDbInvalidSchemaException::__construct()
Constructs a new ezcTreeDbInvalidSchemaException
- __construct
- in file invalid_id.php, method ezcTreeInvalidIdException::__construct()
Constructs a new ezcTreeInvalidIdException for the ID $nodeId.
- __construct
- in file invalid_class.php, method ezcTreeInvalidClassException::__construct()
Constructs a new ezcTreeInvalidClassException.
- __construct
- in file invalid_xml.php, method ezcTreeInvalidXmlException::__construct()
Constructs a new ezcTreeInvalidXmlException.
- __construct
- in file invalid_xml_format.php, method ezcTreeInvalidXmlFormatException::__construct()
Constructs a new ezcTreeInvalidXmlFormatException.
- __construct
- in file plain_text.php, method ezcTreeVisitorPlainText::__construct()
Constructs a new ezcTreeVisitorPlainText visualizer using $symbolCharset as character set.
- __construct
- in file missing_data.php, method ezcTreeDataStoreMissingDataException::__construct()
Constructs a new ezcTreeDataStoreMissingDataException.
- __construct
- in file memory.php, method ezcTreeMemory::__construct()
Constructs a new ezcTreeMemory object.
- __construct
- in file ids_do_not_match.php, method ezcTreeIdsDoNotMatchException::__construct()
Constructs a new ezcTreeIdsDoNotMatchException.
Letter 'a'
- accept
- in file visitable.php, method ezcTreeVisitable::accept()
Accepts the visitor.
- accept
- in file tree_node.php, method ezcTreeNode::accept()
Implements the accept method for visiting.
- accept
- in file tree.php, method ezcTree::accept()
Implements the accept method for visiting.
- addChild
- in file xml.php, method ezcTreeXml::addChild()
Adds the node $childNode as child of the node with ID $parentId.
- addChild
- in file tree.php, method ezcTree::addChild()
Adds the node $childNode as child of the node with ID $parentId.
- addChild
- in file tree_node.php, method ezcTreeNode::addChild()
Adds the node $node as child of the current node to the tree.
- addChild
- in file memory.php, method ezcTreeMemory::addChild()
Adds the node $childNode as child of the node with ID $parentId
- addNode
- in file tree_node_list.php, method ezcTreeNodeList::addNode()
Adds the node $node to the list.
- addTransactionItem
- in file tree.php, method ezcTree::addTransactionItem()
Adds a new transaction item to the list.
Letter 'b'
- beginTransaction
- 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.
Letter 'c'
- $class
- in file yui.php, variable ezcTreeVisitorYUI::$class
Holds the XHTML class.
- checkNodeId
- in file tree.php, method ezcTree::checkNodeId()
This method checks whether a node ID is valid to be used in a backend.
- commit
- in file tree.php, method ezcTree::commit()
Commits the transaction by running the stored instructions to modify the tree structure.
- copy
- in file tree.php, method ezcTree::copy()
Copies the tree in $from to the empty tree in $to.
- create
- in file memory.php, method ezcTreeMemory::create()
A factory method that creates a new empty tree using the data store $store.
- create
- in file xml.php, method ezcTreeXml::create()
Creates a new XML tree in the file $xmlFile using $store as data store.
- createNode
- in file tree.php, method ezcTree::createNode()
Creates a new tree node with node ID $nodeId and $data.
- current
- 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.
Letter 'd'
- $dom
- in file xml_internal.php, variable ezcTreeXmlInternalDataStore::$dom
Contains the DOM representing this tree this data store stores data for.
- delete
- in file xml.php, method ezcTreeXml::delete()
Deletes the node with ID $nodeId from the tree, including all its children.
- delete
- in file memory.php, method ezcTreeMemory::delete()
Deletes the node with ID $nodeId from the tree, including all its children
- delete
- in file tree.php, method ezcTree::delete()
Deletes the node with ID $nodeId from the tree, including all its children.
- deleteDataForAllNodes
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::deleteDataForAllNodes()
Deletes the data for all the nodes in the store.
- deleteDataForAllNodes
- in file memory.php, method ezcTreeMemoryDataStore::deleteDataForAllNodes()
Deletes the data for all the nodes in the store.
- deleteDataForAllNodes
- in file data_store.php, method ezcTreeDataStore::deleteDataForAllNodes()
Deletes the data for all the nodes in the store.
- deleteDataForNodes
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::deleteDataForNodes()
Deletes the data for all the nodes in the node list $nodeList.
- deleteDataForNodes
- in file data_store.php, method ezcTreeDataStore::deleteDataForNodes()
Deletes the data for all the nodes in the node list $nodeList.
- deleteDataForNodes
- in file memory.php, method ezcTreeMemoryDataStore::deleteDataForNodes()
Deletes the data for all the nodes in the node list $nodeList.
- doChildren
- in file xhtml.php, method ezcTreeVisitorXHTML::doChildren()
Loops over the children of the node with ID $id.
- doChildren
- in file yui.php, method ezcTreeVisitorYUI::doChildren()
Loops over the children of the node with ID $id.
- data_store.php
- procedural page data_store.php
Letter 'e'
- $edges
- in file plain_text.php, variable ezcTreeVisitorPlainText::$edges
Holds all the edges of the graph.
- $edges
- in file xhtml.php, variable ezcTreeVisitorXHTML::$edges
Holds all the edges of the graph.
- $edges
- in file graphviz.php, variable ezcTreeVisitorGraphViz::$edges
Holds all the edges of the graph.
- $edges
- 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.
- ezcTreeDbInvalidSchemaException
- in file invalid_schema.php, class ezcTreeDbInvalidSchemaException
Exception that is thrown when an incompatible schema is detected with one of the Tree operations.
- 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.
- exception.php
- procedural page exception.php
Letter 'f'
- fetchChildren
- in file tree_node.php, method ezcTreeNode::fetchChildren()
Returns all the children of this node.
- fetchChildren
- in file xml.php, method ezcTreeXml::fetchChildren()
Returns all the children of the node with ID $nodeId.
- fetchChildren
- in file memory.php, method ezcTreeMemory::fetchChildren()
Returns all the children of the node with ID $nodeId.
- fetchChildren
- in file tree.php, method ezcTree::fetchChildren()
Returns all the children of the node with ID $nodeId.
- fetchDataForNode
- 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.
- fetchDataForNode
- 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
- 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.
- fetchDataForNodes
- 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
- in file tree_node_list.php, method ezcTreeNodeList::fetchDataForNodes()
Fetches data for all nodes in the node list.
- fetchDataForNodes
- 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
- 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
- in file tree.php, method ezcTree::fetchNodeById()
Returns the node identified by the ID $nodeId.
- fetchNodeById
- in file memory.php, method ezcTreeMemory::fetchNodeById()
Returns the node identified by the ID $nodeId.
- fetchParent
- in file tree_node.php, method ezcTreeNode::fetchParent()
Returns the parent node of this node.
- fetchParent
- in file xml.php, method ezcTreeXml::fetchParent()
Returns the parent node of the node with ID $nodeId.
- fetchParent
- in file tree.php, method ezcTree::fetchParent()
Returns the parent node of the node with ID $nodeId.
- fetchParent
- in file memory.php, method ezcTreeMemory::fetchParent()
Returns the parent node of the node with ID $nodeId.
- fetchPath
- in file tree_node.php, method ezcTreeNode::fetchPath()
Returns all the nodes in the path from the root node to this node.
- fetchPath
- 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
- 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.
- fetchPath
- 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.
- fetchSubtree
- in file xml.php, method ezcTreeXml::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtree
- in file memory.php, method ezcTreeMemory::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtree
- in file tree_node.php, method ezcTreeNode::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtree
- in file tree.php, method ezcTree::fetchSubtree()
Alias for fetchSubtreeDepthFirst().
- fetchSubtreeBreadthFirst
- 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
- 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
- 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
- in file tree_node.php, method ezcTreeNode::fetchSubtreeBreadthFirst()
Returns this node and all its children, sorted accoring to the Breadth-first sorting algorithm.
- fetchSubtreeDepthFirst
- 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
- 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
- in file tree_node.php, method ezcTreeNode::fetchSubtreeDepthFirst()
Returns this node and all its children, sorted according to the Depth-first sorting algorithm.
- fetchSubtreeDepthFirst
- 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.
- fixateTransaction
- in file memory.php, method ezcTreeMemory::fixateTransaction()
Fixates the transaction.
- fixateTransaction
- in file xml.php, method ezcTreeXml::fixateTransaction()
Fixates the transaction (saves the XML file).
- formatData
- in file yui.php, method ezcTreeVisitorYUI::formatData()
Formats a node's data.
- formatData
- in file xhtml.php, method ezcTreeVisitorXHTML::formatData()
Formats a node's data.
- formatPath
- in file xhtml.php, method ezcTreeVisitorXHTML::formatPath()
Formats the path to the node
Letter 'g'
- generateNodeID
- in file xml.php, method ezcTreeXml::generateNodeID()
This method generates the next node ID.
- generateNodeID
- in file tree.php, method ezcTree::generateNodeID()
This method generates the next node ID.
- generateNodeID
- in file memory.php, method ezcTreeMemory::generateNodeID()
This method generates the next node ID.
- getChildCount
- in file xml.php, method ezcTreeXml::getChildCount()
Returns the number of direct children of the node with ID $nodeId.
- getChildCount
- in file tree_node.php, method ezcTreeNode::getChildCount()
Returns the number of direct children of this node.
- getChildCount
- in file memory.php, method ezcTreeMemory::getChildCount()
Returns the number of direct children of the node with ID $nodeId.
- getChildCount
- in file tree.php, method ezcTree::getChildCount()
Returns the number of direct children of the node with ID $nodeId.
- getChildCountRecursive
- in file tree_node.php, method ezcTreeNode::getChildCountRecursive()
Returns the number of children of this node, recursively iterating over the children.
- getChildCountRecursive
- in file memory.php, method ezcTreeMemory::getChildCountRecursive()
Returns the number of children of the node with ID $nodeId, recursively
- getChildCountRecursive
- in file xml.php, method ezcTreeXml::getChildCountRecursive()
Returns the number of children of the node with ID $nodeId, recursively.
- getChildCountRecursive
- in file tree.php, method ezcTree::getChildCountRecursive()
Returns the number of children of the node with ID $nodeId, recursively.
- getPathLength
- in file tree_node.php, method ezcTreeNode::getPathLength()
Returns the distance from the root node to this node.
- getPathLength
- in file xml.php, method ezcTreeXml::getPathLength()
Returns the distance from the root node to the node with ID $nodeId.
- getPathLength
- in file tree.php, method ezcTree::getPathLength()
Returns the distance from the root node to the node with ID $nodeId.
- getPathLength
- in file memory.php, method ezcTreeMemory::getPathLength()
Returns the distance from the root node to the node with ID $nodeId
- getRootNode
- in file xml.php, method ezcTreeXml::getRootNode()
Returns the root node.
- getRootNode
- in file memory.php, method ezcTreeMemory::getRootNode()
Returns the root node
- getRootNode
- in file tree.php, method ezcTree::getRootNode()
Returns the root node.
- graphviz.php
- procedural page graphviz.php
Letter 'h'
- hasChildNodes
- in file xml.php, method ezcTreeXml::hasChildNodes()
Returns whether the node with ID $nodeId has children.
- hasChildNodes
- in file tree_node.php, method ezcTreeNode::hasChildNodes()
Returns whether this node has children.
- hasChildNodes
- in file tree.php, method ezcTree::hasChildNodes()
Returns whether the node with ID $nodeId has children.
- hasChildNodes
- in file memory.php, method ezcTreeMemory::hasChildNodes()
Returns whether the node with ID $nodeId has children
Letter 'i'
- $inTransaction
- in file tree.php, variable ezcTree::$inTransaction
Contains whether a transaction has been started.
- $inTransactionCommit
- in file tree.php, variable ezcTree::$inTransactionCommit
Contains whether we are in a transaction commit stage.
- injectData
- in file tree_node.php, method ezcTreeNode::injectData()
Inject data.
- inTransaction
- in file tree.php, method ezcTree::inTransaction()
Returns whether we are currently in a transaction or not
- inTransactionCommit
- in file tree.php, method ezcTree::inTransactionCommit()
Returns whether we are currently in a transaction commit state or not
- isChildOf
- in file tree_node.php, method ezcTreeNode::isChildOf()
Returns whether this node is a direct child of the $parentNode node.
- isChildOf
- 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
- in file tree.php, method ezcTree::isChildOf()
Returns whether the node with ID $childId is a direct child of the node with ID $parentId.
- isChildOf
- in file memory.php, method ezcTreeMemory::isChildOf()
Returns whether the node with ID $childId is a direct child of the node with ID $parentId
- isDescendantOf
- 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
- isDescendantOf
- 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
- 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
- in file tree_node.php, method ezcTreeNode::isDescendantOf()
Returns whether this node is a direct or indirect child of the $parentNode node.
- isSiblingOf
- 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
- 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
- in file tree.php, method ezcTree::isSiblingOf()
Returns whether the nodes with IDs $child1Id and $child2Id are siblings (ie, they share the same parent).
- isSiblingOf
- in file memory.php, method ezcTreeMemory::isSiblingOf()
Returns whether the nodes with IDs $child1Id and $child2Id are siblings (ie, the 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
- invalid_schema.php
- procedural page invalid_schema.php
Letter 'k'
- key
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::key()
Returns the node ID of the current node.
Letter 'm'
- move
- in file xml.php, method ezcTreeXml::move()
Moves the node with ID $nodeId as child to the node with ID $targetParentId.
- move
- in file memory.php, method ezcTreeMemory::move()
Moves the node with ID $nodeId as child to the node with ID $targetParentId
- move
- in file tree.php, method ezcTree::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
Letter 'n'
- $nodes
- in file graphviz.php, variable ezcTreeVisitorGraphViz::$nodes
Holds the displayed strings for each of the nodes.
- next
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::next()
Advances the internal pointer to the next node in the nodelist.
- nodeExists
- in file xml.php, method ezcTreeXml::nodeExists()
Returns whether the node with ID $nodeId exists.
- nodeExists
- in file tree.php, method ezcTree::nodeExists()
Returns whether the node with ID $nodeId exists.
- nodeExists
- in file memory.php, method ezcTreeMemory::nodeExists()
Returns whether the node with ID $nodeId exists.
Letter 'o'
- $options
- in file yui.php, variable ezcTreeVisitorYUI::$options
Holds the options for this class
- $options
- in file xhtml.php, variable ezcTreeVisitorXHTML::$options
Holds the options for this class
Letter 'p'
- $properties
- in file tree.php, variable ezcTree::$properties
Holds the properties of this class.
- plain_text.php
- procedural page plain_text.php
Letter 'r'
- $root
- in file xhtml.php, variable ezcTreeVisitorXHTML::$root
Holds the root ID.
- $root
- in file plain_text.php, variable ezcTreeVisitorPlainText::$root
Holds the root ID
- $root
- in file yui.php, variable ezcTreeVisitorYUI::$root
Holds the root ID.
- relaxNG
- in file xml.php, class constant ezcTreeXml::relaxNG
Contains the relax-NG schema to validate the tree XML.
- rewind
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::rewind()
Rewinds the internal pointer back to the start of the nodelist.
- rollback
- in file tree.php, method ezcTree::rollback()
Rolls back the transaction by clearing all stored instructions.
Letter 's'
- saveFile
- in file xml.php, method ezcTreeXml::saveFile()
Saves the internal DOM representation of the tree back to disk.
- setDomTree
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::setDomTree()
Associates the DOM tree for which this data store stores data for with this store.
- setDomTree
- in file xml.php, method ezcTreeXmlDataStore::setDomTree()
Associates the DOM tree for which this data store stores data for with this store.
- setRootNode
- in file xml.php, method ezcTreeXml::setRootNode()
Sets a new node as root node, this also wipes out the whole tree.
- setRootNode
- in file tree.php, method ezcTree::setRootNode()
Sets a new node as root node, this also wipes out the whole tree.
- setRootNode
- in file memory.php, method ezcTreeMemory::setRootNode()
Sets a new node as root node, this wipes also out the whole tree
- storeDataForNode
- in file memory.php, method ezcTreeMemoryDataStore::storeDataForNode()
Stores the data in the node to the data store.
- storeDataForNode
- in file xml_internal.php, method ezcTreeXmlInternalDataStore::storeDataForNode()
Stores the data in the node to the data store.
- storeDataForNode
- in file data_store.php, method ezcTreeDataStore::storeDataForNode()
Stores the data in the node to the data store.
- SYMBOL_ASCII
- in file plain_text.php, class constant ezcTreeVisitorPlainText::SYMBOL_ASCII
Represents the ASCII symbol set.
- SYMBOL_UTF8
- in file plain_text.php, class constant ezcTreeVisitorPlainText::SYMBOL_UTF8
Represents the UTF-8 symbol set.
Letter '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
Letter 'u'
- unknown_id.php
- procedural page unknown_id.php
Letter '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
- in file tree_node_list_iterator.php, method ezcTreeNodeListIterator::valid()
Returns whether the internal pointer is still valid.
- visit
- in file xhtml.php, method ezcTreeVisitorXHTML::visit()
Visits the node and sets the the member variables according to the node type and contents.
- visit
- in file yui.php, method ezcTreeVisitorYUI::visit()
Visits the node and sets the the member variables according to the node type and contents.
- visit
- in file visitor.php, method ezcTreeVisitor::visit()
Visit the $visitable.
- visit
- 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
- in file graphviz.php, method ezcTreeVisitorGraphViz::visit()
Visits the node and sets the the member variables according to the node type and contents.
Letter 'x'
- $xmlId
- 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
Letter 'y'
- yui.php
- procedural page yui.php