com.werken.xpath
Interface Context


public interface Context


Method Summary
 Context duplicate()
           
 java.lang.Object getContextNode()
           
 ContextSupport getContextSupport()
           
 Function getFunction(java.lang.String name)
           
 java.util.List getNodeSet()
           
 int getPosition()
           
 int getSize()
           
 java.lang.Object getVariableValue(java.lang.String name)
           
 boolean isEmpty()
           
 void setNodeSet(java.util.List nodeSet)
           
 java.lang.String translateNamespacePrefix(java.lang.String prefix)
           
 

Method Detail

getNodeSet

java.util.List getNodeSet()

getContextNode

java.lang.Object getContextNode()

getPosition

int getPosition()

getSize

int getSize()

isEmpty

boolean isEmpty()

translateNamespacePrefix

java.lang.String translateNamespacePrefix(java.lang.String prefix)

getVariableValue

java.lang.Object getVariableValue(java.lang.String name)

getFunction

Function getFunction(java.lang.String name)

getContextSupport

ContextSupport getContextSupport()

setNodeSet

void setNodeSet(java.util.List nodeSet)

duplicate

Context duplicate()


Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.