public abstract class Exporter extends Object
| Constructor and Description |
|---|
Exporter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Consumer |
createConsumer() |
abstract void |
export(DocumentHandler docHandler,
boolean serverSchema,
boolean importPolicy) |
void |
export(OutputStream output,
boolean serverSchema,
boolean importPolicy) |
void |
export(Writer output,
boolean serverSchema,
boolean importPolicy) |
ImportDescriptor |
getImportDescriptor() |
SearchDescriptor |
getSearchDescriptor() |
void |
readSearchDescriptor(InputStream input) |
protected void |
readSearchDescriptor(Parser parser,
InputSource input) |
void |
readSearchDescriptor(Reader input) |
void |
setImportDescriptor(ImportDescriptor importDesc) |
void |
setSearchDescriptor(SearchDescriptor searchDesc) |
public void export(OutputStream output, boolean serverSchema, boolean importPolicy) throws ImportExportException
ImportExportExceptionpublic void export(Writer output, boolean serverSchema, boolean importPolicy) throws ImportExportException
ImportExportExceptionpublic abstract void export(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) throws ImportExportException
ImportExportExceptionpublic void setSearchDescriptor(SearchDescriptor searchDesc)
public SearchDescriptor getSearchDescriptor()
public void setImportDescriptor(ImportDescriptor importDesc)
public ImportDescriptor getImportDescriptor()
public void readSearchDescriptor(InputStream input) throws IOException, SAXException
IOExceptionSAXExceptionpublic void readSearchDescriptor(Reader input) throws IOException, SAXException
IOExceptionSAXExceptionprotected void readSearchDescriptor(Parser parser, InputSource input) throws IOException, SAXException
IOExceptionSAXExceptionprotected abstract Consumer createConsumer()
Copyright © 2016. All rights reserved.