|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.runtime.NameList
public final class NameList
Namespace URIs and local names sorted by their indices. Number of Names used for EIIs and AIIs
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)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String[] namespaceURIs
public final boolean[] nsUriCannotBeDefaulted
namespaceURIs
, 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.
public final String[] localNames
public final int numberOfElementNames
public final int numberOfAttributeNames
Constructor Detail |
---|
public NameList(String[] namespaceURIs, boolean[] nsUriCannotBeDefaulted, String[] localNames, int numberElementNames, int numberAttributeNames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |