|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectxApi.xPrint.xDocumentMixer
xDocumentMixer führt das Mischen von Daten in die vordefinierten Formulartemplates aus. In einem Formulartemplate können Variablen und Tabellen mit Daten befüllt werden. Bei der Erstellung von Formularen kann durch den Formulardesiger ein Beispieldatenstrom generiert werden, der als Vorlage für den Datenstrom des Documentmixers dient.
Constructor Summary | |
xDocumentMixer()
|
Method Summary | |
static org.w3c.dom.Document |
run(byte[] formIn,
byte[] xmlIn)
Ausführen des Mischprozesses. |
static org.w3c.dom.Document |
run(org.w3c.dom.Document formDoc,
org.w3c.dom.Document xmlDoc)
Ausführen des Mischprozesses. |
static org.w3c.dom.Node |
runActions(org.w3c.dom.Node formDoc,
org.w3c.dom.Node actionsNode)
Ausführen des Actionmischprozesses. |
static org.w3c.dom.Node |
runAttributes(org.w3c.dom.Node formDoc,
org.w3c.dom.Node attributesNode)
Ausführen des Attributmischprozesses. |
static org.w3c.dom.Document |
runFunctions(java.lang.String foDoc,
org.w3c.dom.Document xmlDoc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public xDocumentMixer()
Method Detail |
public static final org.w3c.dom.Document run(org.w3c.dom.Document formDoc, org.w3c.dom.Document xmlDoc)
public static final org.w3c.dom.Node runAttributes(org.w3c.dom.Node formDoc, org.w3c.dom.Node attributesNode)
public static final org.w3c.dom.Node runActions(org.w3c.dom.Node formDoc, org.w3c.dom.Node actionsNode)
public static final org.w3c.dom.Document run(byte[] formIn, byte[] xmlIn) throws java.lang.Exception
java.lang.Exception
public static final org.w3c.dom.Document runFunctions(java.lang.String foDoc, org.w3c.dom.Document xmlDoc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |