public interface NodeSet extends Iterable<Node>
NodeSet
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
- int size()
boolean contains(Node node)
boolean isEmpty()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.