Uses of Enum Class
eu.bandm.tools.dtm.ToolOptions.visibility
Package
Description
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
-
Uses of ToolOptions.visibility in eu.bandm.tools.dtm
Modifier and TypeFieldDescriptionprotected ToolOptions.visibility
HtmlRenderer.mode_alphaindex
protected ToolOptions.visibility
HtmlRenderer.mode_analyses
protected ToolOptions.visibility
HtmlRenderer.mode_attlist
protected ToolOptions.visibility
HtmlRenderer.mode_comment
protected ToolOptions.visibility
HtmlRenderer.mode_element
protected ToolOptions.visibility
HtmlRenderer.mode_elementGraph
protected ToolOptions.visibility
HtmlRenderer.mode_entityGraph
protected ToolOptions.visibility
HtmlRenderer.mode_ge
protected ToolOptions.visibility
HtmlRenderer.mode_insert
protected ToolOptions.visibility
HtmlRenderer.mode_pe
protected ToolOptions.visibility
HtmlRenderer.mode_pi
protected ToolOptions.visibility
ToolOptions.value_alphabeticDir_0
protected ToolOptions.visibility
ToolOptions.value_analyses_0
protected ToolOptions.visibility
ToolOptions.value_attlists_0
protected ToolOptions.visibility
ToolOptions.value_comments_0
protected ToolOptions.visibility
ToolOptions.value_elementGraph_0
protected ToolOptions.visibility
ToolOptions.value_elements_0
protected ToolOptions.visibility
ToolOptions.value_entityGraph_0
protected ToolOptions.visibility
ToolOptions.value_GEs_0
protected ToolOptions.visibility
ToolOptions.value_inserts_0
protected ToolOptions.visibility
ToolOptions.value_PEs_0
protected ToolOptions.visibility
ToolOptions.value_PIs_0
Modifier and TypeMethodDescriptionprotected ToolOptions.visibility
HtmlRenderer.firstPart
(ToolOptions.visibility m) ToolOptions.get_alphabeticDir_0()
Getter method for the only argument of optionalphabeticDir
.ToolOptions.get_analyses_0()
Getter method for the only argument of optionanalyses
.ToolOptions.get_attlists_0()
Getter method for the only argument of optionattlists
.ToolOptions.get_comments_0()
Getter method for the only argument of optioncomments
.ToolOptions.get_elementGraph_0()
Getter method for the only argument of optionelementGraph
.ToolOptions.get_elements_0()
Getter method for the only argument of optionelements
.ToolOptions.get_entityGraph_0()
Getter method for the only argument of optionentityGraph
.ToolOptions.get_GEs_0()
Getter method for the only argument of optionGEs
.ToolOptions.get_inserts_0()
Getter method for the only argument of optioninserts
.ToolOptions.get_PEs_0()
Getter method for the only argument of optionPEs
.ToolOptions.get_PIs_0()
Getter method for the only argument of optionPIs
.protected ToolOptions.visibility
HtmlRenderer.intern
(ToolOptions options, ToolOptions.visibility optionMode) Option still does not use enumerations.protected ToolOptions.visibility
HtmlRenderer.readMode
(boolean present, boolean isFileInsert, boolean isAdditional, String name, ToolOptions.visibility code, ToolOptions options) Processes on/off/onOff/offOn-switches.static ToolOptions.visibility
Returns the enum constant of this class with the specified name.static ToolOptions.visibility[]
ToolOptions.visibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
HtmlRenderer._close
(String switchOnText, ToolOptions.visibility visible, String switch_on_class) Take the currently top-level (currently growing) list "Ln" of span elements.protected void
HtmlRenderer.checkMassSwitch
(ToolOptions.visibility visible, boolean present, String text, String cssClass, List<Element_span.Content> ons, List<Element_span.Content> offs) protected void
HtmlRenderer.close_region_and_prepend_switch
(String switchtext, ToolOptions.visibility visible) Special values for text and css class, but operation as inHtmlRenderer._close(String, ToolOptions.visibility,String)
}.protected void
HtmlRenderer.close_region_and_prepend_switch_external_entity_content
(String switchtext, ToolOptions.visibility visible) Special values for text and css class, but operation as inHtmlRenderer._close(String, ToolOptions.visibility,String)
}.protected ToolOptions.visibility
HtmlRenderer.firstPart
(ToolOptions.visibility m) protected void
HtmlRenderer.insert_switchOff
(String text, String cssClass, ToolOptions.visibility currentmode) Do the same asHtmlRenderer.reduce_switchOff(String, ToolOptions.visibility)
, but not with accumulated source text, but with synthetic, explicit text (probably in a Dtd "comment" syntax !-)
Is required for insertion of external parameter entities and additional print-outs like graphics and analyses!protected ToolOptions.visibility
HtmlRenderer.intern
(ToolOptions options, ToolOptions.visibility optionMode) Option still does not use enumerations.protected boolean
HtmlRenderer.isDynamic
(ToolOptions.visibility m) protected void
HtmlRenderer.makeSvg
(File outputfile, String title, Multimap<String, String> relation, String altText, String switchText, String mapIdentifier, ToolOptions.visibility visibility) DOCMEprotected ToolOptions.visibility
HtmlRenderer.readMode
(boolean present, boolean isFileInsert, boolean isAdditional, String name, ToolOptions.visibility code, ToolOptions options) Processes on/off/onOff/offOn-switches.protected void
HtmlRenderer.reduce_switchOff
(String cssClass, ToolOptions.visibility currentmode) Do the same asHtmlRenderer.reduce_span(String)
, but additionally set the onclick-action, iff ToolOptions.visibility is dynamic.