|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.common.xml.XMLTargetWriter
public abstract class XMLTargetWriter
Use this class to store XML in in an arbitrary target.
| Constructor Summary | |
|---|---|
protected |
XMLTargetWriter()
|
| Method Summary | |
|---|---|
static XMLTargetWriter |
createWriter()
Create an XML target store for an abstract target. |
abstract int |
getMaxValueSize()
Get the maximum number of characters used to store values in the value column of the database. |
abstract Result |
getResult(XMLTarget target)
Get XML transformation result to store an XML structure in the database. |
abstract void |
setMaxValueSize(int size)
Set the maximum number of characters used to store values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected XMLTargetWriter()
| Method Detail |
|---|
public static XMLTargetWriter createWriter()
public abstract void setMaxValueSize(int size)
size - - number of characterspublic abstract int getMaxValueSize()
public abstract Result getResult(XMLTarget target)
throws XMLException
target - - the target
XMLException
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||