public final class NameList
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
java.lang.String[] |
localNames |
Local names by their indices.
|
java.lang.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 | Description |
---|---|
NameList(java.lang.String[] namespaceURIs,
boolean[] nsUriCannotBeDefaulted,
java.lang.String[] localNames,
int numberElementNames,
int numberAttributeNames) |
public final java.lang.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 java.lang.String[] localNames
public final int numberOfElementNames
public final int numberOfAttributeNames
Copyright © 2018 Oracle Corporation. All rights reserved.