|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NodeSet
Method Summary | |
void |
add(Node node)
|
boolean |
contains(Node node)
|
NodeSet |
exclusiveSubset(String regex)
|
Node |
get(String name)
get |
NodeSet |
inclusiveSubset(String regex)
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
int |
size()
|
NodeSet |
subset(String type)
|
Method Detail |
public void add(Node node)
public Node get(String name)
get
Returns a Node based onname
. name
can either be the fully quallified path, folder1/folder2/myPage.psml
as returned by Node.getPath(), or the page name relative the Node.getParent().getPath()
as return by Node.getName()that this DocumentSet was generated for.
name
-
public Iterator iterator()
public NodeSet subset(String type)
public NodeSet inclusiveSubset(String regex)
public NodeSet exclusiveSubset(String regex)
public int size()
public boolean contains(Node node)
public boolean isEmpty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |