|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.XMLElement
public class XMLElement
An element contained within the XML document.
This type describes an XML element. The fields
for this type describe the element Name
, Prefix
, and Namespace
of the given element.
The elements are inserted into the array in the same order they are found in the document.
Name:
The Name
field provides the local name (without prefix)
of the element.
Namespace: Namespace of the element.
Prefix: Prefix of the element (if any). If the element does not have a prefix, this property is empty.
XText: The inner text of the element.
Atom
,
Atom.XMLElement
Constructor Summary | |
---|---|
XMLElement()
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
|
java.lang.String |
getPrefix()
|
java.lang.String |
getXText()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLElement()
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getPrefix()
public java.lang.String getXText()
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |