Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.store
Class Path.SaxonPathImpl.SaxonPathEngine  view Path.SaxonPathImpl.SaxonPathEngine download Path.SaxonPathImpl.SaxonPathEngine.java

java.lang.Object
  extended byorg.apache.xmlbeans.impl.common.XPath.ExecutionContext
      extended byorg.apache.xmlbeans.impl.store.Path.SaxonPathImpl.SaxonPathEngine
All Implemented Interfaces:
Path.PathEngine
Enclosing class:
Path.SaxonPathImpl

private static class Path.SaxonPathImpl.SaxonPathEngine
extends org.apache.xmlbeans.impl.common.XPath.ExecutionContext
implements Path.PathEngine


Nested Class Summary
 
Nested classes inherited from class org.apache.xmlbeans.impl.common.XPath.ExecutionContext
 
Field Summary
private  Cur _cur
           
private  boolean _firstCall
           
private  SaxonXBeansDelegate.SelectPathInterface _saxonXpathImpl
           
private  long _version
           
 
Fields inherited from class org.apache.xmlbeans.impl.common.XPath.ExecutionContext
ATTRS, DESCEND, HIT
 
Constructor Summary
(package private) Path.SaxonPathImpl.SaxonPathEngine(SaxonXBeansDelegate.SelectPathInterface xpathImpl, Cur c)
           
 
Method Summary
private  org.apache.xmlbeans.SchemaType getType(java.lang.Object node)
           
 boolean next(Cur c)
           
 void release()
           
 
Methods inherited from class org.apache.xmlbeans.impl.common.XPath.ExecutionContext
attr, element, end, init, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cur

private Cur _cur

_saxonXpathImpl

private SaxonXBeansDelegate.SelectPathInterface _saxonXpathImpl

_firstCall

private boolean _firstCall

_version

private long _version
Constructor Detail

Path.SaxonPathImpl.SaxonPathEngine

Path.SaxonPathImpl.SaxonPathEngine(SaxonXBeansDelegate.SelectPathInterface xpathImpl,
                                   Cur c)
Method Detail

next

public boolean next(Cur c)
Specified by:
next in interface Path.PathEngine

getType

private org.apache.xmlbeans.SchemaType getType(java.lang.Object node)

release

public void release()
Specified by:
release in interface Path.PathEngine