org.simBio.sim.ps.serialize
クラス ParseXMLs

java.lang.Object
  上位を拡張 org.simBio.sim.ps.serialize.ParseXMLs

public class ParseXMLs
extends java.lang.Object

Query XML files, write a table of contents in a Csv and a XML. TODO parse in parallel with collecting results. TODO connect seamlessly with paramSpace.

バージョン:
$Id: ParseXMLs.java,v 1.5 2007/12/17 07:35:14 nsarai Exp $
作成者:
Mikael Wing

入れ子のクラスの概要
 class ParseXMLs.NameVal
           
 class ParseXMLs.Result
           
 
コンストラクタの概要
ParseXMLs(org.w3c.dom.Document protocolXML)
           
ParseXMLs(java.io.InputStream protocolStream)
           
 
メソッドの概要
 boolean collectXMLs()
          Check if XML-files should be collected in purpose to write a table of contents in a CSV- and a XML-file.
 ProtocolParser getProtocolParser()
          Get ProtocolParser
 java.lang.String[] getXMLs()
          Query XML-files.
 boolean hasXMLs()
          Check if there are any XML-files.
 void writeCsv()
          Write Csv.
 void writeToc(java.lang.String protocolName, boolean runResultGenerator)
          Write Table Of Contents.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ParseXMLs

public ParseXMLs(java.io.InputStream protocolStream)
パラメータ:
protocolStream - as InputStream

ParseXMLs

public ParseXMLs(org.w3c.dom.Document protocolXML)
パラメータ:
protocolXML - as Document
メソッドの詳細

getProtocolParser

public ProtocolParser getProtocolParser()
Get ProtocolParser

戻り値:
ProtocolParser

collectXMLs

public boolean collectXMLs()
Check if XML-files should be collected in purpose to write a table of contents in a CSV- and a XML-file.

戻り値:
True if XML-files should be collected.

hasXMLs

public boolean hasXMLs()
Check if there are any XML-files.

戻り値:
True if there are XML-files.

getXMLs

public java.lang.String[] getXMLs()
Query XML-files.

戻り値:
XML-files.

writeCsv

public void writeCsv()
Write Csv.


writeToc

public void writeToc(java.lang.String protocolName,
                     boolean runResultGenerator)
Write Table Of Contents.

パラメータ:
protocolName -
runResultGenerator - ResultGenerator if true.


???(C) 2002-2007 ?????????????????????