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