Uses of Interface
org.eclipse.xsd.XSDRepeatableFacet

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

Subinterfaces of XSDRepeatableFacet in org.eclipse.xsd
 interface XSDEnumerationFacet
          A representation of the model object 'Enumeration Facet'
 interface XSDPatternFacet
          A representation of the model object 'Pattern Facet'
 

Uses of XSDRepeatableFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDRepeatableFacet
 class XSDEnumerationFacetImpl
          An implementation of the model object 'Enumeration Facet'
 class XSDPatternFacetImpl
          An implementation of the model object 'Pattern Facet'
 class XSDRepeatableFacetImpl
          An implementation of the model object 'Repeatable Facet'
 

Methods in org.eclipse.xsd.impl that return XSDRepeatableFacet
static XSDRepeatableFacet XSDRepeatableFacetImpl.createRepeatableFacet(org.w3c.dom.Node node)
           
 

Uses of XSDRepeatableFacet in org.eclipse.xsd.util
 

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


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