|
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.XmlNodeInfo
public class XmlNodeInfo
Provides information about an XML node (element or attribute).
Constructor Summary | |
---|---|
XmlNodeInfo()
Default constructor |
|
XmlNodeInfo(XmlNodeInfo objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
XmlNodeInfo |
duplicate()
Produces a deep clone of the object. |
String |
getLocalName()
Gets the local node name. |
String |
getNamespacePrefix()
Gets the namespace prefix. |
String |
getNamespaceURI()
Gets the namespace URI. |
String |
getNodeValue()
Gets the node value. |
void |
setLocalName(String localName)
Sets the local node name. |
void |
setNamespacePrefix(String prefix)
Sets the namespace prefix. |
void |
setNamespaceURI(String uri)
Sets the namespace URI. |
void |
setNodeValue(String nodeValue)
Sets the node value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlNodeInfo()
public XmlNodeInfo(XmlNodeInfo objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public String getLocalName()
public void setLocalName(String localName)
localName
- local node namepublic String getNamespacePrefix()
public void setNamespacePrefix(String prefix)
prefix
- the namespace prefixpublic String getNamespaceURI()
public void setNamespaceURI(String uri)
uri
- the namespace URIpublic String getNodeValue()
public void setNodeValue(String nodeValue)
nodeValue
- the node valuepublic XmlNodeInfo duplicate()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |