org.apache.excalibur.xml.xpath
Class Saxon8ProcessorImpl.Saxon8Context

java.lang.Object
  extended by net.sf.saxon.xpath.StandaloneContext
      extended by org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl.Saxon8Context
All Implemented Interfaces:
net.sf.saxon.expr.StaticContext, net.sf.saxon.om.NamespaceResolver
Enclosing class:
Saxon8ProcessorImpl

private class Saxon8ProcessorImpl.Saxon8Context
extends net.sf.saxon.xpath.StandaloneContext


Field Summary
private  PrefixResolver resolver
           
 
Constructor Summary
Saxon8ProcessorImpl.Saxon8Context(net.sf.saxon.om.NodeInfo node, PrefixResolver resolver)
           
 
Method Summary
 java.lang.String getURIForPrefix(java.lang.String prefix)
           
 
Methods inherited from class net.sf.saxon.xpath.StandaloneContext
bindVariable, clearAllNamespaces, clearNamespaces, declareCollation, declareNamespace, declareVariable, getBaseURI, getCollation, getConfiguration, getDefaultCollationName, getDefaultElementNamespace, getDefaultFunctionNamespace, getFunctionLibrary, getImportedSchemaNamespaces, getLineNumber, getLocationMap, getNamePool, getNamespaceContext, getNamespaceResolver, getStackFrameMap, getSystemId, getURIForPrefix, getXPathFunctionResolver, getXPathVariableResolver, importSchema, isAllowedBuiltInType, isImportedSchema, isInBackwardsCompatibleMode, issueWarning, iteratePrefixes, makeEarlyEvaluationContext, setBackwardsCompatibilityMode, setBaseURI, setDefaultElementNamespace, setDefaultFunctionNamespace, setFunctionLibrary, setLocationMap, setNamespaceContext, setNamespaces, setXPathFunctionResolver, setXPathVariableResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resolver

private final PrefixResolver resolver
Constructor Detail

Saxon8ProcessorImpl.Saxon8Context

public Saxon8ProcessorImpl.Saxon8Context(net.sf.saxon.om.NodeInfo node,
                                         PrefixResolver resolver)
Method Detail

getURIForPrefix

public java.lang.String getURIForPrefix(java.lang.String prefix)
                                 throws net.sf.saxon.trans.XPathException
Specified by:
getURIForPrefix in interface net.sf.saxon.expr.StaticContext
Overrides:
getURIForPrefix in class net.sf.saxon.xpath.StandaloneContext
Throws:
net.sf.saxon.trans.XPathException