Uses of Interface
com.werken.xpath.NamespaceContext

Packages that use NamespaceContext
com.werken.xpath Provides the core tools needed to use XPath 
 

Uses of NamespaceContext in com.werken.xpath
 

Classes in com.werken.xpath that implement NamespaceContext
 class ElementNamespaceContext
          A NamespaceContext which gets it's mappings from an Element in a JDOM tree.
 

Methods in com.werken.xpath with parameters of type NamespaceContext
 void ContextSupport.setNamespaceContext(NamespaceContext nsContext)
          Set the NamespaceContext implementation
 

Constructors in com.werken.xpath with parameters of type NamespaceContext
ContextSupport(NamespaceContext nsContext, FunctionContext functionContext, VariableContext variableContext)
          Construct a semantically initialized ContextSupport
 



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