Package com.werken.xpath
Interface Context
public interface Context
-
Method Summary
Modifier and TypeMethodDescriptiongetFunction
(String name) int
int
getSize()
getVariableValue
(String name) boolean
isEmpty()
void
setNodeSet
(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()
-