|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.purl.sword.base.XmlName
public class XmlName
| Constructor Summary | |
|---|---|
XmlName(nu.xom.Attribute attribute)
|
|
XmlName(nu.xom.Element element)
|
|
XmlName(String prefix,
String localName,
String namespace)
Create a new instance with the specified prefix and local name. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
String |
getLocalName()
Get the local name. |
String |
getNamespace()
Get the current namespace value. |
String |
getPrefix()
Get the prefix. |
String |
getQualifiedName()
|
int |
hashCode()
|
void |
setLocalName(String localName)
Set the local name. |
void |
setNamespace(String namespace)
Set the namespace value. |
void |
setPrefix(String prefix)
Set the prefix. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlName(String prefix,
String localName,
String namespace)
prefix - The namespace prefix.localName - The element's local name.public XmlName(nu.xom.Element element)
public XmlName(nu.xom.Attribute attribute)
| Method Detail |
|---|
public String getPrefix()
public void setPrefix(String prefix)
prefix - the prefix to setpublic String getLocalName()
public void setLocalName(String localName)
localName - the localName to setpublic String getNamespace()
public void setNamespace(String namespace)
namespace - the namespace to setpublic String getQualifiedName()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||