Uses of Interface
org.eclipse.xsd.XSDRedefinableComponent

Packages that use XSDRedefinableComponent
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 XSDRedefinableComponent in org.eclipse.xsd
 

Subinterfaces of XSDRedefinableComponent in org.eclipse.xsd
 interface XSDAttributeGroupDefinition
          A representation of the model object 'Attribute Group Definition'
 interface XSDComplexTypeDefinition
          A representation of the model object 'Complex Type Definition'
 interface XSDModelGroupDefinition
          A representation of the model object 'Model Group Definition'
 interface XSDSimpleTypeDefinition
          A representation of the model object 'Simple Type Definition'.
 interface XSDTypeDefinition
          A representation of the model object 'Type Definition'.
 

Uses of XSDRedefinableComponent in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDRedefinableComponent
 class XSDAttributeGroupDefinitionImpl
          An implementation of the model object 'Attribute Group Definition'
 class XSDComplexTypeDefinitionImpl
          An implementation of the model object 'Complex Type Definition'
 class XSDModelGroupDefinitionImpl
          An implementation of the model object 'Model Group Definition'
 class XSDRedefinableComponentImpl
          An implementation of the model object 'Redefinable Component'
 class XSDSimpleTypeDefinitionImpl
          An implementation of the model object 'Simple Type Definition'
 class XSDTypeDefinitionImpl
          An implementation of the model object 'Type Definition'
 

Uses of XSDRedefinableComponent in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDRedefinableComponent
 T XSDSwitch.caseXSDRedefinableComponent(XSDRedefinableComponent object)
          Returns the result of interpreting the object as an instance of 'Redefinable Component'
 


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