|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.infoengine.object.IeObject
com.infoengine.object.IeGroup
public class IeGroup
| Constructor Summary | |
|---|---|
IeGroup()
Constructs a new IeGroup |
|
IeGroup(java.lang.String name)
Constructs a new IeGroup and sets the group name to the given String. |
|
| Method Summary | |
|---|---|
void |
addNode(IeNode node)
Adds a node to the group. |
java.lang.Object |
deepClone()
Returns a deep copy of the group. |
IeNode |
firstNode()
Returns the first node contained in the group. |
IeNode |
getNode(java.lang.String name)
Returns a node by name. |
IeNode |
getNodeAt(int index)
Returns the node located at a specified index. |
int |
getNodeCount()
Returns the number of nodes contained in the group. |
java.lang.String |
getNodeName()
Returns the DOM node name of this object. |
java.util.Enumeration |
getNodes()
Returns all of the nodes contained in the group. |
IeNode |
lastNode()
Returns the last node contained in the group. |
void |
removeAllNodes()
Removes all of the nodes contained in the group. |
void |
removeNode(IeNode node)
Removes a specified node from the group. |
void |
removeNode(java.lang.String name)
Removes a node by name. |
void |
setNodeAt(IeNode node,
int index)
Sets the node at a specified index. |
| Methods inherited from class com.infoengine.object.IeObject |
|---|
addAtt, addMeta, addMeta, addMeta, addMeta, addMetaDatum, addMetaValue, addMetaValues, appendMetaDatum, canonicalize, canonicalize, clone, containsMetaValue, deepCopy, firstAtt, firstChild, firstMetaValue, getAtt, getAttAt, getAttByMeta, getAttCount, getAttribute, getAtts, getChildCount, getChildren, getHasChanged, getMeta, getMetaNames, getMetaValue, getMetaValueAt, getMetaValueCount, getMetaValues, getName, getTagName, getType, hasChildren, indexOfMetaValue, lastAtt, lastChild, lastMetaValue, readExternal, removeAllAtts, removeAllMeta, removeAllMetaValues, removeAtt, removeAtt, removeAttAt, removeAttribute, removeChild, removeMeta, removeMetaValue, removeMetaValueAt, removeName, removeType, replaceChild, setAttAt, setAttribute, setHasChanged, setMeta, setMeta, setMeta, setMeta, setMetaValue, setMetaValueAt, setName, setType, shallowCopy, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IeGroup()
public IeGroup(java.lang.String name)
name - the name of the group object| Method Detail |
|---|
public void addNode(IeNode node)
node - the node to be addedpublic IeNode firstNode()
public IeNode getNode(java.lang.String name)
name - the name of the node to be returned
public java.util.Enumeration getNodes()
public IeNode getNodeAt(int index)
index - the index of the node to be returned
public int getNodeCount()
public IeNode lastNode()
public void removeAllNodes()
public void removeNode(java.lang.String name)
name - the name of the node to be removedpublic void removeNode(IeNode node)
node - the node to be removed
public void setNodeAt(IeNode node,
int index)
node - the new node to be setindex - the index at which to set the new nodepublic java.lang.String getNodeName()
getNodeName in class IeObjectpublic final java.lang.Object deepClone()
deepClone in class IeObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||