public static interface MoDiscoXMLPackage.Literals
| Modifier and Type | Field and Description |
|---|---|
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. |
static final EClass NODE
Node' class.
org.eclipse.gmt.modisco.xml.emf.impl.NodeImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNode()static final EAttribute NODE__NAME
static final EReference NODE__PARENT
static final EClass ATTRIBUTE
Attribute' class.
org.eclipse.gmt.modisco.xml.emf.impl.AttributeImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getAttribute()static final EAttribute ATTRIBUTE__VALUE
static final EClass TEXT
Text' class.
org.eclipse.gmt.modisco.xml.emf.impl.TextImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getText()static final EClass ELEMENT
Element' class.
org.eclipse.gmt.modisco.xml.emf.impl.ElementImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getElement()static final EReference ELEMENT__CHILDREN
static final EClass ROOT
Root' class.
org.eclipse.gmt.modisco.xml.emf.impl.RootImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getRoot()static final EReference ROOT__NAMESPACES
static final EReference ROOT__DTD
static final EReference ROOT__LEADING_PIS
static final EClass NAMESPACE
Namespace' class.
org.eclipse.gmt.modisco.xml.emf.impl.NamespaceImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNamespace()static final EClass COMMENT
Comment' class.
org.eclipse.gmt.modisco.xml.emf.impl.CommentImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getComment()static final EClass DOCUMENT_TYPE_DECLARATION
Document Type Declaration' class.
org.eclipse.gmt.modisco.xml.emf.impl.DocumentTypeDeclarationImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getDocumentTypeDeclaration()static final EAttribute DOCUMENT_TYPE_DECLARATION__PUBLIC_ID
static final EAttribute DOCUMENT_TYPE_DECLARATION__SYSTEM_ID
static final EClass CDATA
CDATA' class.
org.eclipse.gmt.modisco.xml.emf.impl.CDATAImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getCDATA()static final EClass PROCESSING_INSTRUCTION
Processing Instruction' class.
org.eclipse.gmt.modisco.xml.emf.impl.ProcessingInstructionImpl,
org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getProcessingInstruction()static final EAttribute PROCESSING_INSTRUCTION__DATA