Uses of Class
org.eclipse.xsd.XSDPlugin.StringComparator

Packages that use XSDPlugin.StringComparator
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.ecore This provides support for converting bewteen Ecore and XML Schema models. 
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDPlugin.StringComparator in org.eclipse.xsd
 

Subclasses of XSDPlugin.StringComparator in org.eclipse.xsd
static class XSDPlugin.UnicodeStringComparator
          A comparator for strings which does collation based simply on unicode values.
 

Methods in org.eclipse.xsd that return XSDPlugin.StringComparator
 XSDPlugin.StringComparator XSDPlugin.getComparator()
          Returns the comparator that will be used to sort namespaces and names.
 

Methods in org.eclipse.xsd with parameters of type XSDPlugin.StringComparator
 void XSDPlugin.setComparator(XSDPlugin.StringComparator comparator)
          Sets the comparator that will be used to sort namespaces and names.
 

Uses of XSDPlugin.StringComparator in org.eclipse.xsd.ecore
 

Fields in org.eclipse.xsd.ecore declared as XSDPlugin.StringComparator
protected  XSDPlugin.StringComparator XSDEcoreBuilder.Comparator.collator
           
 

Uses of XSDPlugin.StringComparator in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDPlugin.StringComparator
protected  XSDPlugin.StringComparator XSDNamedComponentImpl.Comparator.collator
           
protected  XSDPlugin.StringComparator XSDNamedComponentImpl.StringPairComparator.collator
           
 


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