Uses of Interface
org.jaxen.NamespaceContext

Packages that use NamespaceContext
org.jaxen This package defines the core Jaxen API to the XPath engine. 
 

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 ContextSupport.getNamespaceContext()
           
 NamespaceContext BaseXPath.getNamespaceContext()
          Retrieve the NamespaceContext used by this XPath expression.
protected  NamespaceContext BaseXPath.createNamespaceContext()
          Create a default NamespaceContext.
 

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

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