Uses of Interface
org.glassfish.jaxb.core.marshaller.CharacterEscapeHandler
Packages that use CharacterEscapeHandler
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Code that writes well-formed XML (
XmlOutput and its implementations}.-
Uses of CharacterEscapeHandler in org.glassfish.jaxb.core.marshaller
Classes in org.glassfish.jaxb.core.marshaller that implement CharacterEscapeHandlerModifier and TypeClassDescriptionclassEscape everything above the US-ASCII code range.classPerforms no character escaping.classPerforms no character escaping.Fields in org.glassfish.jaxb.core.marshaller declared as CharacterEscapeHandlerModifier and TypeFieldDescriptionstatic final CharacterEscapeHandlerDumbEscapeHandler.theInstancestatic final CharacterEscapeHandlerMinimumEscapeHandler.theInstanceConstructors in org.glassfish.jaxb.core.marshaller with parameters of type CharacterEscapeHandlerModifierConstructorDescriptionDataWriter(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 CharacterEscapeHandlerModifier and TypeClassDescriptionclassUses 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 CharacterEscapeHandlerModifier and TypeMethodDescriptionprotected 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 CharacterEscapeHandlerModifier and TypeMethodDescriptionstatic 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 CharacterEscapeHandlerModifierConstructorDescriptionC14nXmlOutput(OutputStream out, Encoded[] localNames, boolean namedAttributesAreOrdered, CharacterEscapeHandler escapeHandler) IndentingUTF8XmlOutput(OutputStream out, String indentStr, Encoded[] localNames, CharacterEscapeHandler escapeHandler) UTF8XmlOutput(OutputStream out, Encoded[] localNames, CharacterEscapeHandler escapeHandler) protectedXMLStreamWriterOutput(XMLStreamWriter out, CharacterEscapeHandler escapeHandler)