|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.stream.XMLOutputStreamFactory
public abstract class XMLOutputStreamFactory
Defines an abstract implementation of a factory for getting output streams
XMLOutputStream
Constructor Summary | |
---|---|
XMLOutputStreamFactory()
Deprecated. |
Method Summary | |
---|---|
abstract XMLOutputStream |
newCanonicalOutputStream(OutputStream outputStream)
Deprecated. Create a new Canonical XMLOutputStream |
abstract XMLOutputStream |
newCanonicalOutputStream(OutputStream outputStream,
Map map)
Deprecated. Create a new Canonical XMLOutputStream |
abstract XMLOutputStream |
newCanonicalOutputStream(Writer writer)
Deprecated. Create a new Canonical XMLOutputStream |
abstract XMLOutputStream |
newCanonicalOutputStream(Writer writer,
Map map)
Deprecated. |
abstract XMLOutputStream |
newDebugOutputStream(OutputStream stream)
Deprecated. Create a new XMLOutputStream that writes to a stream that pretty prints it's output |
abstract XMLOutputStream |
newDebugOutputStream(Writer writer)
Deprecated. Create a new XMLOutputStream that writes to a writer that pretty prints it's output |
abstract XMLInputOutputStream |
newInputOutputStream()
Deprecated. Create a new XMLInputOutputStream that can be passed into a method that takes an XMLOutputStream and read from like an XMLInputStream |
static XMLOutputStreamFactory |
newInstance()
Deprecated. Create a new instance of the factory. |
abstract XMLOutputStream |
newOutputStream(ContentHandler handler)
Deprecated. Create a new XMLOutputStream that writes to a SAX ContentHandler |
abstract XMLOutputStream |
newOutputStream(Document document)
Deprecated. Create a new XMLOutputStream that writes to a DOM document |
abstract XMLOutputStream |
newOutputStream(Document document,
DocumentFragment documentFragment)
Deprecated. Create a new XMLOutputStream that writes to a DOM document fragment |
abstract XMLOutputStream |
newOutputStream(OutputStream stream)
Deprecated. Create a new XMLOutputStream that writes to a stream |
abstract XMLOutputStream |
newOutputStream(OutputStream stream,
boolean writeEmptyElements)
Deprecated. Create a new XMLOutputStream that writes to a stream |
abstract XMLOutputStream |
newOutputStream(Writer writer)
Deprecated. Create a new XMLOutputStream that writes to a writer |
abstract XMLOutputStream |
newOutputStream(Writer writer,
boolean writeEmptyElements)
Deprecated. Create a new XMLOutputStream that writes to a writer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLOutputStreamFactory()
Method Detail |
---|
public static XMLOutputStreamFactory newInstance()
public abstract XMLOutputStream newOutputStream(OutputStream stream) throws XMLStreamException
stream
- the stream to write to
XMLStreamException
public abstract XMLOutputStream newOutputStream(Writer writer) throws XMLStreamException
writer
- the writer to write to
XMLStreamException
public abstract XMLOutputStream newOutputStream(Document document) throws XMLStreamException
document
- the Document to write to
XMLStreamException
public abstract XMLOutputStream newOutputStream(Document document, DocumentFragment documentFragment) throws XMLStreamException
document
- the Document the document fragment was created fromdocumentFragment
- the DocumentFragment to write to
XMLStreamException
public abstract XMLOutputStream newOutputStream(ContentHandler handler) throws XMLStreamException
handler
- the user provided content handler to call back as events are added to the output stream
XMLStreamException
public abstract XMLOutputStream newDebugOutputStream(OutputStream stream) throws XMLStreamException
stream
- the stream to write to
XMLStreamException
public abstract XMLOutputStream newDebugOutputStream(Writer writer) throws XMLStreamException
stream
- the stream to write to
XMLStreamException
public abstract XMLInputOutputStream newInputOutputStream() throws XMLStreamException
XMLStreamException
public abstract XMLOutputStream newCanonicalOutputStream(Writer writer) throws XMLStreamException
writer
- the writer to write to
XMLStreamException
public abstract XMLOutputStream newCanonicalOutputStream(OutputStream outputStream) throws XMLStreamException
outputStream
- the stream to write to
XMLStreamException
public abstract XMLOutputStream newCanonicalOutputStream(Writer writer, Map map) throws XMLStreamException
XMLStreamException
public abstract XMLOutputStream newCanonicalOutputStream(OutputStream outputStream, Map map) throws XMLStreamException
outputStream
- the stream to write to
XMLStreamException
public abstract XMLOutputStream newOutputStream(OutputStream stream, boolean writeEmptyElements) throws XMLStreamException
stream
- the stream to write towriteEmptyElements
- if false the stream will write , if true it will write
XMLStreamException
public abstract XMLOutputStream newOutputStream(Writer writer, boolean writeEmptyElements) throws XMLStreamException
writer
- the writer to write towriteEmptyElements
- if false the stream will write , if true it will write
XMLStreamException
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |