public interface PatternFinder extends Serializable
| Modifier and Type | Method and Description |
|---|---|
SequenceIterator<? extends NodeInfo> |
selectNodes(DocumentInfo doc,
XPathContext context)
Select nodes in a document using this PatternFinder.
|
SequenceIterator<? extends NodeInfo> selectNodes(DocumentInfo doc, XPathContext context) throws XPathException
doc - the document node at the root of a treecontext - the dynamic evaluation contextXPathException - if a dynamic error is encounteredCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.