Uses of Class
com.sun.xml.bind.v2.runtime.NameList
-
Packages that use NameList Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of NameList in com.sun.xml.bind.v2.runtime
Fields in com.sun.xml.bind.v2.runtime declared as NameList Modifier and Type Field Description NameList
JAXBContextImpl. nameList
Keeps the list of known names.NameList
XMLSerializer. nameList
Methods in com.sun.xml.bind.v2.runtime that return NameList Modifier and Type Method Description NameList
NameBuilder. conclude()
Wraps up everything and createsNameList
.
-