public final class NameBuilder extends Object
Name
s and assign index numbers to them.
During this process, this class also finds out which namespace URIs are statically known to be un-bindable as the default namespace. Those are the namespace URIs that are used by attribute names.
Constructor | Description |
---|---|
NameBuilder() |
Modifier and Type | Method | Description |
---|---|---|
NameList |
conclude() |
Wraps up everything and creates
NameList . |
Name |
createAttributeName(String nsUri,
String localName) |
|
Name |
createAttributeName(QName name) |
|
Name |
createElementName(String nsUri,
String localName) |
|
Name |
createElementName(QName name) |
Copyright © 2018 Oracle Corporation. All rights reserved.