java.io.Serializable
, PatternFinder
public 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 PatternFinder
doc
- the document node at the root of a treecontext
- the dynamic evaluation contextXPathException
public java.lang.String toString()
toString
in class java.lang.Object