|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.ide.extension.ElementName
public final class ElementName
Represents a qualified element name in XML. A qualified element name consists of a namespace URI (which may be null) and a local name.
Constructor Summary | |
---|---|
ElementName(java.lang.String namespaceURI, java.lang.String localName) Constructs an ElementName with the specified namespace URI and local name. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o) Get whether this element name equals some other object. |
java.lang.String |
getLocalName() The local name of this element name. |
java.lang.String |
getNamespaceURI() Get the namespace uri of this element name. |
int |
hashCode() Get a hashcode for this object. |
java.lang.String |
toString() Get a string representation of this element name. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementName(java.lang.String namespaceURI, java.lang.String localName)
namespaceURI
- the namespace uri of the qualified name. May be null.localName
- the local name of the qualified name. Must not be null.Method Detail |
---|
public java.lang.String getNamespaceURI()
public java.lang.String getLocalName()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- another object to compare to this one.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |