org.eclipse.gmt.modisco.xml
Interface Root

All Superinterfaces:
Element, Node

public interface Root
extends Element

A representation of the model object 'Root'.

The following features are supported:

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

Method Summary
 DocumentTypeDeclaration getDtd()
          Returns the value of the 'Dtd' containment reference.
  getLeadingPIs()
          Returns the value of the 'Leading PIs' containment reference list.
  getNamespaces()
          Returns the value of the 'Namespaces' containment reference list.
 void setDtd(DocumentTypeDeclaration value)
          Sets the value of the 'Dtd' containment reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.xml.Element
getChildren
 
Methods inherited from interface org.eclipse.gmt.modisco.xml.Node
getName, getParent, setName, setParent
 

Method Detail

getNamespaces

 getNamespaces()
Returns the value of the 'Namespaces' containment reference list. The list contents are of type Namespace.

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

Returns:
the value of the 'Namespaces' containment reference list.
See Also:
MoDiscoXMLPackage.getRoot_Namespaces()
Generated:
Model:
containment="true"

getDtd

DocumentTypeDeclaration getDtd()
Returns the value of the 'Dtd' containment reference.

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

Returns:
the value of the 'Dtd' containment reference.
See Also:
setDtd(DocumentTypeDeclaration), MoDiscoXMLPackage.getRoot_Dtd()
Generated:
Model:
containment="true"

setDtd

void setDtd(DocumentTypeDeclaration value)
Sets the value of the 'Dtd' containment reference.

Parameters:
value - the new value of the 'Dtd' containment reference.
See Also:
getDtd()
Generated:

getLeadingPIs

 getLeadingPIs()
Returns the value of the 'Leading PIs' containment reference list. The list contents are of type ProcessingInstruction.

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

Returns:
the value of the 'Leading PIs' containment reference list.
See Also:
MoDiscoXMLPackage.getRoot_LeadingPIs()
Generated:
Model:
containment="true"