public class FragmentIdentifier extends Object
Constructor and Description |
---|
FragmentIdentifier(ComponentPart wsdlPart)
Constructs a new empty Fragment Identifier
|
Modifier and Type | Method and Description |
---|---|
NCName |
getXmlNamespacePrefix(QName qname)
Returns the prefix for the Xml namespace of the QName in the XPointer.
|
NCName |
getXmlNamespacePrefix(String namespace)
Returns the prefix for the Xml namespace in the XPointer.
|
QName |
prefixQNameNamespace(QName qname)
Returns a QName prefixed from the map of local namespaces and prefixes.
|
String |
toString()
Returns a String serialisation of this fragment identifier.
|
public FragmentIdentifier(ComponentPart wsdlPart)
wsdlPart
- The WSDL2.0 component pointer part for this fragment identifier.public String toString()
public NCName getXmlNamespacePrefix(QName qname)
qname
- The QName containing the namespace and a prefix.public NCName getXmlNamespacePrefix(String namespace)
namespace
- The namespace to get the prefix for.public QName prefixQNameNamespace(QName qname)
qname
- the QName used to lookup the namespace and copy.Copyright © 2005–2015 Apache Software Foundation. All rights reserved.