org.eclipse.gmt.modisco.xml.emf
Interface MoDiscoXMLPackage.Literals

Enclosing interface:
MoDiscoXMLPackage

public static interface MoDiscoXMLPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass ATTRIBUTE
          The meta object literal for the 'Attribute' class.
static EAttribute ATTRIBUTE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass CDATA
          The meta object literal for the 'CDATA' class.
static EClass COMMENT
          The meta object literal for the 'Comment' class.
static EClass DOCUMENT_TYPE_DECLARATION
          The meta object literal for the 'Document Type Declaration' class.
static EAttribute DOCUMENT_TYPE_DECLARATION__PUBLIC_ID
          The meta object literal for the 'Public ID' attribute feature.
static EAttribute DOCUMENT_TYPE_DECLARATION__SYSTEM_ID
          The meta object literal for the 'System ID' attribute feature.
static EClass ELEMENT
          The meta object literal for the 'Element' class.
static EReference ELEMENT__CHILDREN
          The meta object literal for the 'Children' containment reference list feature.
static EClass NAMESPACE
          The meta object literal for the 'Namespace' class.
static EClass NODE
          The meta object literal for the 'Node' class.
static EAttribute NODE__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference NODE__PARENT
          The meta object literal for the 'Parent' container reference feature.
static EClass PROCESSING_INSTRUCTION
          The meta object literal for the 'Processing Instruction' class.
static EAttribute PROCESSING_INSTRUCTION__DATA
          The meta object literal for the 'Data' attribute feature.
static EClass ROOT
          The meta object literal for the 'Root' class.
static EReference ROOT__DTD
          The meta object literal for the 'Dtd' containment reference feature.
static EReference ROOT__LEADING_PIS
          The meta object literal for the 'Leading PIs' containment reference list feature.
static EReference ROOT__NAMESPACES
          The meta object literal for the 'Namespaces' containment reference list feature.
static EClass TEXT
          The meta object literal for the 'Text' class.
 

Field Detail

NODE

static final EClass NODE
The meta object literal for the 'Node' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.NodeImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNode()
Generated:

NODE__NAME

static final EAttribute NODE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

NODE__PARENT

static final EReference NODE__PARENT
The meta object literal for the 'Parent' container reference feature.

Generated:

ATTRIBUTE

static final EClass ATTRIBUTE
The meta object literal for the 'Attribute' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.AttributeImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getAttribute()
Generated:

ATTRIBUTE__VALUE

static final EAttribute ATTRIBUTE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:

TEXT

static final EClass TEXT
The meta object literal for the 'Text' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.TextImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getText()
Generated:

ELEMENT

static final EClass ELEMENT
The meta object literal for the 'Element' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.ElementImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getElement()
Generated:

ELEMENT__CHILDREN

static final EReference ELEMENT__CHILDREN
The meta object literal for the 'Children' containment reference list feature.

Generated:

ROOT

static final EClass ROOT
The meta object literal for the 'Root' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.RootImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getRoot()
Generated:

ROOT__NAMESPACES

static final EReference ROOT__NAMESPACES
The meta object literal for the 'Namespaces' containment reference list feature.

Generated:

ROOT__DTD

static final EReference ROOT__DTD
The meta object literal for the 'Dtd' containment reference feature.

Generated:

ROOT__LEADING_PIS

static final EReference ROOT__LEADING_PIS
The meta object literal for the 'Leading PIs' containment reference list feature.

Generated:

NAMESPACE

static final EClass NAMESPACE
The meta object literal for the 'Namespace' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.NamespaceImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNamespace()
Generated:

COMMENT

static final EClass COMMENT
The meta object literal for the 'Comment' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.CommentImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getComment()
Generated:

DOCUMENT_TYPE_DECLARATION

static final EClass DOCUMENT_TYPE_DECLARATION
The meta object literal for the 'Document Type Declaration' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.DocumentTypeDeclarationImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getDocumentTypeDeclaration()
Generated:

DOCUMENT_TYPE_DECLARATION__PUBLIC_ID

static final EAttribute DOCUMENT_TYPE_DECLARATION__PUBLIC_ID
The meta object literal for the 'Public ID' attribute feature.

Generated:

DOCUMENT_TYPE_DECLARATION__SYSTEM_ID

static final EAttribute DOCUMENT_TYPE_DECLARATION__SYSTEM_ID
The meta object literal for the 'System ID' attribute feature.

Generated:

CDATA

static final EClass CDATA
The meta object literal for the 'CDATA' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.CDATAImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getCDATA()
Generated:

PROCESSING_INSTRUCTION

static final EClass PROCESSING_INSTRUCTION
The meta object literal for the 'Processing Instruction' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.ProcessingInstructionImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getProcessingInstruction()
Generated:

PROCESSING_INSTRUCTION__DATA

static final EAttribute PROCESSING_INSTRUCTION__DATA
The meta object literal for the 'Data' attribute feature.

Generated: