Class SaxonXPathEngine
- java.lang.Object
-
- org.apache.xmlbeans.impl.xpath.XPathExecutionContext
-
- org.apache.xmlbeans.impl.xpath.saxon.SaxonXPathEngine
-
- All Implemented Interfaces:
XPathEngine
public class SaxonXPathEngine extends XPathExecutionContext implements XPathEngine
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.xpath.XPathExecutionContext
ATTRS, DESCEND, HIT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
next(Cur c)
void
release()
-
-
-
Method Detail
-
next
public boolean next(Cur c)
- Specified by:
next
in interfaceXPathEngine
-
release
public void release()
- Specified by:
release
in interfaceXPathEngine
-
-