Package com.sun.xml.analysis.frequency
Class FrequencyBasedLists
java.lang.Object
com.sun.xml.analysis.frequency.FrequencyBasedLists
Deprecated.
A container for frequency based lists of values in the order of decreasing
frequency.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.List of attributes in the order of decreasing frequencyDeprecated.List of attribute values in the order of decreasing frequencyDeprecated.List of elements in the order of decreasing frequencyDeprecated.List of local names in the order of decreasing frequencyDeprecated.List of namespaces in the order of decreasing frequencyDeprecated.List of prefixes in the order of decreasing frequencyDeprecated.List of text content values in the order of decreasing frequency -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prefixes
Deprecated.List of prefixes in the order of decreasing frequency -
namespaces
Deprecated.List of namespaces in the order of decreasing frequency -
localNames
Deprecated.List of local names in the order of decreasing frequency -
elements
Deprecated.List of elements in the order of decreasing frequency -
attributes
Deprecated.List of attributes in the order of decreasing frequency -
textContentValues
Deprecated.List of text content values in the order of decreasing frequency -
attributeValues
Deprecated.List of attribute values in the order of decreasing frequency
-
-
Constructor Details