|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.gxe.XmlNode
public class XmlNode
Represents an XML node (element or attribute).
| Constructor Summary | |
|---|---|
XmlNode()
Default constructor |
|
XmlNode(XmlNode objectToDuplicate,
XmlElement parent)
Construct by duplicating an existing object. |
|
| Method Summary | |
|---|---|
XmlNode |
duplicate(XmlElement parent)
Produces a deep clone of the object. |
XmlNodeInfo |
ensureNodeInfo()
Ensures that the node information is not null and returns the value. |
XmlNodeInfo |
getNodeInfo()
Gets the information associated with this XML node. |
XmlElement |
getParent()
Gets the parent. |
void |
setNodeInfo(XmlNodeInfo nodeInfo)
Sets the information associated with this XML node. |
void |
setParent(XmlElement parent)
Sets the parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlNode()
public XmlNode(XmlNode objectToDuplicate,
XmlElement parent)
objectToDuplicate - the object to duplicateparent - the parent| Method Detail |
|---|
public XmlNodeInfo getNodeInfo()
public void setNodeInfo(XmlNodeInfo nodeInfo)
nodeInfo - the node informationpublic XmlElement getParent()
public void setParent(XmlElement parent)
parent - the parentpublic XmlNode duplicate(XmlElement parent)
parent - the parent
public XmlNodeInfo ensureNodeInfo()
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||