|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.xsd.impl.XSDConcreteComponentImpl
org.eclipse.xsd.impl.XSDSchemaContentImpl
org.eclipse.xsd.impl.XSDSchemaDirectiveImpl
An implementation of the model object 'Schema Directive'.
The following features are implemented:
Nested Class Summary |
Nested classes inherited from class org.eclipse.xsd.impl.XSDConcreteComponentImpl |
XSDConcreteComponentImpl.XSDContentsEList |
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
BasicNotifierImpl.EAdapterList |
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
InternalEObject.EStore |
Field Summary | |
protected boolean |
resolved
|
protected XSDSchema |
resolvedSchema
The cached value of the ' Resolved Schema ' reference |
protected static java.lang.String |
SCHEMA_LOCATION_EDEFAULT
The default value of the ' Schema Location ' attribute |
protected java.lang.String |
schemaLocation
The cached value of the ' Schema Location ' attribute |
Fields inherited from class org.eclipse.xsd.impl.XSDConcreteComponentImpl |
ANALYZED, ANALYZING, CIRCULAR, diagnostics, element, ELEMENT_EDEFAULT, ERROR, FATAL, forceResolve, INFORMATION, isReconciling, UNANALYZED, updatingDOM, WARNING, xsdContents |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
protected |
XSDSchemaDirectiveImpl()
|
Method Summary | |
protected void |
changeAttribute(EAttribute eAttribute)
|
java.lang.Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(EStructuralFeature eFeature)
|
XSDSchema |
getResolvedSchema()
|
java.lang.String |
getSchemaLocation()
|
protected void |
handleResolvedSchema(XSDSchema xsdSchema)
|
protected XSDSchema |
locateSchema(XSDSchema xsdSchema,
java.lang.String namespace,
java.lang.String rawSchemaLocation,
java.lang.String resolvedSchemaLocation)
|
protected void |
reconcileAttributes(org.w3c.dom.Element changedElement)
|
void |
reset()
|
protected void |
resolve(java.lang.String namespace,
java.lang.String schemaLocation)
|
protected java.lang.String |
resolveSchemaLocation(XSDSchema xsdSchema,
java.lang.String namespace,
java.lang.String schemaLocation)
|
void |
setResolvedSchema(XSDSchema newResolvedSchema)
|
void |
setSchemaLocation(java.lang.String newSchemaLocation)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.xsd.impl.XSDSchemaContentImpl |
createSchemaContent |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
protected static final java.lang.String SCHEMA_LOCATION_EDEFAULT
Schema Location
' attribute.
getSchemaLocation()
protected java.lang.String schemaLocation
Schema Location
' attribute.
getSchemaLocation()
protected XSDSchema resolvedSchema
Resolved Schema
' reference.
getResolvedSchema()
protected boolean resolved
Constructor Detail |
protected XSDSchemaDirectiveImpl()
Method Detail |
public void reset()
reset
in class XSDConcreteComponentImpl
protected EClass eStaticClass()
eStaticClass
in class XSDSchemaContentImpl
public java.lang.String getSchemaLocation()
getSchemaLocation
in interface XSDSchemaDirective
XSDSchema.getSchemaLocation()
,
XSDSchemaDirective.getResolvedSchema()
,
XSDSchemaDirective.setSchemaLocation(String)
,
XSDPackage.getXSDSchemaDirective_SchemaLocation()
public void setSchemaLocation(java.lang.String newSchemaLocation)
setSchemaLocation
in interface XSDSchemaDirective
newSchemaLocation
- the new value of the 'Schema Location' attribute.XSDSchemaDirective.getSchemaLocation()
public XSDSchema getResolvedSchema()
getResolvedSchema
in interface XSDSchemaDirective
XSDSchemaDirective.getSchemaLocation()
,
XSDSchemaDirective.setResolvedSchema(XSDSchema)
,
XSDPackage.getXSDSchemaDirective_ResolvedSchema()
public void setResolvedSchema(XSDSchema newResolvedSchema)
setResolvedSchema
in interface XSDSchemaDirective
newResolvedSchema
- the new value of the 'Resolved Schema' reference.XSDSchemaDirective.getResolvedSchema()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class baseClass, NotificationChain msgs)
eInverseRemove
in interface InternalEObject
eInverseRemove
in class XSDSchemaContentImpl
public java.lang.Object eGet(EStructuralFeature eFeature, boolean resolve)
eGet
in interface EObject
eGet
in class XSDSchemaContentImpl
public void eSet(EStructuralFeature eFeature, java.lang.Object newValue)
eSet
in interface EObject
eSet
in class XSDSchemaContentImpl
public void eUnset(EStructuralFeature eFeature)
eUnset
in interface EObject
eUnset
in class XSDSchemaContentImpl
public boolean eIsSet(EStructuralFeature eFeature)
eIsSet
in interface EObject
eIsSet
in class XSDSchemaContentImpl
public java.lang.String toString()
toString
in class XSDConcreteComponentImpl
protected void reconcileAttributes(org.w3c.dom.Element changedElement)
reconcileAttributes
in class XSDConcreteComponentImpl
protected void changeAttribute(EAttribute eAttribute)
changeAttribute
in class XSDConcreteComponentImpl
protected void resolve(java.lang.String namespace, java.lang.String schemaLocation)
protected XSDSchema locateSchema(XSDSchema xsdSchema, java.lang.String namespace, java.lang.String rawSchemaLocation, java.lang.String resolvedSchemaLocation)
protected java.lang.String resolveSchemaLocation(XSDSchema xsdSchema, java.lang.String namespace, java.lang.String schemaLocation)
protected void handleResolvedSchema(XSDSchema xsdSchema)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |