|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IAttribute
public class IAttribute
The Attribute represents an attribute element in an XML document.
| Constructor Summary | |
|---|---|
IAttribute(String name)
Instantiates with the specified name. |
|
IAttribute(String uri,
String name)
Instantiates with the specified name. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the attribute |
String |
getNameSpace()
Returns the namespace URI of this attribute. |
String |
getValue()
Returns the attribute value. |
void |
setName(String name)
Sets the name to this instance. |
void |
setNameSpece(String namespece)
Sets the namespace URI to this attribute element. |
void |
setValue(String value)
Sets the attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IAttribute(String name)
name - the name of the attribute to instantiate.
public IAttribute(String uri,
String name)
uri - the namespace URI of the attribute to create.name - the name of the attribute to instantiate.| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name of the attributepublic String getNameSpace()
public void setNameSpece(String namespece)
namespece - namespace URIpublic String getValue()
public void setValue(String value)
value - attribute value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||