Uses of Class
javax.xml.bind.annotation.XmlNs
-
Packages that use XmlNs Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping. -
-
Uses of XmlNs in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return types with arguments of type XmlNs Modifier and Type Method Description Set<XmlNs>JAXBContextImpl. getXmlNsSet()Returns declared XmlNs annotations (from package-level annotation XmlSchema -
Uses of XmlNs in javax.xml.bind.annotation
Methods in javax.xml.bind.annotation that return XmlNs Modifier and Type Method Description XmlNs[]xmlns()Customize the namespace URI, prefix associations.
-