Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
-
Packages that use Encoded Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}. -
-
Uses of Encoded in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return Encoded Modifier and Type Method Description Encoded[]JAXBContextImpl. getUTF8NameTable() -
Uses of Encoded in org.glassfish.jaxb.runtime.v2.runtime.output
Constructors in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type Encoded Constructor Description C14nXmlOutput(OutputStream out, Encoded[] localNames, boolean namedAttributesAreOrdered, CharacterEscapeHandler escapeHandler)IndentingUTF8XmlOutput(OutputStream out, String indentStr, Encoded[] localNames, CharacterEscapeHandler escapeHandler)UTF8XmlOutput(OutputStream out, Encoded[] localNames, CharacterEscapeHandler escapeHandler)
-