net.sf.saxon.style.SaxonCollation A saxon:collation element in the style sheet: this is a top-level element that defines details of a named collation. The attributes of the element provide different ways of instantiating an instance of java.util.Comparator org.apache.xalan.xsltc.dom.NodeSortRecord Base class for sort records containing application specific sort keys net.sf.saxon.sort.StandardCollationURIResolver StandardCollationURIResolver allows a Collation to be created given a URI starting with "http://saxon.sf.net/collation?" followed by a set of query parameters. net.sf.saxon.trans.KeyManager KeyManager manages the set of key definitions in a stylesheet, and the indexes associated with these key definitions. It handles xsl:sort-key as well as xsl:key definitions. <p>The memory management in this class is subtle, with extensive use of weak references. The idea is that an index sh ...org.apache.xalan.xsltc.CollatorFactory @author W. Eliot Kimber (eliot@isogen.com) @author Santiago Pericas-Geertsen org.eclipse.ui.model.WorkbenchViewerSorter A viewer sorter that sorts elements with registered workbench adapters by their text property. Note that capitalization differences are not considered by this sorter, so a > B > c @see IWorkbenchAdapter org.eclipse.ui.views.markers.internal.ConcreteMarker This is a concrete class that stores the same type of information as the IMarkers used by the IDE. This class exists as an optimization. The various get* methods on IMarker are extremely slow, which makes it very slow to sort markers (for example, in the problems view). This marker class stores th ... | Popular Tags |