Uses of Interface
org.eclipse.xsd.XSDSchemaContent

Packages that use XSDSchemaContent
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix.  
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
org.eclipse.xsd.util This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. 
 

Uses of XSDSchemaContent in org.eclipse.xsd
 

Subinterfaces of XSDSchemaContent in org.eclipse.xsd
 interface XSDAnnotation
           A representation of the model object 'Annotation'.
 interface XSDAttributeDeclaration
           A representation of the model object 'Attribute Declaration'
 interface XSDAttributeGroupDefinition
           A representation of the model object 'Attribute Group Definition'
 interface XSDComplexTypeDefinition
           A representation of the model object 'Complex Type Definition'
 interface XSDElementDeclaration
           A representation of the model object 'Element Declaration'
 interface XSDImport
           A representation of the model object 'Import'
 interface XSDInclude
           A representation of the model object 'Include'
 interface XSDModelGroupDefinition
           A representation of the model object 'Model Group Definition'
 interface XSDNotationDeclaration
           A representation of the model object 'Notation Declaration'
 interface XSDRedefinableComponent
           A representation of the model object 'Redefinable Component'.
 interface XSDRedefine
           A representation of the model object 'Redefine'
 interface XSDRedefineContent
           A representation of the model object 'Redefine Content'.
 interface XSDSchemaCompositor
           A representation of the model object 'Schema Compositor'.
 interface XSDSchemaDirective
           A representation of the model object 'Schema Directive'.
 interface XSDSimpleTypeDefinition
           A representation of the model object 'Simple Type Definition'.
 interface XSDTypeDefinition
           A representation of the model object 'Type Definition'.
 

Uses of XSDSchemaContent in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDSchemaContent
 class XSDAnnotationImpl
           An implementation of the model object 'Annotation'
 class XSDAttributeDeclarationImpl
           An implementation of the model object 'Attribute Declaration'
 class XSDAttributeGroupDefinitionImpl
           An implementation of the model object 'Attribute Group Definition'
 class XSDComplexTypeDefinitionImpl
           An implementation of the model object 'Complex Type Definition'
 class XSDElementDeclarationImpl
           An implementation of the model object 'Element Declaration'
 class XSDImportImpl
           An implementation of the model object 'Import'
 class XSDIncludeImpl
           An implementation of the model object 'Include'
 class XSDModelGroupDefinitionImpl
           An implementation of the model object 'Model Group Definition'
 class XSDNotationDeclarationImpl
           An implementation of the model object 'Notation Declaration'
 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 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 XSDSimpleTypeDefinitionImpl
           An implementation of the model object 'Simple Type Definition'
 class XSDTypeDefinitionImpl
           An implementation of the model object 'Type Definition'
 

Methods in org.eclipse.xsd.impl that return XSDSchemaContent
static XSDSchemaContent XSDSchemaContentImpl.createSchemaContent(Node node)
           
 

Uses of XSDSchemaContent in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDSchemaContent
 Object XSDSwitch.caseXSDSchemaContent(XSDSchemaContent object)
          Returns the result of interpretting the object as an instance of 'Schema Content'
 


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