|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.orizon.O
org.owasp.orizon.xml.Reader
org.owasp.orizon.xml.SourceReader
public final class SourceReader
This is the class reading source code to analyze in XML file format and store information in an OrizonSource object
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 |
---|
public SourceReader(java.lang.String xmlFilename)
Method Detail |
---|
public boolean read()
read
in class Reader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |