|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoDiscoXMLFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
MoDiscoXMLPackage
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 |
---|
static final MoDiscoXMLFactory eINSTANCE
Method Detail |
---|
Attribute createAttribute()
Text createText()
Element createElement()
Root createRoot()
Namespace createNamespace()
Comment createComment()
DocumentTypeDeclaration createDocumentTypeDeclaration()
CDATA createCDATA()
ProcessingInstruction createProcessingInstruction()
MoDiscoXMLPackage getMoDiscoXMLPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |