com.sun.xml.bind.v2.runtime.output
public class C14nXmlOutput extends UTF8XmlOutput
See Also: com.sun.xml.bind.api.C14nSupport_ArchitectureDocument
Nested Class Summary | |
---|---|
class | C14nXmlOutput.DynamicAttribute |
class | C14nXmlOutput.StaticAttribute |
Constructor Summary | |
---|---|
C14nXmlOutput(OutputStream out, Encoded[] localNames, boolean namedAttributesAreOrdered, CharacterEscapeHandler escapeHandler) |
Method Summary | |
---|---|
void | attribute(Name name, String value) |
void | attribute(int prefix, String localName, String value) |
void | endStartTag() |
void | writeNsDecls(int base)
Write namespace declarations after sorting them. |