|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.apache.commons.digester.Digester
org.apache.ddlutils.io.DataReader
Reads data XML into dyna beans matching a specified database model.
Field Summary |
Fields inherited from class org.apache.commons.digester.Digester |
bodyText, bodyTexts, classLoader, configured, entityResolver, entityValidator, errorHandler, factory, JAXP_SCHEMA_LANGUAGE, locator, log, match, matches, namespaceAware, namespaces, params, parser, publicId, reader, root, rules, saxLog, schemaLanguage, schemaLocation, stack, substitutor, useContextClassLoader, validating, W3C_XML_SCHEMA |
Constructor Summary | |
DataReader()
|
Method Summary | |
protected void |
configure()
|
void |
endDocument()
|
ConverterConfiguration |
getConverterConfiguration()
Returns the converter configuration of this data reader. |
Database |
getModel()
Returns the database model. |
DataSink |
getSink()
Returns the data sink. |
boolean |
isCaseSensitive()
Determines whether this rules object matches case sensitively. |
void |
setCaseSensitive(boolean beCaseSensitive)
Specifies whether this rules object shall match case sensitively. |
void |
setModel(Database model)
Sets the database model. |
void |
setSink(DataSink sink)
Sets the data sink. |
void |
startDocument()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataReader()
Method Detail |
public ConverterConfiguration getConverterConfiguration()
public Database getModel()
public void setModel(Database model)
model
- The modelpublic DataSink getSink()
public void setSink(DataSink sink)
sink
- The sinkpublic boolean isCaseSensitive()
true
if the case of the pattern matterspublic void setCaseSensitive(boolean beCaseSensitive)
beCaseSensitive
- true
if the case of the pattern shall matterprotected void configure()
public void endDocument() throws SAXException
SAXException
public void startDocument() throws SAXException
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |