Uses of Interface
org.eclipse.xsd.XSDConstrainingFacet

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

Subinterfaces of XSDConstrainingFacet in org.eclipse.xsd
 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 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 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 XSDConstrainingFacet
 org.eclipse.emf.common.util.EList<XSDConstrainingFacet> XSDSimpleTypeDefinition.getFacetContents()
          Returns the value of the 'Facet Contents' containment reference list.
 org.eclipse.emf.common.util.EList<XSDConstrainingFacet> XSDSimpleTypeDefinition.getFacets()
          Returns the value of the 'Facets' reference list.
 

Uses of XSDConstrainingFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDConstrainingFacet
 class XSDConstrainingFacetImpl
          An implementation of the model object 'Constraining Facet'
 class XSDEnumerationFacetImpl
          An implementation of the model object 'Enumeration Facet'
 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 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 XSDConstrainingFacet
protected  org.eclipse.emf.ecore.util.EcoreEList<XSDConstrainingFacet> XSDSimpleTypeDefinitionImpl.facetContents
          The cached value of the 'Facet Contents' containment reference list
protected  org.eclipse.emf.ecore.util.EcoreEList<XSDConstrainingFacet> XSDSimpleTypeDefinitionImpl.facets
          The cached value of the 'Facets' reference list
 

Methods in org.eclipse.xsd.impl that return XSDConstrainingFacet
static XSDConstrainingFacet XSDConstrainingFacetImpl.createConstrainingFacet(org.w3c.dom.Node node)
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDConstrainingFacet
 org.eclipse.emf.common.util.EList<XSDConstrainingFacet> XSDSimpleTypeDefinitionImpl.getFacetContents()
           
 org.eclipse.emf.common.util.EList<XSDConstrainingFacet> XSDSimpleTypeDefinitionImpl.getFacets()
           
protected  java.util.List<XSDConstrainingFacet> XSDSimpleTypeDefinitionImpl.mergeFacets()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDConstrainingFacet
 void XSDSimpleTypeDefinitionImpl.AssessmentImpl.validate(XSDConstrainingFacet xsdConstrainingFacet)
           
 

Uses of XSDConstrainingFacet in org.eclipse.xsd.provider
 

Methods in org.eclipse.xsd.provider with parameters of type XSDConstrainingFacet
protected  boolean XSDSimpleTypeDefinitionItemProvider.canAccomodateFacet(XSDSimpleTypeDefinition s, XSDConstrainingFacet f)
          This tests whether the specified simple type definition, s, can accomodate the given constraining facet, f, based on its existing facet children.
 

Uses of XSDConstrainingFacet in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDConstrainingFacet
 T XSDSwitch.caseXSDConstrainingFacet(XSDConstrainingFacet object)
          Returns the result of interpreting the object as an instance of 'Constraining Facet'
 


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