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