|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.JMAttribute
An implementation of an attribute.
Constructor Summary | |
JMAttribute(java.lang.String pNamespaceURI,
java.lang.String pLocalName,
java.lang.String pValue)
Creates a new JMAttribute instance and initializes the local name, namespace URI and value. |
Method Summary | |
java.lang.Object |
clone()
Returns a clone of this attribute. |
java.lang.String |
getLocalName()
Returns the attributes local name. |
java.lang.String |
getNamespaceURI()
Returns the attributes namespace URI. |
java.lang.String |
getValue()
Returns the attributes value. |
void |
setValue(java.lang.String pValue)
Sets the attributes value. |
java.lang.String |
toString()
Serializes the attribute into a string. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JMAttribute(java.lang.String pNamespaceURI, java.lang.String pLocalName, java.lang.String pValue)
Method Detail |
public java.lang.String toString()
Serializes the attribute into a string.
public java.lang.String getNamespaceURI()
Returns the attributes namespace URI.
public java.lang.String getLocalName()
Returns the attributes local name.
public java.lang.String getValue()
Returns the attributes value.
public void setValue(java.lang.String pValue)
Sets the attributes value.
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
Returns a clone of this attribute.
java.lang.CloneNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |