|
|||||||||
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.library.AbstractCore
org.owasp.orizon.library.DesignCore
public class DesignCore
The <design> security check. Here the check grammar must be evaluated.
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 | |
---|---|
DesignCore(org.w3c.dom.Node n)
|
Method Summary | |
---|---|
boolean |
readXmlNode(org.w3c.dom.Node n)
As far from version 0.62 all items must be responsible for XML Node reading routine. |
boolean |
solve()
Solves the security check. |
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 |
---|
public DesignCore(org.w3c.dom.Node n)
Method Detail |
---|
public boolean solve()
solve
in class AbstractCore
public boolean readXmlNode(org.w3c.dom.Node n)
O
readXmlNode
in class O
n
- the node being read
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |