org.translet.processor
Interface PredicateContext


public interface PredicateContext

Used to specify the information about the context of a predicate for the PredicateExpr.


Method Summary
 short getAxes()
          The axes of the current locationpath
 String getContextNodeName()
          Local name of the node referred by this locationpath
 String getNamespaceURI()
          Namespace URI of the node referred to in the locationpath
 Node getParentNode()
          The parent to the current locationPath
 

Method Detail

getParentNode

public Node getParentNode()
The parent to the current locationPath

getContextNodeName

public String getContextNodeName()
Local name of the node referred by this locationpath

getAxes

public short getAxes()
The axes of the current locationpath

getNamespaceURI

public String getNamespaceURI()
Namespace URI of the node referred to in the locationpath