|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.orizon.O
public abstract class O
This is the main ancestor of all Orizon classes... a sort of Object class...
Field Summary | |
---|---|
protected java.lang.String |
base64
|
protected boolean |
hasName
|
protected boolean |
initialized
|
protected int |
line_start
|
protected int |
line_stop
|
protected OrizonLog |
log
|
protected java.lang.String |
reduced
|
protected java.lang.Class |
what
|
Constructor Summary | |
---|---|
O(java.lang.Class what)
|
|
O(java.lang.Class what,
org.w3c.dom.Node n)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Orizon objects cannot being cloned, so clone() method must be overridden. |
int |
getStartLine()
Returns the referring object starting line inside the source code being reviewed |
int |
getStopLine()
Returns the referring object ending line inside the source code being reviewed |
static boolean |
isCompatible(int major,
int minor)
|
boolean |
isInitialized()
Check if the object has been correctly instantiated with its constructor. |
abstract boolean |
readXmlNode(org.w3c.dom.Node n)
As far from version 0.62 all items must be responsible for XML Node reading routine. |
void |
setStartLine(int line)
Sets the referring object starting line inside the source code being reviewed |
void |
setStopLine(int line)
Sets the referring object ending line inside the source code being reviewed |
protected boolean |
trackThis(org.w3c.dom.Node n)
Given an XML node, Orizon objects need to know both starting than ending line in the source code. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean hasName
protected OrizonLog log
protected java.lang.Class what
protected java.lang.String base64
protected java.lang.String reduced
protected boolean initialized
protected int line_start
protected int line_stop
Constructor Detail |
---|
public O(java.lang.Class what)
public O(java.lang.Class what, org.w3c.dom.Node n)
Method Detail |
---|
public abstract boolean readXmlNode(org.w3c.dom.Node n)
n
- the node being read
public boolean isInitialized()
public java.lang.Object clone()
clone
in class java.lang.Object
protected boolean trackThis(org.w3c.dom.Node n)
n
- the node being read
public int getStartLine()
public int getStopLine()
public void setStartLine(int line)
line
- the line number to setpublic void setStopLine(int line)
line
- the line number to setpublic static final boolean isCompatible(int major, int minor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |