Uses of Interface
org.eclipse.xsd.XSDTotalDigitsFacet

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

Methods in org.eclipse.xsd that return XSDTotalDigitsFacet
 XSDTotalDigitsFacet XSDFactory.createXSDTotalDigitsFacet()
          Returns a new object of class 'Total Digits Facet'
 XSDTotalDigitsFacet XSDSimpleTypeDefinition.getEffectiveTotalDigitsFacet()
          Returns the value of the 'Effective Total Digits Facet' reference
 XSDTotalDigitsFacet XSDSimpleTypeDefinition.getTotalDigitsFacet()
          Returns the value of the 'Total Digits Facet' reference
 

Uses of XSDTotalDigitsFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDTotalDigitsFacet
 class XSDTotalDigitsFacetImpl
          An implementation of the model object 'Total Digits Facet'
 

Methods in org.eclipse.xsd.impl that return XSDTotalDigitsFacet
static XSDTotalDigitsFacet XSDTotalDigitsFacetImpl.createTotalDigitsFacet(org.w3c.dom.Node node)
           
 XSDTotalDigitsFacet XSDFactoryImpl.createXSDTotalDigitsFacet()
           
 XSDTotalDigitsFacet XSDSimpleTypeDefinitionImpl.getEffectiveTotalDigitsFacet()
           
 XSDTotalDigitsFacet XSDSimpleTypeDefinitionImpl.getTotalDigitsFacet()
           
 

Uses of XSDTotalDigitsFacet in org.eclipse.xsd.util
 

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


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