java.io.Serializable, PatternFinderpublic class IdrefTest extends java.lang.Object implements PatternFinder, java.io.Serializable
| Modifier and Type | Method | Description |
|---|---|---|
static IdrefTest |
getInstance() |
Get the singleton instance of this class
|
SequenceIterator |
selectNodes(DocumentInfo doc,
XPathContext context) |
Select nodes in a document using this PatternFinder.
|
java.lang.String |
toString() |
public static IdrefTest getInstance()
public SequenceIterator selectNodes(DocumentInfo doc, XPathContext context) throws XPathException
selectNodes in interface PatternFinderdoc - the document node at the root of a treecontext - the dynamic evaluation contextXPathExceptionpublic java.lang.String toString()
toString in class java.lang.Object