Package com.werken.xpath.impl
Class Context
java.lang.Object
com.werken.xpath.impl.Context
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionContext
(List nodeSet, ContextSupport contextSupport) Context
(org.jdom.Document doc, ContextSupport contextSupport) Context
(org.jdom.Element elem, ContextSupport contextSupport) -
Method Summary
Modifier and TypeMethodDescriptiongetFunction
(String name) getNode
(int index) int
int
getSize()
getVariableValue
(String variableName) boolean
isEmpty()
iterator()
void
setNodeSet
(List nodeSet) void
setPosition
(int position) toString()
translateNamespacePrefix
(String prefix)
-
Constructor Details
-
Context
-
Context
-
Context
-
-
Method Details
-
getNodeSet
-
getSize
public int getSize() -
isEmpty
public boolean isEmpty() -
getPosition
public int getPosition() -
setPosition
public void setPosition(int position) -
getContextNode
-
getNode
-
setNodeSet
-
getContextSupport
-
iterator
-
translateNamespacePrefix
-
getVariableValue
-
getFunction
-
duplicate
-
toString
-