|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecore.util.EObjectValidator
org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
The Validator for the model.
XMLNamespacePackage
Nested Class Summary |
Nested classes inherited from class org.eclipse.emf.ecore.util.EObjectValidator |
EObjectValidator.DynamicEDataTypeValidator |
Nested classes inherited from class org.eclipse.emf.ecore.EValidator |
EValidator.Descriptor, EValidator.PatternMatcher, EValidator.Registry, EValidator.SubstitutionLabelProvider |
Field Summary | |
protected static int |
DIAGNOSTIC_CODE_COUNT
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class |
static String |
DIAGNOSTIC_SOURCE
A constant for the source of diagnostic codes from this package |
static XMLNamespaceValidator |
INSTANCE
The cached model package |
protected XMLTypeValidator |
xmlTypeValidator
The cached base package validator |
Fields inherited from interface org.eclipse.emf.ecore.EValidator |
MARKER, URI_ATTRIBUTE |
Constructor Summary | |
XMLNamespaceValidator()
Creates an instance of the switch |
Method Summary | |
protected EPackage |
getEPackage()
Returns the package of this validator switch |
protected boolean |
validate(int classifierID,
Object value,
DiagnosticChain diagnostics,
Map context)
Calls validateXXX for the corresonding classifier of the model |
boolean |
validateLangType_MemberTypes(String langType,
DiagnosticChain diagnostics,
Map context)
Validates the MemberTypes constraint of 'Lang Type' |
boolean |
validateLangType(String langType,
DiagnosticChain diagnostics,
Map context)
|
boolean |
validateLangTypeNull(String langTypeNull,
DiagnosticChain diagnostics,
Map context)
|
boolean |
validateSpaceType(SpaceType spaceType,
DiagnosticChain diagnostics,
Map context)
|
boolean |
validateSpaceTypeObject(SpaceType spaceTypeObject,
DiagnosticChain diagnostics,
Map context)
|
boolean |
validateXMLNamespaceDocumentRoot(XMLNamespaceDocumentRoot xmlNamespaceDocumentRoot,
DiagnosticChain diagnostics,
Map context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final XMLNamespaceValidator INSTANCE
public static final String DIAGNOSTIC_SOURCE
source
of diagnostic codes
from this package.
Diagnostic.getSource()
,
Diagnostic.getCode()
,
Constant Field Valuesprotected static final int DIAGNOSTIC_CODE_COUNT
protected XMLTypeValidator xmlTypeValidator
Constructor Detail |
public XMLNamespaceValidator()
Method Detail |
protected EPackage getEPackage()
getEPackage
in class EObjectValidator
protected boolean validate(int classifierID, Object value, DiagnosticChain diagnostics, Map context)
validateXXX
for the corresonding classifier of the model.
validate
in class EObjectValidator
public boolean validateXMLNamespaceDocumentRoot(XMLNamespaceDocumentRoot xmlNamespaceDocumentRoot, DiagnosticChain diagnostics, Map context)
public boolean validateSpaceType(SpaceType spaceType, DiagnosticChain diagnostics, Map context)
public boolean validateLangType(String langType, DiagnosticChain diagnostics, Map context)
public boolean validateLangType_MemberTypes(String langType, DiagnosticChain diagnostics, Map context)
public boolean validateLangTypeNull(String langTypeNull, DiagnosticChain diagnostics, Map context)
public boolean validateSpaceTypeObject(SpaceType spaceTypeObject, DiagnosticChain diagnostics, Map context)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |