|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dke.smwp.serialize.IncrementalTextModification
Incrementally modifies xml documents by using String functions instead of using xml parsers.
Field Summary | |
private static boolean |
DEBUG
|
Constructor Summary | |
IncrementalTextModification()
default constructor |
Method Summary | |
void |
parse(java.sql.Connection con,
org.xml.sax.InputSource inpDocument,
TupleModificationDescr mod,
java.io.CharArrayWriter modDocument)
proprietary xml parser using string functions |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final boolean DEBUG
Constructor Detail |
public IncrementalTextModification()
Method Detail |
public void parse(java.sql.Connection con, org.xml.sax.InputSource inpDocument, TupleModificationDescr mod, java.io.CharArrayWriter modDocument) throws java.io.IOException
con
- Connection objectinpDocument
- source document which is to be parsedmod
- modifications for source documentmodDocument
- modified document (output)java.io.IOException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |