com.sun.xml.bind.v2.runtime
Class NameList

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.NameList

public final class NameList
extends java.lang.Object

Namespace URIs and local names sorted by their indices. Number of Names used for EIIs and AIIs


Field Summary
 java.lang.String[] localNames
          Local names by their indices.
 java.lang.String[] namespaceURIs
          Namespace URIs by their indices.
 int numberOfAttributeNames
          Number of Names for attributes
 int numberOfElementNames
          Number of Names for elements
 
Constructor Summary
NameList(java.lang.String[] namespaceURIs, java.lang.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

namespaceURIs

public final java.lang.String[] namespaceURIs
Namespace URIs by their indices. No nulls in this array. Read-only.


localNames

public final java.lang.String[] localNames
Local names by their indices. No nulls in this array. Read-only.


numberOfElementNames

public final int numberOfElementNames
Number of Names for elements


numberOfAttributeNames

public final int numberOfAttributeNames
Number of Names for attributes

Constructor Detail

NameList

public NameList(java.lang.String[] namespaceURIs,
                java.lang.String[] localNames,
                int numberElementNames,
                int numberAttributeNames)