public class FrequencyBasedLists extends Object
Modifier and Type | Field and Description |
---|---|
List<QName> |
attributes
Deprecated.
List of attributes in the order of decreasing frequency
|
List<String> |
attributeValues
Deprecated.
List of attribute values in the order of decreasing frequency
|
List<QName> |
elements
Deprecated.
List of elements in the order of decreasing frequency
|
List<String> |
localNames
Deprecated.
List of local names in the order of decreasing frequency
|
List<String> |
namespaces
Deprecated.
List of namespaces in the order of decreasing frequency
|
List<String> |
prefixes
Deprecated.
List of prefixes in the order of decreasing frequency
|
List<String> |
textContentValues
Deprecated.
List of text content values in the order of decreasing frequency
|
public final List<String> prefixes
public final List<String> namespaces
public final List<String> localNames
public final List<QName> elements
public final List<QName> attributes
public final List<String> textContentValues
Copyright © 2017 Oracle Corpration. All rights reserved.