com.sun.xml.bind.v2.runtime
final class NameBuilder extends Object
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.
Method Summary | |
---|---|
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) |