Package com.sun.xml.bind.v2.runtime
Class NameList
java.lang.Object
com.sun.xml.bind.v2.runtime.NameList
Namespace URIs and local names sorted by their indices.
Number of Names used for EIIs and AIIs
- Author:
- Kohsuke Kawaguchi
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String[]
Local names by their indices.final String[]
Namespace URIs by their indices.final boolean[]
For each entry innamespaceURIs
, whether the namespace URI can be declared as the default.final int
Number of Names for attributesfinal int
Number of Names for elements -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
namespaceURIs
Namespace URIs by their indices. No nulls in this array. Read-only. -
nsUriCannotBeDefaulted
public final boolean[] nsUriCannotBeDefaultedFor each entry innamespaceURIs
, whether the namespace URI can be declared as the default. If namespace URI is used in attributes, we always need a prefix, so we can't. True if this URI has to have a prefix. -
localNames
Local names by their indices. No nulls in this array. Read-only. -
numberOfElementNames
public final int numberOfElementNamesNumber of Names for elements -
numberOfAttributeNames
public final int numberOfAttributeNamesNumber of Names for attributes
-
-
Constructor Details
-
NameList
-