Package org.apache.axis.message
Class PrefixedQName
java.lang.Object
org.apache.axis.message.PrefixedQName
- All Implemented Interfaces:
Name
-
Constructor Summary
ConstructorsConstructorDescriptionPrefixedQName
(String uri, String localName, String pre) PrefixedQName
(QName qname) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the local name part of the XML name that thisName
object represents.Returns the prefix associated with the namespace for the XML name that thisName
object represents.Gets the namespace-qualified name of the XML name that thisName
object represents.getURI()
Returns the URI of the namespace for the XML name that thisName
object represents.int
hashCode()
toString()
-
Constructor Details
-
PrefixedQName
-
PrefixedQName
-
-
Method Details
-
getLocalName
Description copied from interface:Name
Gets the local name part of the XML name that thisName
object represents.- Specified by:
getLocalName
in interfaceName
- Returns:
- a string giving the local name
-
getQualifiedName
Description copied from interface:Name
Gets the namespace-qualified name of the XML name that thisName
object represents.- Specified by:
getQualifiedName
in interfaceName
- Returns:
- the namespace-qualified name as a string
-
getURI
Description copied from interface:Name
Returns the URI of the namespace for the XML name that thisName
object represents. -
getPrefix
Description copied from interface:Name
Returns the prefix associated with the namespace for the XML name that thisName
object represents. -
equals
-
hashCode
public int hashCode() -
toString
-