- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
-
public final class NameBuilder extends Object
CreatesNames 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 Constructor Description NameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameListconclude()Wraps up everything and createsNameList.NamecreateAttributeName(String nsUri, String localName)NamecreateAttributeName(QName name)NamecreateElementName(String nsUri, String localName)NamecreateElementName(QName name)
-