com.sun.xml.bind.v2.runtime
Class NameBuilder
java.lang.Object
com.sun.xml.bind.v2.runtime.NameBuilder
public final class NameBuilder
- extends java.lang.Object
Creates Name
s and assign index numbers to them.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameBuilder
public NameBuilder()
createElementName
public Name createElementName(javax.xml.namespace.QName name)
createElementName
public Name createElementName(java.lang.String nsUri,
java.lang.String localName)
createAttributeName
public Name createAttributeName(javax.xml.namespace.QName name)
createAttributeName
public Name createAttributeName(java.lang.String nsUri,
java.lang.String localName)
conclude
public NameList conclude()
- Wraps up everything and creates
NameList
.