Uses of Interface
org.eclipse.xsd.XSDFixedFacet

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

Subinterfaces of XSDFixedFacet in org.eclipse.xsd
 interface XSDFractionDigitsFacet
           A representation of the model object 'Fraction Digits 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 XSDTotalDigitsFacet
           A representation of the model object 'Total Digits Facet'
 interface XSDWhiteSpaceFacet
           A representation of the model object 'White Space Facet'
 

Uses of XSDFixedFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDFixedFacet
 class XSDFixedFacetImpl
           An implementation of the model object 'Fixed Facet'
 class XSDFractionDigitsFacetImpl
           An implementation of the model object 'Fraction Digits 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 XSDTotalDigitsFacetImpl
           An implementation of the model object 'Total Digits Facet'
 class XSDWhiteSpaceFacetImpl
           An implementation of the model object 'White Space Facet'
 

Methods in org.eclipse.xsd.impl that return XSDFixedFacet
static XSDFixedFacet XSDFixedFacetImpl.createFixedFacet(Node node)
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDFixedFacet
protected  void XSDMaxLengthFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDLengthFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  boolean XSDMinFacetImpl.restrictionMatch(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDMinFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  boolean XSDFixedFacetImpl.restrictionMatch(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDFixedFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDWhiteSpaceFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDFractionDigitsFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDMinLengthFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDTotalDigitsFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
protected  boolean XSDMaxFacetImpl.restrictionMatch(XSDFixedFacet xsdFixedFacet)
           
protected  void XSDMaxFacetImpl.validateRestriction(XSDFixedFacet xsdFixedFacet)
           
 

Uses of XSDFixedFacet in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDFixedFacet
 Object XSDSwitch.caseXSDFixedFacet(XSDFixedFacet object)
          Returns the result of interpretting the object as an instance of 'Fixed Facet'
 


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