Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Packages that use UTF8XmlOutput Package Description org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of UTF8XmlOutput in org.glassfish.jaxb.runtime.v2.runtime.output
Subclasses of UTF8XmlOutput in org.glassfish.jaxb.runtime.v2.runtime.output Modifier and Type Class Description classC14nXmlOutputXmlOutputthat generates canonical XML.classIndentingUTF8XmlOutputUTF8XmlOutputwith indentation.Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.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)
-