XMLRead

Document Actions
last edited 4 years ago by havoyan

description

This part is designed to read XML file and fire VSCB-XML-SAX events

figure

inpins

  1. parse(String) - ID = 1 - XML file name
    • String - XML file name

outpins

  1. SAX_EVENT (int, Object) - ID = 51 - XML output event
    • 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.PXMLRead.java at sourceforge.net

configuration file revision 1.0 pXMLRead.xml at sourceforge.net

status

alpha release