Uses of Class
NamespaceContext

Uses of NamespaceContext in <Unnamed>
 

Fields in <Unnamed> declared as NamespaceContext
private static NamespaceContext ExploreXML.nsContext
          keep track of the namespaces used in the input document
 

Methods in <Unnamed> with parameters of type NamespaceContext
private  java.util.List<XPath> XPathParts.compile(java.lang.String patString, NamespaceContext context)
          create as many parts as there are node tests only used in the constructor
 

Constructors in <Unnamed> with parameters of type NamespaceContext
XPath(java.lang.String expr, NamespaceContext context)
          Compile the XPath expression
XPathParts(java.lang.String patString, NamespaceContext context)
          Constructor calling @compile to create the list of XPath expression parts