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
ImportExportException
public void export(Writer output, boolean serverSchema, boolean importPolicy) throws ImportExportException
ImportExportException
public abstract void export(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) throws ImportExportException
ImportExportException
public void setSearchDescriptor(SearchDescriptor searchDesc)
public SearchDescriptor getSearchDescriptor()
public void setImportDescriptor(ImportDescriptor importDesc)
public ImportDescriptor getImportDescriptor()
public void readSearchDescriptor(InputStream input) throws IOException, SAXException
IOException
SAXException
public void readSearchDescriptor(Reader input) throws IOException, SAXException
IOException
SAXException
protected void readSearchDescriptor(Parser parser, InputSource input) throws IOException, SAXException
IOException
SAXException
protected abstract Consumer createConsumer()
Copyright © 2014. All rights reserved.