|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlWriteContext | |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
Uses of XmlWriteContext in com.sun.xml.tree |
Methods in com.sun.xml.tree that return XmlWriteContext | |
XmlWriteContext |
XmlDocument.createWriteContext(java.io.Writer out)
Returns an XML write context set up not to pretty-print, and which knows about the entities defined for this document. |
XmlWriteContext |
XmlDocument.createWriteContext(java.io.Writer out,
int level)
Returns an XML write context which pretty-prints output starting at a specified indent level, and which knows about the entities defined for this document. |
Methods in com.sun.xml.tree with parameters of type XmlWriteContext | |
void |
ElementNode.writeXml(XmlWriteContext context)
Writes this element and all of its children out, as well formed XML. |
void |
XmlDocument.writeXml(XmlWriteContext context)
Writes the document out using the specified context, using an encoding name derived from the stream in the context where that is possible. |
void |
XmlDocument.writeChildrenXml(XmlWriteContext context)
Writes all the child nodes of the document, following each one with the end-of-line string in use in this environment. |
void |
XmlWritable.writeXml(XmlWriteContext context)
This is the primary method used to write an object and its children as XML text. |
void |
XmlWritable.writeChildrenXml(XmlWriteContext context)
Used to write any children of a node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |