Package com.sun.xml.analysis.frequency
Class FrequencyBasedLists
- java.lang.Object
-
- com.sun.xml.analysis.frequency.FrequencyBasedLists
-
public class FrequencyBasedLists extends Object
Deprecated.A container for frequency based lists of values in the order of decreasing frequency.- Author:
- Paul.Sandoz@Sun.Com
-
-
Field Summary
Fields Modifier and Type Field Description List<QName>
attributes
Deprecated.List of attributes in the order of decreasing frequencyList<String>
attributeValues
Deprecated.List of attribute values in the order of decreasing frequencyList<QName>
elements
Deprecated.List of elements in the order of decreasing frequencyList<String>
localNames
Deprecated.List of local names in the order of decreasing frequencyList<String>
namespaces
Deprecated.List of namespaces in the order of decreasing frequencyList<String>
prefixes
Deprecated.List of prefixes in the order of decreasing frequencyList<String>
textContentValues
Deprecated.List of text content values in the order of decreasing frequency
-
-
-
Field Detail
-
prefixes
public final List<String> prefixes
Deprecated.List of prefixes in the order of decreasing frequency
-
namespaces
public final List<String> namespaces
Deprecated.List of namespaces in the order of decreasing frequency
-
localNames
public final List<String> localNames
Deprecated.List of local names in the order of decreasing frequency
-
elements
public final List<QName> elements
Deprecated.List of elements in the order of decreasing frequency
-
attributes
public final List<QName> attributes
Deprecated.List of attributes in the order of decreasing frequency
-
textContentValues
public final List<String> textContentValues
Deprecated.List of text content values in the order of decreasing frequency
-
-