@Deprecated
public class ImportFileReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXIMPORT_SCHEMA_LOCATION
Deprecated.
|
Constructor and Description |
---|
ImportFileReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isIgnoreErrors()
Deprecated.
|
boolean |
isIgnoreWarnings()
Deprecated.
|
org.w3c.dom.Document |
loadData(java.io.InputStream is)
Deprecated.
|
org.w3c.dom.Document |
loadData(java.lang.String data)
Deprecated.
|
void |
setIgnoreErrors(boolean ignoreErrors)
Deprecated.
|
void |
setIgnoreWarnings(boolean ignoreWarnings)
Deprecated.
|
public static final java.lang.String EXIMPORT_SCHEMA_LOCATION
public void setIgnoreWarnings(boolean ignoreWarnings)
public boolean isIgnoreWarnings()
public void setIgnoreErrors(boolean ignoreErrors)
public boolean isIgnoreErrors()
public org.w3c.dom.Document loadData(java.lang.String data) throws InvalidImportDocumentException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
InvalidImportDocumentException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
public org.w3c.dom.Document loadData(java.io.InputStream is) throws InvalidImportDocumentException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
InvalidImportDocumentException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException