|
||||||||||
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(java.lang.String regex)
|
Node |
get(java.lang.String name)
get |
NodeSet |
inclusiveSubset(java.lang.String regex)
|
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
int |
size()
|
NodeSet |
subset(java.lang.String type)
|
Method Detail |
---|
void add(Node node)
Node get(java.lang.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
-
java.util.Iterator iterator()
NodeSet subset(java.lang.String type)
NodeSet inclusiveSubset(java.lang.String regex)
NodeSet exclusiveSubset(java.lang.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 |