Uses of Interface
org.jaxen.NamespaceContext

Packages that use NamespaceContext
org.jaxen   
 

Uses of NamespaceContext in org.jaxen
 

Classes in org.jaxen that implement NamespaceContext
 class SimpleNamespaceContext
          Provides mappings from namespace prefix to namespace URI to the xpath engine.
 

Methods in org.jaxen that return NamespaceContext
 NamespaceContext XPath.getNamespaceContext()
          Retrieve the NamespaceContext used by this XPath expression.
 NamespaceContext BaseXPath.getNamespaceContext()
          Retrieve the NamespaceContext used by this XPath expression.
protected  NamespaceContext BaseXPath.createNamespaceContext()
          Create a default NamespaceContext.
 NamespaceContext ContextSupport.getNamespaceContext()
           
 

Methods in org.jaxen with parameters of type NamespaceContext
 void XPath.setNamespaceContext(NamespaceContext namespaceContext)
          Set a NamespaceContext for use with this XPath expression.
 void BaseXPath.setNamespaceContext(NamespaceContext namespaceContext)
          Set a NamespaceContext for use with this XPath expression.
 void ContextSupport.setNamespaceContext(NamespaceContext namespaceContext)
           
 

Constructors in org.jaxen with parameters of type NamespaceContext
ContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator)
          Construct.
 



Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo