|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.jboss.shotoku | |
org.jboss.shotoku.search |
Uses of Node in org.jboss.shotoku |
---|
Methods in org.jboss.shotoku that return Node | |
---|---|
Node |
NodeList.get(int i)
Gets the i-th element of the list. |
Node |
Directory.getNode(java.lang.String name)
Gets a node from the given directory with the given name. |
abstract Node |
ContentManager.getNode(java.lang.String path)
Gets the most recent version of a node which can be found under the given path (to get nodes from subdirectories, use / to separate
them). |
Node |
History.getNodeAtRevision(int revision)
Gets a node with a given revision. |
Node |
Directory.newNode(java.lang.String name)
Creates and returns a new node in this directory. |
Methods in org.jboss.shotoku that return types with arguments of type Node | |
---|---|
java.util.Iterator<Node> |
NodeList.iterator()
|
java.util.List<Node> |
NodeList.toList()
Gets an immutable java.util.List representation of this
node list. |
Methods in org.jboss.shotoku with parameters of type Node | |
---|---|
boolean |
NodeList.add(Node node)
Adds the given node to the node list. |
Method parameters in org.jboss.shotoku with type arguments of type Node | |
---|---|
boolean |
NodeList.addAll(java.util.Collection<? extends Node> c)
|
void |
NodeList.sort(java.util.Comparator<Node> comparator)
Sorts this node list with the given comparator. |
Constructor parameters in org.jboss.shotoku with type arguments of type Node | |
---|---|
NodeList(java.util.List<Node> nodeList)
|
Uses of Node in org.jboss.shotoku.search |
---|
Methods in org.jboss.shotoku.search that return Node | |
---|---|
abstract Node |
NodeFilter.filterNode(Node node)
Filters the given node. |
Node |
BooleanNodeFilter.filterNode(Node node)
|
Methods in org.jboss.shotoku.search with parameters of type Node | |
---|---|
abstract Node |
NodeFilter.filterNode(Node node)
Filters the given node. |
Node |
BooleanNodeFilter.filterNode(Node node)
|
boolean |
AndNodeFilter.qualifyNode(Node node)
|
boolean |
OrNodeFilter.qualifyNode(Node node)
|
abstract boolean |
BooleanNodeFilter.qualifyNode(Node node)
|
boolean |
PropertyValueParameter.qualifyNode(Node node)
|
Constructors in org.jboss.shotoku.search with parameters of type Node | |
---|---|
HistoryIncludeParameter(Node node)
|
Constructor parameters in org.jboss.shotoku.search with type arguments of type Node | |
---|---|
SortParameter(java.util.Comparator<Node> comparator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |