|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeSet
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 |
---|
void add(Node node)
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
-
Iterator iterator()
NodeSet subset(String type)
NodeSet inclusiveSubset(String regex)
NodeSet exclusiveSubset(String regex)
int size()
boolean contains(Node node)
boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |