| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
net.sf.saxon.expr.PathMap.PathMapNodeSet
public static class PathMap.PathMapNodeSet
A (mutable) set of nodes in the path map
| Constructor Summary | |
|---|---|
PathMap.PathMapNodeSet()
Create an initially-empty set of path map nodes  | 
|
PathMap.PathMapNodeSet(PathMap.PathMapNode singleton)
Create a set of path map nodes that initially contains a single node  | 
|
| Method Summary | |
|---|---|
 void | 
addDescendants()
Indicate that all the descendants of the nodes in this nodeset are required  | 
 void | 
addNodeSet(PathMap.PathMapNodeSet nodes)
Combine two node sets into one  | 
 PathMap.PathMapNodeSet | 
createArc(AxisExpression step)
Create an arc from each node in this node set to a corresponding newly-created target node  | 
 void | 
setAtomized()
Set the atomized property on all nodes in this nodeset  | 
 void | 
setHasUnknownDependencies()
Indicate that all the nodes have unknown dependencies  | 
| Methods inherited from class java.util.HashSet | 
|---|
add, clear, clone, contains, isEmpty, iterator, remove, size | 
| Methods inherited from class java.util.AbstractSet | 
|---|
equals, hashCode, removeAll | 
| Methods inherited from class java.util.AbstractCollection | 
|---|
addAll, containsAll, retainAll, toArray, toArray, toString | 
| Methods inherited from class java.lang.Object | 
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.Set | 
|---|
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray | 
| Constructor Detail | 
|---|
public PathMap.PathMapNodeSet()
public PathMap.PathMapNodeSet(PathMap.PathMapNode singleton)
singleton - the single node to act as the initial content| Method Detail | 
|---|
public PathMap.PathMapNodeSet createArc(AxisExpression step)
step - the AxisExpression defining the transition
public void addNodeSet(PathMap.PathMapNodeSet nodes)
nodes - the set of nodes to be added to this setpublic void setAtomized()
public void addDescendants()
public void setHasUnknownDependencies()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||