org.apache.xalan.xpath
Class XPathSupportDefault

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

Deprecated. This compatibility layer will be removed in later releases.

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.


Inner classes inherited from class org.apache.xpath.XPathContext
org.apache.xpath.XPathContext.XPathExpressionContext
 
Fields inherited from class org.apache.xpath.XPathContext
m_primaryReader, RECURSIONLIMIT
 
Fields inherited from class org.apache.xml.dtm.DTMManager
IDENT_DTM_DEFAULT, IDENT_DTM_NODE_BITS, IDENT_MAX_DTMS, IDENT_NODE_DEFAULT, m_incremental
 
Constructor Summary
XPathSupportDefault()
          Deprecated.  
 
Methods inherited from class org.apache.xpath.XPathContext
createDocumentFragment, createDTMIterator, createDTMIterator, createDTMIterator, createDTMIterator, getAxesIteratorStackStacks, getContextNode, getContextNodeList, getContextNodeListsStack, getContextNodes, getCurrentExpressionNode, getCurrentExpressionNodesFirstFree, getCurrentExpressionNodeStack, getCurrentNode, getCurrentNodeFirstFree, getCurrentNodeList, getCurrentNodeStack, getDTM, getDTM, getDTMHandleFromNode, getDTMIdentity, getDTMManager, getErrorListener, getExpressionContext, getExtensionsTable, getIteratorRoot, getNamespaceContext, getOwnerObject, getPredicatePos, getPredicateRoot, getPrimaryReader, getSAXLocator, getSourceTreeManager, getSubContextList, getURIResolver, getVarStack, popContextNodeList, popCurrentExpressionNode, popCurrentNode, popCurrentNodeAndExpression, popExpressionState, popIteratorRoot, popNamespaceContext, popPredicatePos, popPredicateRoot, popSAXLocator, popSubContextList, pushContextNodeList, pushCurrentExpressionNode, pushCurrentNode, pushCurrentNodeAndExpression, pushExpressionState, pushIteratorRoot, pushNamespaceContext, pushNamespaceContextNull, pushPredicatePos, pushPredicateRoot, pushSAXLocator, pushSAXLocatorNull, pushSubContextList, release, reset, setAxesIteratorStackStacks, setContextNodeListsStack, setCurrentExpressionNodeStack, setCurrentNodeStack, setErrorListener, setNamespaceContext, setPrimaryReader, setSAXLocator, setSourceTreeManager, setURIResolver, setVarStack
 
Methods inherited from class org.apache.xml.dtm.DTMManager
getDTMIdentityMask, getIncremental, getNodeIdentityMask, getXMLStringFactory, newInstance, setIncremental, setXMLStringFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathSupportDefault

public XPathSupportDefault()
Deprecated. 


Copyright © 2001 Apache XML Project. All Rights Reserved.