|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentListWriter
The DocumentListWriter interface defines a character writer that can be used to write a list with information about documents from a document library. The interface supports the document list written to be grouped by document types.
CSVDocumentListWriter| Method Summary | |
|---|---|
void |
writeEndDocument()
Write an element for the end of a new document entry in the document list |
void |
writeEndDocumentList()
Write an element for the end of a document list. |
void |
writeEndProperty()
Write an element for the end of a property entry for a document entry in the document list |
void |
writeEndType()
Write an element for the end of a document type section within the document list |
void |
writeStartDocument()
Write an element for the start of a new document entry in the document list |
void |
writeStartDocumentList(java.util.Locale locale)
Writes an element for the start of the document list. |
void |
writeStartProperty()
Write an element for the start of a property entry for a document entry in the document list |
void |
writeStartType(java.lang.String type)
Write an element for the start of a new document type section within the document list |
void |
writeValue(java.lang.String value)
Write a value to the document list |
| Method Detail |
|---|
void writeStartDocumentList(java.util.Locale locale)
throws java.io.IOException
locale - The language used to localize information in the list
java.io.IOException - If unable to write to underlying stream
void writeEndDocumentList()
throws java.io.IOException
java.io.IOException - If unable to write to underlying stream
void writeStartType(java.lang.String type)
throws java.io.IOException
type - The non-localized name of the type
java.io.IOException - If unable to write to underlying stream
void writeEndType()
throws java.io.IOException
java.io.IOException - If unable to write to underlying stream
void writeStartDocument()
throws java.io.IOException
java.io.IOException - If unable to write to underlying stream
void writeEndDocument()
throws java.io.IOException
java.io.IOException - If unable to write to underlying stream
void writeStartProperty()
throws java.io.IOException
java.io.IOException - If unable to write to underlying stream
void writeEndProperty()
throws java.io.IOException
java.io.IOException - If unable to write to underlying stream
void writeValue(java.lang.String value)
throws java.io.IOException
value - The value to write
java.io.IOException - If unable to write to underlying stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||