org.owasp.orizon.xml
Class SourceReader

java.lang.Object
  extended by org.owasp.orizon.O
      extended by org.owasp.orizon.xml.Reader
          extended by org.owasp.orizon.xml.SourceReader

public final class SourceReader
extends Reader

This is the class reading source code to analyze in XML file format and store information in an OrizonSource object

Author:
sp0nge

Field Summary
 
Fields inherited from class org.owasp.orizon.xml.Reader
doc, docBuilder, docBuilderFactory, readFlag, result_ready, xmlFilename
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, initialized, line_start, line_stop, log, reduced, what
 
Constructor Summary
SourceReader(java.lang.String xmlFilename)
           
 
Method Summary
 boolean read()
           
 
Methods inherited from class org.owasp.orizon.xml.Reader
areResultsReady, clean, dispose, getDocumentRoot, getXmlFilename, isGoodDocumentRoot, isSupported, readCalled, readXmlNode
 
Methods inherited from class org.owasp.orizon.O
clone, getStartLine, getStopLine, isCompatible, isInitialized, setStartLine, setStopLine, trackThis
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceReader

public SourceReader(java.lang.String xmlFilename)
Method Detail

read

public boolean read()
Specified by:
read in class Reader