net.sf.saxon.javax.xml.xquery
Interface XQStaticContext

All Known Subinterfaces:
XQConnection
All Known Implementing Classes:
SaxonXQConnection

public interface XQStaticContext

XQJ interfaces reconstructed from version 0.5 documentation


Method Summary
 java.lang.String getBaseURI()
           
 int getBoundarySpacePolicy()
           
 int getConstructionMode()
           
 int getCopyNamespacesModeInherit()
           
 int getCopyNamespacesModePreserve()
           
 java.lang.String getDefaultCollation()
           
 java.lang.String getDefaultElementTypeNamespace()
           
 java.lang.String getDefaultFunctionNamespace()
           
 int getDefaultOrderForEmptySequences()
           
 java.lang.String[] getInScopeNamespacePrefixes()
           
 java.lang.String getNamespaceURI(java.lang.String prefix)
           
 int getOrderingMode()
           
 javax.xml.namespace.QName[] getStaticInScopeVariableNames()
           
 XQSequenceType getStaticInScopeVariableType(javax.xml.namespace.QName varname)
           
 

Method Detail

getBaseURI

public java.lang.String getBaseURI()
                            throws XQException
Throws:
XQException

getBoundarySpacePolicy

public int getBoundarySpacePolicy()
                           throws XQException
Throws:
XQException

getConstructionMode

public int getConstructionMode()
                        throws XQException
Throws:
XQException

getCopyNamespacesModeInherit

public int getCopyNamespacesModeInherit()
                                 throws XQException
Throws:
XQException

getCopyNamespacesModePreserve

public int getCopyNamespacesModePreserve()
                                  throws XQException
Throws:
XQException

getDefaultCollation

public java.lang.String getDefaultCollation()
                                     throws XQException
Throws:
XQException

getDefaultElementTypeNamespace

public java.lang.String getDefaultElementTypeNamespace()
                                                throws XQException
Throws:
XQException

getDefaultFunctionNamespace

public java.lang.String getDefaultFunctionNamespace()
                                             throws XQException
Throws:
XQException

getDefaultOrderForEmptySequences

public int getDefaultOrderForEmptySequences()
                                     throws XQException
Throws:
XQException

getInScopeNamespacePrefixes

public java.lang.String[] getInScopeNamespacePrefixes()
                                               throws XQException
Throws:
XQException

getNamespaceURI

public java.lang.String getNamespaceURI(java.lang.String prefix)
                                 throws XQException
Throws:
XQException

getOrderingMode

public int getOrderingMode()
                    throws XQException
Throws:
XQException

getStaticInScopeVariableNames

public javax.xml.namespace.QName[] getStaticInScopeVariableNames()
                                                          throws XQException
Throws:
XQException

getStaticInScopeVariableType

public XQSequenceType getStaticInScopeVariableType(javax.xml.namespace.QName varname)
                                            throws XQException
Throws:
XQException