Class FrequencyBasedLists


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

      Fields 
      Modifier and Type Field Description
      java.util.List<javax.xml.namespace.QName> attributes
      Deprecated.
      List of attributes in the order of decreasing frequency
      java.util.List<java.lang.String> attributeValues
      Deprecated.
      List of attribute values in the order of decreasing frequency
      java.util.List<javax.xml.namespace.QName> elements
      Deprecated.
      List of elements in the order of decreasing frequency
      java.util.List<java.lang.String> localNames
      Deprecated.
      List of local names in the order of decreasing frequency
      java.util.List<java.lang.String> namespaces
      Deprecated.
      List of namespaces in the order of decreasing frequency
      java.util.List<java.lang.String> prefixes
      Deprecated.
      List of prefixes in the order of decreasing frequency
      java.util.List<java.lang.String> textContentValues
      Deprecated.
      List of text content values in the order of decreasing frequency
    • Constructor Summary

      Constructors 
      Constructor Description
      FrequencyBasedLists​(java.util.List<java.lang.String> p, java.util.List<java.lang.String> n, java.util.List<java.lang.String> l, java.util.List<javax.xml.namespace.QName> e, java.util.List<javax.xml.namespace.QName> a, java.util.List<java.lang.String> tcv, java.util.List<java.lang.String> av)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • prefixes

        public final java.util.List<java.lang.String> prefixes
        Deprecated.
        List of prefixes in the order of decreasing frequency
      • namespaces

        public final java.util.List<java.lang.String> namespaces
        Deprecated.
        List of namespaces in the order of decreasing frequency
      • localNames

        public final java.util.List<java.lang.String> localNames
        Deprecated.
        List of local names in the order of decreasing frequency
      • elements

        public final java.util.List<javax.xml.namespace.QName> elements
        Deprecated.
        List of elements in the order of decreasing frequency
      • attributes

        public final java.util.List<javax.xml.namespace.QName> attributes
        Deprecated.
        List of attributes in the order of decreasing frequency
      • textContentValues

        public final java.util.List<java.lang.String> textContentValues
        Deprecated.
        List of text content values in the order of decreasing frequency
      • attributeValues

        public final java.util.List<java.lang.String> attributeValues
        Deprecated.
        List of attribute values in the order of decreasing frequency
    • Constructor Detail

      • FrequencyBasedLists

        FrequencyBasedLists​(java.util.List<java.lang.String> p,
                            java.util.List<java.lang.String> n,
                            java.util.List<java.lang.String> l,
                            java.util.List<javax.xml.namespace.QName> e,
                            java.util.List<javax.xml.namespace.QName> a,
                            java.util.List<java.lang.String> tcv,
                            java.util.List<java.lang.String> av)
        Deprecated.