org.eclipse.gmt.modisco.xml.emf
Interface MoDiscoXMLFactory


public interface MoDiscoXMLFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
MoDiscoXMLPackage
Generated:

Field Summary
static MoDiscoXMLFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Attribute createAttribute()
          Returns a new object of class 'Attribute'.
 CDATA createCDATA()
          Returns a new object of class 'CDATA'.
 Comment createComment()
          Returns a new object of class 'Comment'.
 DocumentTypeDeclaration createDocumentTypeDeclaration()
          Returns a new object of class 'Document Type Declaration'.
 Element createElement()
          Returns a new object of class 'Element'.
 Namespace createNamespace()
          Returns a new object of class 'Namespace'.
 ProcessingInstruction createProcessingInstruction()
          Returns a new object of class 'Processing Instruction'.
 Root createRoot()
          Returns a new object of class 'Root'.
 Text createText()
          Returns a new object of class 'Text'.
 MoDiscoXMLPackage getMoDiscoXMLPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final MoDiscoXMLFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createAttribute

Attribute createAttribute()
Returns a new object of class 'Attribute'.

Returns:
a new object of class 'Attribute'.
Generated:

createText

Text createText()
Returns a new object of class 'Text'.

Returns:
a new object of class 'Text'.
Generated:

createElement

Element createElement()
Returns a new object of class 'Element'.

Returns:
a new object of class 'Element'.
Generated:

createRoot

Root createRoot()
Returns a new object of class 'Root'.

Returns:
a new object of class 'Root'.
Generated:

createNamespace

Namespace createNamespace()
Returns a new object of class 'Namespace'.

Returns:
a new object of class 'Namespace'.
Generated:

createComment

Comment createComment()
Returns a new object of class 'Comment'.

Returns:
a new object of class 'Comment'.
Generated:

createDocumentTypeDeclaration

DocumentTypeDeclaration createDocumentTypeDeclaration()
Returns a new object of class 'Document Type Declaration'.

Returns:
a new object of class 'Document Type Declaration'.
Generated:

createCDATA

CDATA createCDATA()
Returns a new object of class 'CDATA'.

Returns:
a new object of class 'CDATA'.
Generated:

createProcessingInstruction

ProcessingInstruction createProcessingInstruction()
Returns a new object of class 'Processing Instruction'.

Returns:
a new object of class 'Processing Instruction'.
Generated:

getMoDiscoXMLPackage

MoDiscoXMLPackage getMoDiscoXMLPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: