Uses of Interface
org.eclipse.gmt.modisco.xml.DocumentTypeDeclaration

Packages that use DocumentTypeDeclaration
org.eclipse.gmt.modisco.xml   
org.eclipse.gmt.modisco.xml.emf   
org.eclipse.gmt.modisco.xml.emf.util   
 

Uses of DocumentTypeDeclaration in org.eclipse.gmt.modisco.xml
 

Methods in org.eclipse.gmt.modisco.xml that return DocumentTypeDeclaration
 DocumentTypeDeclaration Root.getDtd()
          Returns the value of the 'Dtd' containment reference.
 

Methods in org.eclipse.gmt.modisco.xml with parameters of type DocumentTypeDeclaration
 void Root.setDtd(DocumentTypeDeclaration value)
          Sets the value of the 'Dtd' containment reference.
 

Uses of DocumentTypeDeclaration in org.eclipse.gmt.modisco.xml.emf
 

Methods in org.eclipse.gmt.modisco.xml.emf that return DocumentTypeDeclaration
 DocumentTypeDeclaration MoDiscoXMLFactory.createDocumentTypeDeclaration()
          Returns a new object of class 'Document Type Declaration'.
 

Uses of DocumentTypeDeclaration in org.eclipse.gmt.modisco.xml.emf.util
 

Methods in org.eclipse.gmt.modisco.xml.emf.util with parameters of type DocumentTypeDeclaration
 T MoDiscoXMLSwitch.caseDocumentTypeDeclaration(DocumentTypeDeclaration object)
          Returns the result of interpreting the object as an instance of 'Document Type Declaration'.