protected class ObjOut.OutputDriverHtml extends ObjOut.OutputDriver
Modifier and Type | Field and Description |
---|---|
(package private) LinkedList<Object> |
stack |
Modifier | Constructor and Description |
---|---|
protected |
OutputDriverHtml() |
Modifier and Type | Method and Description |
---|---|
protected void |
begin() |
protected void |
end() |
protected void |
enterObjectContent(Object o) |
protected void |
leaveObjectContent(boolean endWithNewLine) |
protected void |
prChar(char x) |
protected void |
printoid(Integer oid,
boolean ref) |
protected void |
prstartlink(Object target,
boolean isRef,
boolean toBegin) |
protected void |
prstartlinkfromoid(Integer oid,
boolean isRef,
boolean toBegin) |
protected void |
rawPrintValue(Class<?> c,
Object o) |
indent
LinkedList<Object> stack
protected void begin()
begin
in class ObjOut.OutputDriver
protected void end()
end
in class ObjOut.OutputDriver
protected void leaveObjectContent(boolean endWithNewLine)
leaveObjectContent
in class ObjOut.OutputDriver
protected void enterObjectContent(Object o)
enterObjectContent
in class ObjOut.OutputDriver
protected void printoid(Integer oid, boolean ref)
printoid
in class ObjOut.OutputDriver
protected void rawPrintValue(Class<?> c, Object o)
rawPrintValue
in class ObjOut.OutputDriver
protected void prChar(char x)
x
- protected void prstartlink(Object target, boolean isRef, boolean toBegin)
protected void prstartlinkfromoid(Integer oid, boolean isRef, boolean toBegin)