Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
Class CustomNodeSelector

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomNodeSelector

public final class CustomNodeSelector
extends Object


Constructor Summary
CustomNodeSelector()
           
 
Method Summary
 void addNamespaces(Node targetNode)
           
 MapNamespaceContext getNamespaceContext()
           
 Node queryNode(Node target, String expression)
           
 NodeList queryNodes(Node target, String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomNodeSelector

public CustomNodeSelector()
Method Detail

getNamespaceContext

public MapNamespaceContext getNamespaceContext()

addNamespaces

public void addNamespaces(Node targetNode)

queryNode

public Node queryNode(Node target,
                      String expression)

queryNodes

public NodeList queryNodes(Node target,
                           String expression)

Apache CXF API

Apache CXF