Package net.datenwerke.eximport.im
Class ImportFileReader
java.lang.Object
net.datenwerke.eximport.im.ImportFileReader
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.loadData(InputStream is) Deprecated.Deprecated.voidsetIgnoreErrors(boolean ignoreErrors) Deprecated.voidsetIgnoreWarnings(boolean ignoreWarnings) Deprecated.
-
Field Details
-
EXIMPORT_SCHEMA_LOCATION
Deprecated.- See Also:
-
-
Constructor Details
-
ImportFileReader
public ImportFileReader()Deprecated.
-
-
Method Details
-
setIgnoreWarnings
public void setIgnoreWarnings(boolean ignoreWarnings) Deprecated. -
isIgnoreWarnings
public boolean isIgnoreWarnings()Deprecated. -
setIgnoreErrors
public void setIgnoreErrors(boolean ignoreErrors) Deprecated. -
isIgnoreErrors
public boolean isIgnoreErrors()Deprecated. -
loadData
public Document loadData(String data) throws InvalidImportDocumentException, SAXException, ParserConfigurationException, IOException Deprecated. -
loadData
public Document loadData(InputStream is) throws InvalidImportDocumentException, SAXException, ParserConfigurationException, IOException Deprecated.
-