|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> impl >> [ store overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xmlbeans.impl.store
Class Query.SaxonQueryImpl.SaxonQueryEngine

java.lang.Objectorg.apache.xmlbeans.impl.store.Query.SaxonQueryImpl.SaxonQueryEngine
- Enclosing class:
- Query.SaxonQueryImpl
- private static class Query.SaxonQueryImpl.SaxonQueryEngine
- extends java.lang.Object
| Field Summary | |
private Cur |
_cur
|
private org.apache.xmlbeans.XmlOptions |
_options
|
private SaxonXBeansDelegate.QueryInterface |
_saxonImpl
|
private long |
_version
|
| Constructor Summary | |
Query.SaxonQueryImpl.SaxonQueryEngine(SaxonXBeansDelegate.QueryInterface xqImpl,
Cur c,
org.apache.xmlbeans.XmlOptions opt)
|
|
| Method Summary | |
org.apache.xmlbeans.XmlCursor |
cursorExecute()
|
private org.apache.xmlbeans.SchemaType |
getType(java.lang.Object node)
|
private Cur |
loadNode(Locale locale,
org.w3c.dom.Node node)
|
private void |
loadNodeHelper(Locale locale,
org.w3c.dom.Node node,
Locale.LoadContext context)
|
org.apache.xmlbeans.XmlObject[] |
objectExecute()
|
void |
release()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_cur
private Cur _cur
_saxonImpl
private SaxonXBeansDelegate.QueryInterface _saxonImpl
_version
private long _version
_options
private org.apache.xmlbeans.XmlOptions _options
| Constructor Detail |
Query.SaxonQueryImpl.SaxonQueryEngine
public Query.SaxonQueryImpl.SaxonQueryEngine(SaxonXBeansDelegate.QueryInterface xqImpl, Cur c, org.apache.xmlbeans.XmlOptions opt)
| Method Detail |
objectExecute
public org.apache.xmlbeans.XmlObject[] objectExecute()
getType
private org.apache.xmlbeans.SchemaType getType(java.lang.Object node)
cursorExecute
public org.apache.xmlbeans.XmlCursor cursorExecute()
release
public void release()
loadNode
private Cur loadNode(Locale locale, org.w3c.dom.Node node)
loadNodeHelper
private void loadNodeHelper(Locale locale, org.w3c.dom.Node node, Locale.LoadContext context)
|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> impl >> [ store overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.xmlbeans.impl.store.Query.SaxonQueryImpl.SaxonQueryEngine