org.apache.xalan.xpath
Class XPathSupportDefault

java.lang.Object
  |
  +--org.apache.xpath.XPathContext
        |
        +--org.apache.xalan.xpath.XPathSupportDefault

public class XPathSupportDefault
extends org.apache.xpath.XPathContext
implements XPathSupport

Default class for execution context when XPath is used by itself. Many of the functions in this class need to be overridden in order to perform correct execution of the XPath (for instance, variable execution). This class will likely eventually replace XMLParserLiaisons.


Fields inherited from class org.apache.xpath.XPathContext
m_primaryReader
 
Constructor Summary
XPathSupportDefault()
           
 
Methods inherited from class org.apache.xpath.XPathContext
getAxesIteratorStackStacks, getContextNode, getContextNodeList, getContextNodeListsStack, getContextNodes, getCurrentExpressionNode, getCurrentExpressionNodeStack, getCurrentNode, getCurrentNodeStack, getDOMHelper, getErrorListener, getExtensionsTable, getNamespaceContext, getOwnerObject, getPrimaryReader, getSAXLocator, getSourceTreeManager, getSubContextList, getURIResolver, getVariable, getVarStack, popContextNodeList, popCurrentExpressionNode, popCurrentNode, popCurrentNodeAndExpression, popSubContextList, pushContextNodeList, pushCurrentExpressionNode, pushCurrentNode, pushCurrentNodeAndExpression, pushSubContextList, reset, setAxesIteratorStackStacks, setContextNodeListsStack, setCurrentExpressionNodeStack, setCurrentNodeStack, setDOMHelper, setErrorListener, setNamespaceContext, setPrimaryReader, setSAXLocator, setSourceTreeManager, setURIResolver, setVarStack, toNumber, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathSupportDefault

public XPathSupportDefault()


Copyright © 2000 Apache XML Project. All Rights Reserved.