com.sun.xml.bind.v2.runtime.output

Class C14nXmlOutput

public class C14nXmlOutput extends UTF8XmlOutput

XmlOutput that generates canonical XML.

See Also: com.sun.xml.bind.api.C14nSupport_ArchitectureDocument

Nested Class Summary
classC14nXmlOutput.DynamicAttribute
classC14nXmlOutput.StaticAttribute
Constructor Summary
C14nXmlOutput(OutputStream out, Encoded[] localNames, boolean namedAttributesAreOrdered, CharacterEscapeHandler escapeHandler)
Method Summary
voidattribute(Name name, String value)
voidattribute(int prefix, String localName, String value)
voidendStartTag()
voidwriteNsDecls(int base)
Write namespace declarations after sorting them.

Constructor Detail

C14nXmlOutput

public C14nXmlOutput(OutputStream out, Encoded[] localNames, boolean namedAttributesAreOrdered, CharacterEscapeHandler escapeHandler)

Method Detail

attribute

void attribute(Name name, String value)

attribute

void attribute(int prefix, String localName, String value)

endStartTag

void endStartTag()

writeNsDecls

void writeNsDecls(int base)
Write namespace declarations after sorting them.