Uses of Class
org.eclipse.xsd.XSDDisallowedSubstitutions

Packages that use XSDDisallowedSubstitutions
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. 
 

Uses of XSDDisallowedSubstitutions in org.eclipse.xsd
 

Fields in org.eclipse.xsd declared as XSDDisallowedSubstitutions
static XSDDisallowedSubstitutions XSDDisallowedSubstitutions.SUBSTITUTION_LITERAL
          The 'Substitution' literal object
static XSDDisallowedSubstitutions XSDDisallowedSubstitutions.EXTENSION_LITERAL
          The 'Extension' literal object
static XSDDisallowedSubstitutions XSDDisallowedSubstitutions.RESTRICTION_LITERAL
          The 'Restriction' literal object
static XSDDisallowedSubstitutions XSDDisallowedSubstitutions.ALL_LITERAL
          The 'All' literal object
 

Methods in org.eclipse.xsd that return XSDDisallowedSubstitutions
static XSDDisallowedSubstitutions XSDDisallowedSubstitutions.get(String literal)
          Returns the 'Disallowed Substitutions' literal with the specified literal value
static XSDDisallowedSubstitutions XSDDisallowedSubstitutions.getByName(String name)
          Returns the 'Disallowed Substitutions' literal with the specified name
static XSDDisallowedSubstitutions XSDDisallowedSubstitutions.get(int value)
          Returns the 'Disallowed Substitutions' literal with the specified integer value
 

Uses of XSDDisallowedSubstitutions in org.eclipse.xsd.impl
 

Methods in org.eclipse.xsd.impl that return XSDDisallowedSubstitutions
 XSDDisallowedSubstitutions XSDFactoryImpl.createXSDDisallowedSubstitutionsFromString(EDataType eDataType, String initialValue)
           
 


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