Example usage for Java javax.xml.soap Name fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getLocalName() Gets the local name part of the XML name that this Name object represents. |
String | getPrefix() Returns the prefix that was specified when this Name object was initialized. |
String | getQualifiedName() Gets the namespace-qualified name of the XML name that this Name object represents. |
String | getURI() Returns the URI of the namespace for the XML name that this Name object represents. |