Uses of Interface
org.eclipse.xsd.XSDFacet

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

Subinterfaces of XSDFacet in org.eclipse.xsd
 interface XSDBoundedFacet
          A representation of the model object 'Bounded Facet'
 interface XSDCardinalityFacet
          A representation of the model object 'Cardinality Facet'
 interface XSDConstrainingFacet
          A representation of the model object 'Constraining Facet'
 interface XSDEnumerationFacet
          A representation of the model object 'Enumeration Facet'
 interface XSDFixedFacet
          A representation of the model object 'Fixed Facet'
 interface XSDFractionDigitsFacet
          A representation of the model object 'Fraction Digits Facet'
 interface XSDFundamentalFacet
          A representation of the model object 'Fundamental Facet'
 interface XSDLengthFacet
          A representation of the model object 'Length Facet'
 interface XSDMaxExclusiveFacet
          A representation of the model object 'Max Exclusive Facet'
 interface XSDMaxFacet
          A representation of the model object 'Max Facet'.
 interface XSDMaxInclusiveFacet
          A representation of the model object 'Max Inclusive Facet'
 interface XSDMaxLengthFacet
          A representation of the model object 'Max Length Facet'
 interface XSDMinExclusiveFacet
          A representation of the model object 'Min Exclusive Facet'
 interface XSDMinFacet
          A representation of the model object 'Min Facet'.
 interface XSDMinInclusiveFacet
          A representation of the model object 'Min Inclusive Facet'
 interface XSDMinLengthFacet
          A representation of the model object 'Min Length Facet'
 interface XSDNumericFacet
          A representation of the model object 'Numeric Facet'
 interface XSDOrderedFacet
          A representation of the model object 'Ordered Facet'
 interface XSDPatternFacet
          A representation of the model object 'Pattern Facet'
 interface XSDRepeatableFacet
          A representation of the model object 'Repeatable Facet'.
 interface XSDTotalDigitsFacet
          A representation of the model object 'Total Digits Facet'
 interface XSDWhiteSpaceFacet
          A representation of the model object 'White Space Facet'
 

Methods in org.eclipse.xsd that return types with arguments of type XSDFacet
 EList<XSDFacet> XSDSimpleTypeDefinition.getSyntheticFacets()
          Returns the value of the 'Synthetic Facets' containment reference list.
 

Uses of XSDFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDFacet
 class XSDBoundedFacetImpl
          An implementation of the model object 'Bounded Facet'
 class XSDCardinalityFacetImpl
          An implementation of the model object 'Cardinality Facet'
 class XSDConstrainingFacetImpl
          An implementation of the model object 'Constraining Facet'
 class XSDEnumerationFacetImpl
          An implementation of the model object 'Enumeration Facet'
 class XSDFacetImpl
          An implementation of the model object 'Facet'
 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 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 XSDNumericFacetImpl
          An implementation of the model object 'Numeric Facet'
 class XSDOrderedFacetImpl
          An implementation of the model object 'Ordered Facet'
 class XSDPatternFacetImpl
          An implementation of the model object 'Pattern Facet'
 class XSDRepeatableFacetImpl
          An implementation of the model object 'Repeatable Facet'
 class XSDTotalDigitsFacetImpl
          An implementation of the model object 'Total Digits Facet'
 class XSDWhiteSpaceFacetImpl
          An implementation of the model object 'White Space Facet'
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDFacet
protected  EList<XSDFacet> XSDSimpleTypeDefinitionImpl.syntheticFacets
          The cached value of the 'Synthetic Facets' containment reference list
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDFacet
 EList<XSDFacet> XSDSimpleTypeDefinitionImpl.getSyntheticFacets()
           
 

Uses of XSDFacet in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDFacet
 T XSDSwitch.caseXSDFacet(XSDFacet object)
          Returns the result of interpretting the object as an instance of 'Facet'
 


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