|
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
local.tomas.common.xml.impl.XMLTargetWriterImpl
public class XMLTargetWriterImpl
XML target writer implementation.
| Field Summary | |
|---|---|
static String |
ATTRIBUTE_TYPE
Attribute. |
static String |
CHAR_TYPE
Character. |
static String |
DOC_END_TYPE
End of document. |
static String |
DOC_TYPE
Document |
static String |
END_TOKEN_TYPE
End token. |
static String |
LOCAL_NAME_TYPE
Local name. |
static String |
QNAME_TYPE
QName. |
static String |
START_TOKEN_TYPE
Start token. |
static String |
URI_TYPE
URI. |
| Constructor Summary | |
|---|---|
XMLTargetWriterImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
int |
getMaxValueSize()
Get maximum value size. |
Result |
getResult(XMLTarget target)
Get XML transformation result to store an XML structure in the database. |
void |
setMaxValueSize(int maxValueSize)
Set maximum value size. |
| Methods inherited from class local.tomas.common.xml.XMLTargetWriter |
|---|
createWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DOC_TYPE
public static final String DOC_END_TYPE
public static final String CHAR_TYPE
public static final String START_TOKEN_TYPE
public static final String END_TOKEN_TYPE
public static final String ATTRIBUTE_TYPE
public static final String URI_TYPE
public static final String QNAME_TYPE
public static final String LOCAL_NAME_TYPE
| Constructor Detail |
|---|
public XMLTargetWriterImpl()
| Method Detail |
|---|
public Result getResult(XMLTarget target)
throws XMLException
XMLTargetWriter
getResult in class XMLTargetWritertarget - - the target
XMLExceptionpublic int getMaxValueSize()
getMaxValueSize in class XMLTargetWriterpublic void setMaxValueSize(int maxValueSize)
setMaxValueSize in class XMLTargetWritermaxValueSize - The maximum value size to set.
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||