Uses of Interface
org.eclipse.xsd.XSDWhiteSpaceFacet

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

Methods in org.eclipse.xsd that return XSDWhiteSpaceFacet
 XSDWhiteSpaceFacet XSDFactory.createXSDWhiteSpaceFacet()
          Returns a new object of class 'White Space Facet'
 XSDWhiteSpaceFacet XSDSimpleTypeDefinition.getEffectiveWhiteSpaceFacet()
          Returns the value of the 'Effective White Space Facet' reference
 XSDWhiteSpaceFacet XSDSimpleTypeDefinition.getWhiteSpaceFacet()
          Returns the value of the 'White Space Facet' reference
 

Uses of XSDWhiteSpaceFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDWhiteSpaceFacet
 class XSDWhiteSpaceFacetImpl
          An implementation of the model object 'White Space Facet'
 

Fields in org.eclipse.xsd.impl declared as XSDWhiteSpaceFacet
protected  XSDWhiteSpaceFacet XSDSimpleTypeDefinitionImpl.effectiveWhiteSpaceFacet
           
 

Methods in org.eclipse.xsd.impl that return XSDWhiteSpaceFacet
static XSDWhiteSpaceFacet XSDWhiteSpaceFacetImpl.createWhiteSpaceFacet(org.w3c.dom.Node node)
           
 XSDWhiteSpaceFacet XSDFactoryImpl.createXSDWhiteSpaceFacet()
           
 XSDWhiteSpaceFacet XSDSimpleTypeDefinitionImpl.getEffectiveWhiteSpaceFacet()
           
 XSDWhiteSpaceFacet XSDSimpleTypeDefinitionImpl.getWhiteSpaceFacet()
           
 

Uses of XSDWhiteSpaceFacet in org.eclipse.xsd.util
 

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


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