org.eclipse.gmt.modisco.xml
Interface Element

All Superinterfaces:
Node
All Known Subinterfaces:
ComposedAttribute, JavaScript, JSPAction, JSPDeclaration, JSPDirective, JSPExpression, JSPScript, JSPScriptlet, JSPStdAction, JSPTagLib, Root

public interface Element
extends Node

A representation of the model object 'Element'.

The following features are supported:

See Also:
MoDiscoXMLPackage.getElement()
Generated:
Model:

Method Summary
  getChildren()
          Returns the value of the 'Children' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.xml.Node
getName, getParent, setName, setParent
 

Method Detail

getChildren

 getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type Node. It is bidirectional and its opposite is 'Parent'.

If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Children' containment reference list.
See Also:
MoDiscoXMLPackage.getElement_Children(), Node.getParent()
Generated:
Model:
opposite="parent" containment="true"