Uses of Interface
org.keridwen.core.data.model.Node

Packages that use Node
org.keridwen.core.data.model   
org.keridwen.core.data.model.impl   
org.keridwen.core.data.model.io   
 

Uses of Node in org.keridwen.core.data.model
 

Methods in org.keridwen.core.data.model that return Node
 Node<?> DataModel.getRootNode()
          Gets the DataModel root Node.
 

Methods in org.keridwen.core.data.model that return types with arguments of type Node
 Iterator<Node<?>> Node.iterator()
           
 

Methods in org.keridwen.core.data.model with parameters of type Node
 int DataModel.addNode(Node<?> newChild, Node<?> parent)
          Adds the given child Node as the last child of the given parent Node.
 int DataModel.addNode(Node<?> newChild, Node<?> parent)
          Adds the given child Node as the last child of the given parent Node.
 void DataModel.insertNodeInto(Node<?> newChild, Node<?> parent, int index)
          Inserts the given child Node in the given parent Node, at the given index.
 void DataModel.insertNodeInto(Node<?> newChild, Node<?> parent, int index)
          Inserts the given child Node in the given parent Node, at the given index.
 void DataModel.setRootNode(Node<?> rootNode)
          Sets the root Node of the DataModel.
 

Uses of Node in org.keridwen.core.data.model.impl
 

Classes in org.keridwen.core.data.model.impl that implement Node
 class DefaultNode<T>
           
 

Methods in org.keridwen.core.data.model.impl that return Node
 Node<?> DefaultNode.getChildNodeByName(String nameToFind)
          Gets the child Node with the given name.
 Node<?> DefaultDataModel.getRootNode()
           
 

Methods in org.keridwen.core.data.model.impl that return types with arguments of type Node
 Iterator<Node<?>> DefaultNode.iterator()
           
 

Methods in org.keridwen.core.data.model.impl with parameters of type Node
 int DefaultDataModel.addNode(Node<?> newChild, Node<?> parent)
           
 int DefaultDataModel.addNode(Node<?> newChild, Node<?> parent)
           
 void DefaultDataModel.insertNodeInto(Node<?> newChild, Node<?> parent, int index)
           
 void DefaultDataModel.insertNodeInto(Node<?> newChild, Node<?> parent, int index)
           
 void DefaultDataModel.setRootNode(Node<?> rootNode)
           
 

Constructors in org.keridwen.core.data.model.impl with parameters of type Node
DefaultDataModel(Node<?> root)
          Creates a DataModel with the given root Node.
 

Uses of Node in org.keridwen.core.data.model.io
 

Methods in org.keridwen.core.data.model.io that return Node
 Node<T> NodeReader.createNode(nu.xom.Element elementToRead)
           
 



Copyright © 2010-2013 Artenum. All Rights Reserved.