public final class NameList extends Object
Modifier and Type | Field and Description |
---|---|
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
|
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
Copyright © 2017 JBoss by Red Hat. All rights reserved.