Uses of Class
com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
-
Packages that use UTF8XmlOutput Package Description com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of UTF8XmlOutput in com.sun.xml.bind.v2.runtime.output
Subclasses of UTF8XmlOutput in com.sun.xml.bind.v2.runtime.output Modifier and Type Class Description classC14nXmlOutputXmlOutputthat generates canonical XML.classIndentingUTF8XmlOutputUTF8XmlOutputwith indentation.Methods in com.sun.xml.bind.v2.runtime.output with parameters of type UTF8XmlOutput Modifier and Type Method Description 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 UTF8XmlOutput Modifier and Type Method Description voidBase64Data. writeTo(UTF8XmlOutput output)voidIntArrayData. writeTo(UTF8XmlOutput output)voidIntData. writeTo(UTF8XmlOutput output)
-