Constructor and Description |
---|
InstanceElementItem(Transformer transformer,
InstanceElement ieObj) |
Modifier and Type | Method and Description |
---|---|
NameValueUnit |
getAttribute(java.lang.String name)
Get an attribute value.
|
InstanceElementItem[] |
getChildren()
get the children of the item.
|
java.lang.String |
getIdent()
Get the identification string of the item.
|
java.lang.String |
getName()
Get the name of the item.
|
InstanceElementItem |
getParent()
Get the parent of the item
|
InstanceElementItem[] |
getRelated()
Get the related element, that are not parent or children.
|
public InstanceElementItem(Transformer transformer, InstanceElement ieObj)
public java.lang.String getName()
public java.lang.String getIdent()
public NameValueUnit getAttribute(java.lang.String name)
getAttribute
in interface ItemIF
name
- the name of the attribute.public InstanceElementItem getParent()
public InstanceElementItem[] getChildren()
getChildren
in interface ItemIF
public InstanceElementItem[] getRelated()
getRelated
in interface ItemIF