Package com.werken.xpath
Interface Context
public interface Context
-
Method Summary
Modifier and TypeMethodDescriptiongetFunction(String name) intintgetSize()getVariableValue(String name) booleanisEmpty()voidsetNodeSet(List nodeSet) translateNamespacePrefix(String prefix)
-
Method Details
-
getNodeSet
List getNodeSet() -
getContextNode
Object getContextNode() -
getPosition
int getPosition() -
getSize
int getSize() -
isEmpty
boolean isEmpty() -
translateNamespacePrefix
-
getVariableValue
-
getFunction
-
getContextSupport
ContextSupport getContextSupport() -
setNodeSet
-
duplicate
Context duplicate()
-