org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
Class CustomNodeSelector
java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomNodeSelector
public final class CustomNodeSelector
- extends java.lang.Object
|
Method Summary |
void |
addNamespaces(org.w3c.dom.Node targetNode)
|
org.apache.cxf.helpers.MapNamespaceContext |
getNamespaceContext()
|
org.w3c.dom.Node |
queryNode(org.w3c.dom.Node target,
java.lang.String expression)
|
org.w3c.dom.NodeList |
queryNodes(org.w3c.dom.Node target,
java.lang.String expression)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomNodeSelector
public CustomNodeSelector()
getNamespaceContext
public org.apache.cxf.helpers.MapNamespaceContext getNamespaceContext()
addNamespaces
public void addNamespaces(org.w3c.dom.Node targetNode)
queryNode
public org.w3c.dom.Node queryNode(org.w3c.dom.Node target,
java.lang.String expression)
queryNodes
public org.w3c.dom.NodeList queryNodes(org.w3c.dom.Node target,
java.lang.String expression)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.