//Artefact:JavaClass/com/sphenon/basics/debug/DumpNode_HTMLWriter
Synopsis
public DumpNode_HTMLWriter
extends Object
implements DumpNode
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_HTMLWriter/DumpNode_HTMLWriter
Synopsis
public DumpNode_HTMLWriter (CallContext context, PrintWriter out)
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_HTMLWriter/DumpNode_HTMLWriter
Synopsis
public DumpNode_HTMLWriter (CallContext context, PrintWriter out, int indent)
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_HTMLWriter/DumpNode_HTMLWriter
Synopsis
public DumpNode_HTMLWriter (CallContext context, PrintWriter out, int indent, DumpNode_HTMLWriter parent)
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_HTMLWriter/DumpNode_HTMLWriter
Synopsis
public DumpNode_HTMLWriter (CallContext context, PrintWriter out, int indent, DumpNode_HTMLWriter parent, boolean
show_names, boolean name_value_same_line, String indent_increment, boolean technical_details)
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/parent
Synopsis
protected com.sphenon.basics.debug.DumpNode_HTMLWriter parent
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/currently_dumped
Synopsis
protected java.lang.Object currently_dumped
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/out
Synopsis
protected java.io.PrintWriter out
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/first
Synopsis
protected boolean first
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/show_names
Synopsis
protected boolean show_names
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/name_value_same_line
Synopsis
protected boolean name_value_same_line
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/indent
Synopsis
protected int indent
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/indent_increment
Synopsis
protected java.lang.String indent_increment
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_HTMLWriter/technical_details
Synopsis
protected boolean technical_details
//Artefact:Method/com/sphenon/basics/debug/DumpNode_HTMLWriter/dump
Synopsis
public void dump (CallContext context, String value)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_HTMLWriter/dump
Synopsis
public void dump (CallContext context, String name, Object value)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_HTMLWriter/openDumpTechnicalDetails
Synopsis
public com.sphenon.basics.debug.DumpNode openDumpTechnicalDetails (CallContext context, String name)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_HTMLWriter/openDump
Synopsis
public com.sphenon.basics.debug.DumpNode openDump (CallContext context, String name)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_HTMLWriter/openDump
Synopsis
public com.sphenon.basics.debug.DumpNode openDump (CallContext context, String name, boolean is_technical_detail)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_HTMLWriter/close
Synopsis
public void close (CallContext context)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_HTMLWriter/isCurrentlyDumped
Synopsis
public boolean isCurrentlyDumped (CallContext context, Object value)