org.owasp.orizon.library
Class CrawlerCore

java.lang.Object
  extended by org.owasp.orizon.O
      extended by org.owasp.orizon.library.AbstractCore
          extended by org.owasp.orizon.library.CrawlerCore

public class CrawlerCore
extends AbstractCore


Field Summary
 
Fields inherited from class org.owasp.orizon.library.AbstractCore
attribute, modifier, name, numericValue, s, subj, sValue, value, verb
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, initialized, line_start, line_stop, log, reduced, what
 
Constructor Summary
CrawlerCore(org.w3c.dom.Node n)
           
 
Method Summary
 java.lang.String getKeyword()
           
 boolean readXmlNode(org.w3c.dom.Node n)
          As far from version 0.62 all items must be responsible for XML Node reading routine.
 void setKeyword(java.lang.String keyword)
           
 void setKeywords(java.util.Vector<Keyword> k)
           
 boolean solve()
           
 
Methods inherited from class org.owasp.orizon.library.AbstractCore
getAttribute, load, logicalNumericEvaluation, setAttribute
 
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

CrawlerCore

public CrawlerCore(org.w3c.dom.Node n)
Method Detail

setKeywords

public void setKeywords(java.util.Vector<Keyword> k)

solve

public boolean solve()
Specified by:
solve in class AbstractCore

readXmlNode

public boolean readXmlNode(org.w3c.dom.Node n)
Description copied from class: O
As far from version 0.62 all items must be responsible for XML Node reading routine. Source class must be able to instantiate an object passing XML Node as parameter and having that code read

Specified by:
readXmlNode in class O
Parameters:
n - the node being read
Returns:
true if xml node is well formed and correctly read, or false otherwise.

setKeyword

public void setKeyword(java.lang.String keyword)

getKeyword

public java.lang.String getKeyword()