Class FrequencyBasedLists

java.lang.Object
com.sun.xml.analysis.frequency.FrequencyBasedLists

@Deprecated public class FrequencyBasedLists extends Object
Deprecated.
A container for frequency based lists of values in the order of decreasing frequency.
  • Field Details

    • 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
    • attributeValues

      public final List<String> attributeValues
      Deprecated.
      List of attribute values in the order of decreasing frequency
  • Constructor Details