Uses of Class
org.eclipse.xsd.impl.XSDConcreteComponentImpl

Packages that use XSDConcreteComponentImpl
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDConcreteComponentImpl in org.eclipse.xsd.impl
 

Subclasses of XSDConcreteComponentImpl in org.eclipse.xsd.impl
 class XSDAnnotationImpl
           An implementation of the model object 'Annotation'
 class XSDAttributeDeclarationImpl
           An implementation of the model object 'Attribute Declaration'
 class XSDAttributeGroupContentImpl
           An implementation of the model object 'Attribute Group Content'
 class XSDAttributeGroupDefinitionImpl
           An implementation of the model object 'Attribute Group Definition'
 class XSDAttributeUseImpl
           An implementation of the model object 'Attribute Use'
 class XSDBoundedFacetImpl
           An implementation of the model object 'Bounded Facet'
 class XSDCardinalityFacetImpl
           An implementation of the model object 'Cardinality Facet'
 class XSDComplexTypeContentImpl
           An implementation of the model object 'Complex Type Content'
 class XSDComplexTypeDefinitionImpl
           An implementation of the model object 'Complex Type Definition'
 class XSDComponentImpl
           An implementation of the model object 'Component'
 class XSDConstrainingFacetImpl
           An implementation of the model object 'Constraining Facet'
 class XSDDiagnosticImpl
           An implementation of the model object 'Diagnostic'
 class XSDElementDeclarationImpl
           An implementation of the model object 'Element Declaration'
 class XSDEnumerationFacetImpl
           An implementation of the model object 'Enumeration Facet'
 class XSDFacetImpl
           An implementation of the model object 'Facet'
 class XSDFeatureImpl
           An implementation of the model object 'Feature'
 class XSDFixedFacetImpl
           An implementation of the model object 'Fixed Facet'
 class XSDFractionDigitsFacetImpl
           An implementation of the model object 'Fraction Digits Facet'
 class XSDFundamentalFacetImpl
           An implementation of the model object 'Fundamental Facet'
 class XSDIdentityConstraintDefinitionImpl
           An implementation of the model object 'Identity Constraint Definition'
 class XSDImportImpl
           An implementation of the model object 'Import'
 class XSDIncludeImpl
           An implementation of the model object 'Include'
 class XSDLengthFacetImpl
           An implementation of the model object 'Length Facet'
 class XSDMaxExclusiveFacetImpl
           An implementation of the model object 'Max Exclusive Facet'
 class XSDMaxFacetImpl
           An implementation of the model object 'Max Facet'
 class XSDMaxInclusiveFacetImpl
           An implementation of the model object 'Max Inclusive Facet'
 class XSDMaxLengthFacetImpl
           An implementation of the model object 'Max Length Facet'
 class XSDMinExclusiveFacetImpl
           An implementation of the model object 'Min Exclusive Facet'
 class XSDMinFacetImpl
           An implementation of the model object 'Min Facet'
 class XSDMinInclusiveFacetImpl
           An implementation of the model object 'Min Inclusive Facet'
 class XSDMinLengthFacetImpl
           An implementation of the model object 'Min Length Facet'
 class XSDModelGroupDefinitionImpl
           An implementation of the model object 'Model Group Definition'
 class XSDModelGroupImpl
           An implementation of the model object 'Model Group'
 class XSDNamedComponentImpl
           An implementation of the model object 'Named Component'
 class XSDNotationDeclarationImpl
           An implementation of the model object 'Notation Declaration'
 class XSDNumericFacetImpl
           An implementation of the model object 'Numeric Facet'
 class XSDOrderedFacetImpl
           An implementation of the model object 'Ordered Facet'
 class XSDParticleContentImpl
           An implementation of the model object 'Particle Content'
 class XSDParticleImpl
           An implementation of the model object 'Particle'
 class XSDPatternFacetImpl
           An implementation of the model object 'Pattern Facet'
 class XSDRedefinableComponentImpl
           An implementation of the model object 'Redefinable Component'
 class XSDRedefineContentImpl
           An implementation of the model object 'Redefine Content'
 class XSDRedefineImpl
           An implementation of the model object 'Redefine'
 class XSDRepeatableFacetImpl
           An implementation of the model object 'Repeatable Facet'
 class XSDSchemaCompositorImpl
           An implementation of the model object 'Schema Compositor'
 class XSDSchemaContentImpl
           An implementation of the model object 'Schema Content'
 class XSDSchemaDirectiveImpl
           An implementation of the model object 'Schema Directive'
 class XSDSchemaImpl
           An implementation of the model object 'Schema'
 class XSDScopeImpl
           An implementation of the model object 'Scope'
 class XSDSimpleTypeDefinitionImpl
           An implementation of the model object 'Simple Type Definition'
 class XSDTermImpl
           An implementation of the model object 'Term'
 class XSDTotalDigitsFacetImpl
           An implementation of the model object 'Total Digits Facet'
 class XSDTypeDefinitionImpl
           An implementation of the model object 'Type Definition'
 class XSDWhiteSpaceFacetImpl
           An implementation of the model object 'White Space Facet'
 class XSDWildcardImpl
           An implementation of the model object 'Wildcard'
 class XSDXPathDefinitionImpl
           An implementation of the model object 'XPath Definition'
 

Methods in org.eclipse.xsd.impl that return XSDConcreteComponentImpl
protected  XSDConcreteComponentImpl XSDConcreteComponentImpl.getDiagnosticTarget(XSDConcreteComponent xsdConcreteComponent)
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDConcreteComponentImpl
static void XSDComplexTypeDefinitionImpl.validateAttributeGroup(XSDConcreteComponentImpl xsdConcreteComponent, XSDWildcard containedWildcard, EList baseXSDAttributeUses, EList xsdAttributeUses, XSDWildcard baseXSDWildcard, XSDWildcard xsdWildcard)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.