Uses of Interface
org.apache.ws.util.xml.NamespaceContext

Packages that use NamespaceContext
org.apache.ws.resource.properties.query   
org.apache.ws.resource.properties.query.impl   
org.apache.ws.resource.properties.query.xpath   
org.apache.ws.resource.properties.query.xpath.impl   
org.apache.ws.util.xml.impl   
 

Uses of NamespaceContext in org.apache.ws.resource.properties.query
 

Methods in org.apache.ws.resource.properties.query that return NamespaceContext
 NamespaceContext QueryExpression.getNamespaceContext()
          Returns a namespace context object (e.g.
 

Uses of NamespaceContext in org.apache.ws.resource.properties.query.impl
 

Methods in org.apache.ws.resource.properties.query.impl that return NamespaceContext
 NamespaceContext XmlBeansQueryExpression.getNamespaceContext()
           
 

Methods in org.apache.ws.resource.properties.query.impl with parameters of type NamespaceContext
 void XmlBeansQueryExpression.setNamespaceContext(NamespaceContext nsContext)
           
 

Uses of NamespaceContext in org.apache.ws.resource.properties.query.xpath
 

Methods in org.apache.ws.resource.properties.query.xpath that return NamespaceContext
 NamespaceContext XPathExpression.getNamespaceContext()
          DOCUMENT_ME
 

Uses of NamespaceContext in org.apache.ws.resource.properties.query.xpath.impl
 

Constructors in org.apache.ws.resource.properties.query.xpath.impl with parameters of type NamespaceContext
JaxenXPathExpressionEvaluator.JaxenNamespaceContext(NamespaceContext domNsContext)
           
 

Uses of NamespaceContext in org.apache.ws.util.xml.impl
 

Classes in org.apache.ws.util.xml.impl that implement NamespaceContext
 class DomNamespaceContext
          A namespace context based on a DOM Node.
 class XmlBeansNamespaceContext
          A namespace context based on an XMLBeans XmlObject.
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.