XMLWrite

Document Actions
last edited 4 years ago by havoyan

description

This part is designed to collect VSCB-XML-SAX events into one consistent XML and writes it to filesystem with a given file name

figure

inpins

  1. targetName(int, Object) - ID = 1 - set target XML file name
    • String - target XML file name
  2. saxEventFired (int, Object) - ID = 2 - XML input
    • int - describes sax event type (startDocument, endDocument, startElement etc.)
    • Object - sax event data (array of data according to startElement, characters etc. of standard SAX parsers)

links to cvs

source - revision 1.0 org.vcb.parts.xml.PXMLWrite.java at sourceforge.net

configuration file revision 1.0 pXMLWrite.xml at sourceforge.net

status

alpha release