Uses of Interface
org.glassfish.jaxb.core.marshaller.CharacterEscapeHandler
-
Packages that use CharacterEscapeHandler Package Description org.glassfish.jaxb.core.marshaller org.glassfish.jaxb.runtime.marshaller 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 CharacterEscapeHandler in org.glassfish.jaxb.core.marshaller
Classes in org.glassfish.jaxb.core.marshaller that implement CharacterEscapeHandler Modifier and Type Class Description classDumbEscapeHandlerEscape everything above the US-ASCII code range.classMinimumEscapeHandlerPerforms no character escaping.classNoEscapeHandlerPerforms no character escaping.Fields in org.glassfish.jaxb.core.marshaller declared as CharacterEscapeHandler Modifier and Type Field Description static CharacterEscapeHandlerDumbEscapeHandler. theInstancestatic CharacterEscapeHandlerMinimumEscapeHandler. theInstanceConstructors in org.glassfish.jaxb.core.marshaller with parameters of type CharacterEscapeHandler Constructor Description DataWriter(Writer writer, String encoding, CharacterEscapeHandler _escapeHandler)Create a new data writer for the specified output.XMLWriter(Writer writer, String encoding, CharacterEscapeHandler _escapeHandler)Create a new XML writer. -
Uses of CharacterEscapeHandler in org.glassfish.jaxb.runtime.marshaller
Classes in org.glassfish.jaxb.runtime.marshaller that implement CharacterEscapeHandler Modifier and Type Class Description classNioEscapeHandlerUses JDK1.4 NIO functionality to escape characters smartly. -
Uses of CharacterEscapeHandler in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return CharacterEscapeHandler Modifier and Type Method Description protected CharacterEscapeHandlerMarshallerImpl. createEscapeHandler(String encoding) -
Uses of CharacterEscapeHandler in org.glassfish.jaxb.runtime.v2.runtime.output
Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type CharacterEscapeHandler Modifier and Type Method Description static XmlOutputXMLStreamWriterOutput. create(XMLStreamWriter out, JAXBContextImpl context, CharacterEscapeHandler escapeHandler)Creates a newXmlOutputfrom aXMLStreamWriter.Constructors in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type CharacterEscapeHandler 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)XMLStreamWriterOutput(XMLStreamWriter out, CharacterEscapeHandler escapeHandler)
-