Package com.sun.xml.bind.v2.runtime
Class NameBuilder
java.lang.Object
com.sun.xml.bind.v2.runtime.NameBuilder
Creates
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.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconclude()
Wraps up everything and createsNameList
.createAttributeName
(String nsUri, String localName) createAttributeName
(QName name) createElementName
(String nsUri, String localName) createElementName
(QName name)
-
Constructor Details
-
NameBuilder
public NameBuilder()
-
-
Method Details
-
createElementName
-
createElementName
-
createAttributeName
-
createAttributeName
-
conclude
Wraps up everything and createsNameList
.
-