|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The class that describes DocumentFormat encoders.
| Method Summary | |
java.io.OutputStream |
encode(java.io.OutputStream stream,
Node root)
Encode the document graph reached from the root Node onto the given OutputStream. |
boolean |
isLossless()
Does the encoding include enough data to perfectly reconstruct the input document graph. |
| Method Detail |
public boolean isLossless()
public java.io.OutputStream encode(java.io.OutputStream stream,
Node root)
throws java.io.IOException
stream - The stream upon which the encoding will be writtenroot - The Node that is the root for this Document.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||