Searched refs:XMLWriter (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DStreamSerializer.java49 private final XMLWriter writer;
102 private StreamSerializer(XMLWriter writer) {
172 private static XMLWriter createWriter(Writer w) {
179 private static XMLWriter createWriter(OutputStream os, String encoding) throws UnsupportedEncodingException {
180 XMLWriter writer = createWriter(new OutputStreamWriter(os,encoding));
185 private static XMLWriter createWriter(OutputStream os) {
H A DXMLWriter.java28 // XMLWriter.java - serialize an XML document.
32 // Id: XMLWriter.java,v 1.5 2000/09/17 01:08:16 david Exp
58 * (you can use the XMLWriter to take a snapshot of the current
85 * XMLWriter w = new XMLWriter();
108 * XMLWriter w = new XMLWriter();
269 public class XMLWriter extends XMLFilterImpl implements LexicalHandler class in inherits:XMLFilterImpl,LexicalHandler
289 public XMLWriter (Writer writer, String encoding, CharacterEscapeHandler _escapeHandler ) method in class:XMLWriter
295 public XMLWriter (Write method in class:XMLWriter
[all...]
H A DDataWriter.java48 * {@link XMLWriter} class cannot
90 * <p>This class inherits from {@link XMLWriter},
96 * @see XMLWriter
98 public class DataWriter extends XMLWriter
182 // Override methods from XMLWriter.
192 * @see XMLWriter#reset()
220 * @see XMLWriter#startElement(String, String, String, Attributes)
253 * @see XMLWriter#endElement(String, String, String)
285 // * @see XMLWriter#emptyElement(String, String, String, Attributes)
309 * @see XMLWriter#character
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLWriter.java33 * XMLWriter
35 * <code>XMLWriter</code> is not thread safe.
45 * <code>XMLWriter</code> instance can be reused. <code>setWriter()</code> internally clears the
50 public class XMLWriter extends Writer { class in inherits:Writer
59 /** Creates the instance of <code>XMLWriter</code>
62 public XMLWriter(Writer writer){ method in class:XMLWriter
67 * Creates the instnace of <code>XMLWriter</code>.
72 public XMLWriter(Writer writer, int size){ method in class:XMLWriter
H A DXMLStreamWriterImpl.java326 * <code>XMLWriter</code> for performance reasons.
340 fWriter = new XMLWriter(new OutputStreamWriter(os, encoding));
348 fWriter = new XMLWriter(new OutputStreamWriter(os));
1176 else if (fWriter instanceof XMLWriter) {
1177 streamEncoding = ((OutputStreamWriter) ((XMLWriter)fWriter).getWriter()).getEncoding();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DPrinter.java49 XMLWriter xmlWriter = new XMLWriter(writer);
57 private void export(XMLWriter xmlWriter, GraphDocument document) throws IOException {
68 private void export(XMLWriter writer, Group g) throws IOException {
87 public void export(XMLWriter writer, InputGraph graph, InputGraph previous, boolean difference) throws IOException {
179 private void export(XMLWriter w, InputMethod method) throws IOException {
H A DXMLWriter.java37 public class XMLWriter extends Writer { class in inherits:Writer
42 public XMLWriter(Writer inner) { method in class:XMLWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DXMLWriter.java28 // XMLWriter.java - serialize an XML document.
32 // Id: XMLWriter.java,v 1.5 2000/09/17 01:08:16 david Exp
56 * (you can use the XMLWriter to take a snapshot of the current
83 * XMLWriter w = new XMLWriter();
106 * XMLWriter w = new XMLWriter();
256 public class XMLWriter extends XMLFilterImpl class in inherits:XMLFilterImpl
277 public XMLWriter (Writer writer, String encoding, CharacterEscapeHandler _escapeHandler ) method in class:XMLWriter
283 public XMLWriter (Write method in class:XMLWriter
[all...]
H A DDataWriter.java49 * {@link XMLWriter} class cannot
91 * <p>This class inherits from {@link XMLWriter},
97 * @see XMLWriter
99 public class DataWriter extends XMLWriter
180 // Override methods from XMLWriter.
190 * @see XMLWriter#reset()
223 * @see XMLWriter#startElement(String, String, String, Attributes)
256 * @see XMLWriter#endElement(String, String, String)
296 // * @see XMLWriter#emptyElement(String, String, String, Attributes)
320 * @see XMLWriter#character
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java67 import com.sun.xml.internal.bind.marshaller.XMLWriter;
369 // create XMLWriter by specifing various type of output.
394 // XMLWriter doesn't do buffering, so do it here if it looks like a good idea
402 XMLWriter xw;
409 xw = new XMLWriter(w,encoding,ceh);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDXMLPrinter.java153 protected class XMLWriter { class in class:DXMLPrinter
248 protected class DXMLPrinterVisitor extends XMLWriter implements DPatternVisitor<Void> {
475 protected class NameClassXMLPrinterVisitor extends XMLWriter implements NameClassVisitor<Void> {

Completed in 36 milliseconds