public interface MoDiscoXMLPackage
MoDiscoXMLFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
MoDiscoXMLPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTE
The meta object id for the '
Attribute' class. |
static int |
ATTRIBUTE__NAME
The feature id for the 'Name' attribute.
|
static int |
ATTRIBUTE__PARENT
The feature id for the 'Parent' container reference.
|
static int |
ATTRIBUTE__VALUE
The feature id for the 'Value' attribute.
|
static int |
ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Attribute' class.
|
static int |
CDATA
The meta object id for the '
CDATA' class. |
static int |
CDATA__NAME
The feature id for the 'Name' attribute.
|
static int |
CDATA__PARENT
The feature id for the 'Parent' container reference.
|
static int |
CDATA_FEATURE_COUNT
The number of structural features of the 'CDATA' class.
|
static int |
COMMENT
The meta object id for the '
Comment' class. |
static int |
COMMENT__NAME
The feature id for the 'Name' attribute.
|
static int |
COMMENT__PARENT
The feature id for the 'Parent' container reference.
|
static int |
COMMENT_FEATURE_COUNT
The number of structural features of the 'Comment' class.
|
static int |
DOCUMENT_TYPE_DECLARATION
The meta object id for the '
Document Type Declaration' class. |
static int |
DOCUMENT_TYPE_DECLARATION__NAME
The feature id for the 'Name' attribute.
|
static int |
DOCUMENT_TYPE_DECLARATION__PARENT
The feature id for the 'Parent' container reference.
|
static int |
DOCUMENT_TYPE_DECLARATION__PUBLIC_ID
The feature id for the 'Public ID' attribute.
|
static int |
DOCUMENT_TYPE_DECLARATION__SYSTEM_ID
The feature id for the 'System ID' attribute.
|
static int |
DOCUMENT_TYPE_DECLARATION_FEATURE_COUNT
The number of structural features of the 'Document Type Declaration' class.
|
static MoDiscoXMLPackage |
eINSTANCE
The singleton instance of the package.
|
static int |
ELEMENT
The meta object id for the '
Element' class. |
static int |
ELEMENT__CHILDREN
The feature id for the 'Children' containment reference list.
|
static int |
ELEMENT__NAME
The feature id for the 'Name' attribute.
|
static int |
ELEMENT__PARENT
The feature id for the 'Parent' container reference.
|
static int |
ELEMENT_FEATURE_COUNT
The number of structural features of the 'Element' class.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
NAMESPACE
The meta object id for the '
Namespace' class. |
static int |
NAMESPACE__NAME
The feature id for the 'Name' attribute.
|
static int |
NAMESPACE__PARENT
The feature id for the 'Parent' container reference.
|
static int |
NAMESPACE__VALUE
The feature id for the 'Value' attribute.
|
static int |
NAMESPACE_FEATURE_COUNT
The number of structural features of the 'Namespace' class.
|
static int |
NODE
The meta object id for the '
Node' class. |
static int |
NODE__NAME
The feature id for the 'Name' attribute.
|
static int |
NODE__PARENT
The feature id for the 'Parent' container reference.
|
static int |
NODE_FEATURE_COUNT
The number of structural features of the 'Node' class.
|
static int |
PROCESSING_INSTRUCTION
The meta object id for the '
Processing Instruction' class. |
static int |
PROCESSING_INSTRUCTION__DATA
The feature id for the 'Data' attribute.
|
static int |
PROCESSING_INSTRUCTION__NAME
The feature id for the 'Name' attribute.
|
static int |
PROCESSING_INSTRUCTION__PARENT
The feature id for the 'Parent' container reference.
|
static int |
PROCESSING_INSTRUCTION_FEATURE_COUNT
The number of structural features of the 'Processing Instruction' class.
|
static int |
ROOT
The meta object id for the '
Root' class. |
static int |
ROOT__CHILDREN
The feature id for the 'Children' containment reference list.
|
static int |
ROOT__DTD
The feature id for the 'Dtd' containment reference.
|
static int |
ROOT__LEADING_PIS
The feature id for the 'Leading PIs' containment reference list.
|
static int |
ROOT__NAME
The feature id for the 'Name' attribute.
|
static int |
ROOT__NAMESPACES
The feature id for the 'Namespaces' containment reference list.
|
static int |
ROOT__PARENT
The feature id for the 'Parent' container reference.
|
static int |
ROOT_FEATURE_COUNT
The number of structural features of the 'Root' class.
|
static int |
TEXT
The meta object id for the '
Text' class. |
static int |
TEXT__NAME
The feature id for the 'Name' attribute.
|
static int |
TEXT__PARENT
The feature id for the 'Parent' container reference.
|
static int |
TEXT_FEATURE_COUNT
The number of structural features of the 'Text' class.
|
| Modifier and Type | Method and Description |
|---|---|
EAttribute |
getAttribute_Value()
Returns the meta object for the attribute '
Value'. |
EClass |
getAttribute()
Returns the meta object for class '
Attribute'. |
EClass |
getCDATA()
Returns the meta object for class '
CDATA'. |
EClass |
getComment()
Returns the meta object for class '
Comment'. |
EAttribute |
getDocumentTypeDeclaration_PublicID()
Returns the meta object for the attribute '
Public ID'. |
EAttribute |
getDocumentTypeDeclaration_SystemID()
Returns the meta object for the attribute '
System ID'. |
EClass |
getDocumentTypeDeclaration()
Returns the meta object for class '
Document Type Declaration'. |
EReference |
getElement_Children()
Returns the meta object for the containment reference list '
Children'. |
EClass |
getElement()
Returns the meta object for class '
Element'. |
MoDiscoXMLFactory |
getMoDiscoXMLFactory()
Returns the factory that creates the instances of the model.
|
EClass |
getNamespace()
Returns the meta object for class '
Namespace'. |
EAttribute |
getNode_Name()
Returns the meta object for the attribute '
Name'. |
EReference |
getNode_Parent()
Returns the meta object for the container reference '
Parent'. |
EClass |
getNode()
Returns the meta object for class '
Node'. |
EAttribute |
getProcessingInstruction_Data()
Returns the meta object for the attribute '
Data'. |
EClass |
getProcessingInstruction()
Returns the meta object for class '
Processing Instruction'. |
EReference |
getRoot_Dtd()
Returns the meta object for the containment reference '
Dtd'. |
EReference |
getRoot_LeadingPIs()
Returns the meta object for the containment reference list '
Leading PIs'. |
EReference |
getRoot_Namespaces()
Returns the meta object for the containment reference list '
Namespaces'. |
EClass |
getRoot()
Returns the meta object for class '
Root'. |
EClass |
getText()
Returns the meta object for class '
Text'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final MoDiscoXMLPackage eINSTANCE
static final int NODE
Node' class.
org.eclipse.gmt.modisco.xml.emf.impl.NodeImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNode(),
Constant Field Valuesstatic final int NODE__NAME
static final int NODE__PARENT
static final int NODE_FEATURE_COUNT
static final int ATTRIBUTE
Attribute' class.
org.eclipse.gmt.modisco.xml.emf.impl.AttributeImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getAttribute(),
Constant Field Valuesstatic final int ATTRIBUTE__NAME
static final int ATTRIBUTE__PARENT
static final int ATTRIBUTE__VALUE
static final int ATTRIBUTE_FEATURE_COUNT
static final int TEXT
Text' class.
org.eclipse.gmt.modisco.xml.emf.impl.TextImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getText(),
Constant Field Valuesstatic final int TEXT__NAME
static final int TEXT__PARENT
static final int TEXT_FEATURE_COUNT
static final int ELEMENT
Element' class.
org.eclipse.gmt.modisco.xml.emf.impl.ElementImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getElement(),
Constant Field Valuesstatic final int ELEMENT__NAME
static final int ELEMENT__PARENT
static final int ELEMENT__CHILDREN
static final int ELEMENT_FEATURE_COUNT
static final int ROOT
Root' class.
org.eclipse.gmt.modisco.xml.emf.impl.RootImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getRoot(),
Constant Field Valuesstatic final int ROOT__NAME
static final int ROOT__PARENT
static final int ROOT__CHILDREN
static final int ROOT__NAMESPACES
static final int ROOT__DTD
static final int ROOT__LEADING_PIS
static final int ROOT_FEATURE_COUNT
static final int NAMESPACE
Namespace' class.
org.eclipse.gmt.modisco.xml.emf.impl.NamespaceImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNamespace(),
Constant Field Valuesstatic final int NAMESPACE__NAME
static final int NAMESPACE__PARENT
static final int NAMESPACE__VALUE
static final int NAMESPACE_FEATURE_COUNT
static final int COMMENT
Comment' class.
org.eclipse.gmt.modisco.xml.emf.impl.CommentImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getComment(),
Constant Field Valuesstatic final int COMMENT__NAME
static final int COMMENT__PARENT
static final int COMMENT_FEATURE_COUNT
static final int DOCUMENT_TYPE_DECLARATION
Document Type Declaration' class.
org.eclipse.gmt.modisco.xml.emf.impl.DocumentTypeDeclarationImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getDocumentTypeDeclaration(),
Constant Field Valuesstatic final int DOCUMENT_TYPE_DECLARATION__NAME
static final int DOCUMENT_TYPE_DECLARATION__PARENT
static final int DOCUMENT_TYPE_DECLARATION__PUBLIC_ID
static final int DOCUMENT_TYPE_DECLARATION__SYSTEM_ID
static final int DOCUMENT_TYPE_DECLARATION_FEATURE_COUNT
static final int CDATA
CDATA' class.
org.eclipse.gmt.modisco.xml.emf.impl.CDATAImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getCDATA(),
Constant Field Valuesstatic final int CDATA__NAME
static final int CDATA__PARENT
static final int CDATA_FEATURE_COUNT
static final int PROCESSING_INSTRUCTION
Processing Instruction' class.
org.eclipse.gmt.modisco.xml.emf.impl.ProcessingInstructionImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getProcessingInstruction(),
Constant Field Valuesstatic final int PROCESSING_INSTRUCTION__NAME
static final int PROCESSING_INSTRUCTION__PARENT
static final int PROCESSING_INSTRUCTION__DATA
static final int PROCESSING_INSTRUCTION_FEATURE_COUNT
EClass getNode()
Node'.
NodeEAttribute getNode_Name()
Name'.
Node.getName(),
getNode()EReference getNode_Parent()
Parent'.
Node.getParent(),
getNode()EClass getAttribute()
Attribute'.
AttributeEAttribute getAttribute_Value()
Value'.
Attribute.getValue(),
getAttribute()EClass getText()
Text'.
TextEClass getElement()
Element'.
ElementEReference getElement_Children()
Children'.
Element.getChildren(),
getElement()EClass getRoot()
Root'.
RootEReference getRoot_Namespaces()
Namespaces'.
Root.getNamespaces(),
getRoot()EReference getRoot_Dtd()
Dtd'.
Root.getDtd(),
getRoot()EReference getRoot_LeadingPIs()
Leading PIs'.
Root.getLeadingPIs(),
getRoot()EClass getNamespace()
Namespace'.
NamespaceEClass getComment()
Comment'.
CommentEClass getDocumentTypeDeclaration()
Document Type Declaration'.
DocumentTypeDeclarationEAttribute getDocumentTypeDeclaration_PublicID()
Public ID'.
DocumentTypeDeclaration.getPublicID(),
getDocumentTypeDeclaration()EAttribute getDocumentTypeDeclaration_SystemID()
System ID'.
DocumentTypeDeclaration.getSystemID(),
getDocumentTypeDeclaration()EClass getCDATA()
CDATA'.
CDATAEClass getProcessingInstruction()
Processing Instruction'.
ProcessingInstructionEAttribute getProcessingInstruction_Data()
Data'.
ProcessingInstruction.getData(),
getProcessingInstruction()MoDiscoXMLFactory getMoDiscoXMLFactory()