Class NameBuilder
java.lang.Object
org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
Creates
Names 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()Default constructor.
-
-
Method Details
-
createElementName
-
createElementName
-
createAttributeName
-
createAttributeName
-
conclude
Wraps up everything and createsNameList.
-