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 and Description |
---|
NameBuilder() |
Modifier and Type | Method and Description |
---|---|
NameList |
conclude()
Wraps up everything and creates
NameList . |
Name |
createAttributeName(QName name) |
Name |
createAttributeName(String nsUri,
String localName) |
Name |
createElementName(QName name) |
Name |
createElementName(String nsUri,
String localName) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.