|
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.XmlAttributes
public class XmlAttributes
An XML attribute collection.
| Constructor Summary | |
|---|---|
XmlAttributes()
Default constructor |
|
XmlAttributes(XmlAttributes objectToDuplicate,
XmlElement parent)
Construct by duplicating an existing object. |
|
| Method Summary | |
|---|---|
void |
add(XmlAttribute member)
Adds a member to the collection. |
XmlAttributes |
duplicate(XmlElement parent)
Produces a deep clone of the object. |
XmlAttribute |
find(String namespaceURI,
String nodeName)
Finds an attribute within the collection |
int |
size()
Returns the size of the collection. |
Collection<XmlAttribute> |
values()
Returns the collection of values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlAttributes()
public XmlAttributes(XmlAttributes objectToDuplicate,
XmlElement parent)
objectToDuplicate - the object to duplicateparent - the parent| Method Detail |
|---|
public void add(XmlAttribute member)
member - the member to addpublic XmlAttributes duplicate(XmlElement parent)
parent - the parent
public XmlAttribute find(String namespaceURI,
String nodeName)
namespaceURI - the namespacenodeName - the local node name
public int size()
public Collection<XmlAttribute> values()
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||