com.sun.xml.bind.v2.runtime
public final class NameList extends Object
Field Summary | |
---|---|
String[] | localNames
Local names by their indices. |
String[] | namespaceURIs
Namespace URIs by their indices. |
boolean[] | nsUriCannotBeDefaulted
For each entry in namespaceURIs, whether the namespace URI
can be declared as the default. |
int | numberOfAttributeNames
Number of Names for attributes |
int | numberOfElementNames
Number of Names for elements |
Constructor Summary | |
---|---|
NameList(String[] namespaceURIs, boolean[] nsUriCannotBeDefaulted, String[] localNames, int numberElementNames, int numberAttributeNames) |