|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.n3.nanoxml.XMLAttribute
class XMLAttribute
An attribute in an XML element. This is an internal class.
XMLElement| Field Summary | |
|---|---|
private java.lang.String |
fullName
The full name of the attribute. |
private java.lang.String |
name
The short name of the attribute. |
private java.lang.String |
namespace
The namespace URI of the attribute. |
private java.lang.String |
type
The type of the attribute. |
private java.lang.String |
value
The value of the attribute. |
| Constructor Summary | |
|---|---|
XMLAttribute(java.lang.String fullName,
java.lang.String name,
java.lang.String namespace,
java.lang.String value,
java.lang.String type)
Creates a new attribute. |
|
| Method Summary | |
|---|---|
(package private) java.lang.String |
getFullName()
Returns the full name of the attribute. |
(package private) java.lang.String |
getName()
Returns the short name of the attribute. |
(package private) java.lang.String |
getNamespace()
Returns the namespace of the attribute. |
(package private) java.lang.String |
getType()
Returns the type of the attribute. |
(package private) java.lang.String |
getValue()
Returns the value of the attribute. |
(package private) void |
setValue(java.lang.String value)
Sets the value of the attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String fullName
private java.lang.String name
private java.lang.String namespace
private java.lang.String value
private java.lang.String type
| Constructor Detail |
|---|
XMLAttribute(java.lang.String fullName,
java.lang.String name,
java.lang.String namespace,
java.lang.String value,
java.lang.String type)
fullName - the non-null full namename - the non-null short namenamespace - the namespace URI, which may be nullvalue - the value of the attributetype - the type of the attribute| Method Detail |
|---|
java.lang.String getFullName()
java.lang.String getName()
java.lang.String getNamespace()
java.lang.String getValue()
void setValue(java.lang.String value)
value - the new value.java.lang.String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||