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 TypeMethodDescriptionbooleanGets the local name part of the XML name that thisNameobject represents.Returns the prefix associated with the namespace for the XML name that thisNameobject represents.Gets the namespace-qualified name of the XML name that thisNameobject represents.getURI()Returns the URI of the namespace for the XML name that thisNameobject represents.inthashCode()toString()
-
Constructor Details
-
PrefixedQName
-
PrefixedQName
-
-
Method Details
-
getLocalName
Description copied from interface:NameGets the local name part of the XML name that thisNameobject represents.- Specified by:
getLocalNamein interfaceName- Returns:
- a string giving the local name
-
getQualifiedName
Description copied from interface:NameGets the namespace-qualified name of the XML name that thisNameobject represents.- Specified by:
getQualifiedNamein interfaceName- Returns:
- the namespace-qualified name as a string
-
getURI
Description copied from interface:NameReturns the URI of the namespace for the XML name that thisNameobject represents. -
getPrefix
Description copied from interface:NameReturns the prefix associated with the namespace for the XML name that thisNameobject represents. -
equals
-
hashCode
public int hashCode() -
toString
-