|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This defines the methods for the interface that XMLResourceImpl uses to save the resource.
Nested Class Summary | |
static interface |
XMLSave.XMLTypeInfo
This defines the methods for the interface used to determine whether type information should be saved when the XMLResource.OPTION_SAVE_TYPE_INFORMATION save option is enabled. |
Method Summary | |
Document |
save(XMLResource resource,
Document document,
Map options,
DOMHandler handler)
|
void |
save(XMLResource resource,
OutputStream outputStream,
Map options)
|
void |
save(XMLResource resource,
Writer writer,
Map options)
Saves the resource to the writer using the specified options. |
Method Detail |
public void save(XMLResource resource, OutputStream outputStream, Map options) throws IOException
IOException
public Document save(XMLResource resource, Document document, Map options, DOMHandler handler)
resource
- a resourcedocument
- a Document
(must not be null)options
- optionshandler
- a DOMHandler
(must not be null)
public void save(XMLResource resource, Writer writer, Map options) throws IOException
resource
- writer
- options
-
IOException
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |