|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.cq.compat.migration.impl.cq4.TransformDurboOutput
public class TransformDurboOutput
The TransformDurboOutput class implements the
DurboOutput interfaces delegating the methods to the Communique 3
com.day.cq.transform.DurboOutput class.
| Constructor Summary | |
|---|---|
TransformDurboOutput(OutputStream out)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the output and terminates generation of the current serialization. |
void |
closeNode()
Ends the current node. |
void |
openNode(String name)
Starts the named node. |
void |
writeProperty(String propName,
InputStream propStream)
Writes the stream property. |
void |
writeProperty(String propName,
String propValue)
Writes the string property serializing it using the UTF-8 encoding. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformDurboOutput(OutputStream out)
throws IOException
IOException| Method Detail |
|---|
public void openNode(String name)
throws IOException
DurboOutput
openNode in interface DurboOutputIOException
public void writeProperty(String propName,
String propValue)
throws IOException
DurboOutput
writeProperty in interface DurboOutputIOException
public void writeProperty(String propName,
InputStream propStream)
throws IOException
DurboOutput
writeProperty in interface DurboOutputIOException
public void closeNode()
throws IOException
DurboOutput
closeNode in interface DurboOutputIOException
public void close()
throws IOException
DurboOutput
close in interface DurboOutputIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||