net.sf.saxon.pattern
public class IdrefTest extends Object implements PatternFinder, Serializable
Method Summary | |
---|---|
static IdrefTest | getInstance()
Get the singleton instance of this class |
SequenceIterator | selectNodes(DocumentInfo doc, XPathContext context)
Select nodes in a document using this PatternFinder. |
String | toString() |
Parameters: doc the document node at the root of a tree context the dynamic evaluation context
Returns: an iterator over the selected nodes in the document.