com.smallx.xml.xpath
Interface StaticContext

All Known Implementing Classes:
ElementStaticContext, NodeStaticContext

public interface StaticContext

This interface represents the information necessary to compile an XPath expression.


Method Summary
 java.net.URI getBaseURI()
          Returns the base URI of the expression
 java.util.Collection getInScopeVariables()
          Returns a collection of variable names
 NamespaceScope getNamespaceScope()
           
 

Method Detail

getNamespaceScope

public NamespaceScope getNamespaceScope()

getBaseURI

public java.net.URI getBaseURI()
Returns the base URI of the expression


getInScopeVariables

public java.util.Collection getInScopeVariables()
Returns a collection of variable names