Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
Packages that use UTF8XmlOutput
-
Uses of UTF8XmlOutput in org.glassfish.jaxb.runtime.v2.runtime.output
Subclasses of UTF8XmlOutput in org.glassfish.jaxb.runtime.v2.runtime.outputModifier and TypeClassDescriptionclassXmlOutputthat generates canonical XML.final classUTF8XmlOutputwith indentation.Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type UTF8XmlOutputModifier and TypeMethodDescriptionvoidEncoded.write(UTF8XmlOutput out) Writes the encoded bytes to the given output stream.abstract voidPcdata.writeTo(UTF8XmlOutput output) Writes itself toUTF8XmlOutput. -
Uses of UTF8XmlOutput in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type UTF8XmlOutputModifier and TypeMethodDescriptionvoidBase64Data.writeTo(UTF8XmlOutput output) voidIntArrayData.writeTo(UTF8XmlOutput output) voidIntData.writeTo(UTF8XmlOutput output)