com.werken.xpath

Interface Context

public interface Context

Method Summary

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

Method Details

duplicate

public Context duplicate()


getContextNode

public Object getContextNode()


getContextSupport

public ContextSupport getContextSupport()


getFunction

public Function getFunction(String name)


getNodeSet

public List getNodeSet()


getPosition

public int getPosition()


getSize

public int getSize()


getVariableValue

public Object getVariableValue(String name)


isEmpty

public boolean isEmpty()


setNodeSet

public void setNodeSet(List nodeSet)


translateNamespacePrefix

public String translateNamespacePrefix(String prefix)


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