Example usage for Java javax.xml.namespace QName fields, constructors, methods, implement or subclass
The text is from its open source code.
QName(final String namespaceURI, final String localPart)
If the Namespace URI is | |
QName(String localPart)
If the local part is | |
QName(String namespaceURI, String localPart, String prefix)
If the Namespace URI is |
boolean | equals(Object objectToTest) Test this If the Two |
String | getLocalPart() Get the local part of this |
String | getNamespaceURI() Get the Namespace URI of this |
String | getPrefix() Get the prefix of this The prefix assigned to a |
String | toString()
The commonly accepted way of representing a |
QName | valueOf(String qNameAsString)
If the The The commonly accepted way of representing a |