|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.XPathContext | +--org.apache.xalan.xpath.XPathSupportDefault
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 |
public XPathSupportDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |