public interface Base
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
<T extends Base> |
addComment(java.lang.String value)
Add an XML comment to this Base
|
java.lang.Object |
clone()
Clone this Base
|
<T extends Base> |
complete()
Ensure that the underlying streams are fully parsed.
|
WriterOptions |
getDefaultWriterOptions()
Get the default WriterOptions for this object
|
Factory |
getFactory()
Get the Factory used to create this Base
|
void |
writeTo(java.io.OutputStream out)
Serializes the model component out to the specified stream
|
void |
writeTo(java.io.OutputStream out,
WriterOptions options)
Serializes the model component out to the specified stream
|
void |
writeTo(java.lang.String writer,
java.io.OutputStream out)
Serializes the model component out to the specified stream using the given Abdera writer
|
void |
writeTo(java.lang.String writer,
java.io.OutputStream out,
WriterOptions options)
Serializes the model component out to the specified stream using the
given abdera writer
|
void |
writeTo(java.lang.String writer,
java.io.Writer out)
Serializes the model component out to the specified java.io.Writer using the
given Abdera writer
|
void |
writeTo(java.lang.String writer,
java.io.Writer out,
WriterOptions options)
Serializes the model component out to the specified java.io.Writer using the
given abdera writer
|
void |
writeTo(java.io.Writer writer)
Serializes the model component out to the specified writer
|
void |
writeTo(Writer writer,
java.io.OutputStream out)
Serializes the model component out to the specified stream using the given Abdera writer
|
void |
writeTo(Writer writer,
java.io.OutputStream out,
WriterOptions options)
Serializes the model component out to the specified stream using the
given abdera writer
|
void |
writeTo(Writer writer,
java.io.Writer out)
Serializes the model component out to the specified java.io.Writer using the
given Abdera writer
|
void |
writeTo(java.io.Writer out,
WriterOptions options)
Serializes the model component out to the specified java.io.Writer
|
void |
writeTo(Writer writer,
java.io.Writer out,
WriterOptions options)
Serializes the model component out to the specified java.io.Writer using the
given abdera writer
|
WriterOptions getDefaultWriterOptions()
void writeTo(java.io.OutputStream out, WriterOptions options) throws java.io.IOException
out
- The target output streamoptions
- The WriterOptions to usejava.io.IOException
void writeTo(java.io.Writer out, WriterOptions options) throws java.io.IOException
out
- The target output writeroptions
- The WriterOptions to usejava.io.IOException
void writeTo(Writer writer, java.io.OutputStream out) throws java.io.IOException
writer
- The Abdera writer to useout
- The target output streamjava.io.IOException
void writeTo(Writer writer, java.io.Writer out) throws java.io.IOException
writer
- The Abdera writer to useout
- The target output writerjava.io.IOException
void writeTo(java.lang.String writer, java.io.OutputStream out) throws java.io.IOException
writer
- The Abdera writer to useout
- The target output streamjava.io.IOException
void writeTo(java.lang.String writer, java.io.Writer out) throws java.io.IOException
writer
- The Abdera writer to useout
- The target output writerjava.io.IOException
void writeTo(Writer writer, java.io.OutputStream out, WriterOptions options) throws java.io.IOException
writer
- The Abdera writer to useout
- The target output streamoptions
- The WriterOptions to usejava.io.IOException
void writeTo(Writer writer, java.io.Writer out, WriterOptions options) throws java.io.IOException
writer
- The Abdera writer to useout
- The target output writeroptions
- The WriterOptions to usejava.io.IOException
void writeTo(java.lang.String writer, java.io.OutputStream out, WriterOptions options) throws java.io.IOException
writer
- The name of the Abdera writer to useout
- The target output streamoptions
- The WriterOptions to usejava.io.IOException
void writeTo(java.lang.String writer, java.io.Writer out, WriterOptions options) throws java.io.IOException
writer
- The name of the Abdera writer to useout
- The target output writeroptions
- The WriterOptions to usejava.io.IOException
void writeTo(java.io.OutputStream out) throws java.io.IOException
out
- The java.io.OutputStream to use when serializing the Base. The charset encoding specified for the document will be usedjava.io.IOException
void writeTo(java.io.Writer writer) throws java.io.IOException
writer
- The java.io.Writer to use when serializing the Basejava.io.IOException
java.lang.Object clone()
Factory getFactory()
<T extends Base> T addComment(java.lang.String value)
value
- The text value of the comment<T extends Base> T complete()
Copyright © 2010 - 2020 Adobe. All Rights Reserved