public interface MoDiscoXMLFactory
MoDiscoXMLPackage| Modifier and Type | Field and Description |
|---|---|
static MoDiscoXMLFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final MoDiscoXMLFactory eINSTANCE
Attribute createAttribute()
Text createText()
Element createElement()
Root createRoot()
Namespace createNamespace()
Comment createComment()
DocumentTypeDeclaration createDocumentTypeDeclaration()
CDATA createCDATA()
ProcessingInstruction createProcessingInstruction()
MoDiscoXMLPackage getMoDiscoXMLPackage()