Esri Geoportal Server
1.2.9

com.esri.gpt.catalog.gxe
Class XmlAttribute

java.lang.Object
  extended by com.esri.gpt.catalog.gxe.XmlNode
      extended by com.esri.gpt.catalog.gxe.XmlAttribute

public class XmlAttribute
extends XmlNode

Represents an XML attribute.


Constructor Summary
XmlAttribute()
          Default constructor
XmlAttribute(XmlAttribute objectToDuplicate, XmlElement parent)
          Construct by duplicating an existing object.
 
Method Summary
 XmlAttribute duplicate(XmlElement parent)
          Produces a deep clone of the object.
 
Methods inherited from class com.esri.gpt.catalog.gxe.XmlNode
ensureNodeInfo, getNodeInfo, getParent, setNodeInfo, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlAttribute

public XmlAttribute()
Default constructor


XmlAttribute

public XmlAttribute(XmlAttribute objectToDuplicate,
                    XmlElement parent)
Construct by duplicating an existing object.

Parameters:
objectToDuplicate - the object to duplicate
parent - the parent
Method Detail

duplicate

public XmlAttribute duplicate(XmlElement parent)
Produces a deep clone of the object.
The duplication constructor is invoked.
return new XmlAttribute(this,parent);

Overrides:
duplicate in class XmlNode
Parameters:
parent - the parent
Returns:
the duplicated object

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.