|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.XMLAttribute
public class XMLAttribute
An XML attribute from the current XML element.
This type describes an XML attribute from the current element. It includes fields to denote information about the attribute being defined.
Name:
The Name
provides the local name (without prefix)
of the attribute.
Namespace: Attribute namespace.
Prefix: Attribute prefix (if any). If the attribute does not have a prefix, this property is empty.
Value: Attribute value.
Atom
,
Atom.XMLAttribute
Constructor Summary | |
---|---|
XMLAttribute()
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
|
java.lang.String |
getPrefix()
|
java.lang.String |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLAttribute()
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getPrefix()
public java.lang.String getValue()
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |