Package | Description |
---|---|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
Modifier and Type | Method and Description |
---|---|
protected ToolOptions.visibility |
HtmlRenderer.firstPart(ToolOptions.visibility m) |
ToolOptions.visibility |
ToolOptions.get_alphabeticDir_0()
Getter method for the only argument of option
alphabeticDir . |
ToolOptions.visibility |
ToolOptions.get_analyses_0()
Getter method for the only argument of option
analyses . |
ToolOptions.visibility |
ToolOptions.get_attlists_0()
Getter method for the only argument of option
attlists . |
ToolOptions.visibility |
ToolOptions.get_comments_0()
Getter method for the only argument of option
comments . |
ToolOptions.visibility |
ToolOptions.get_elementGraph_0()
Getter method for the only argument of option
elementGraph . |
ToolOptions.visibility |
ToolOptions.get_elements_0()
Getter method for the only argument of option
elements . |
ToolOptions.visibility |
ToolOptions.get_entityGraph_0()
Getter method for the only argument of option
entityGraph . |
ToolOptions.visibility |
ToolOptions.get_GEs_0()
Getter method for the only argument of option
GEs . |
ToolOptions.visibility |
ToolOptions.get_inserts_0()
Getter method for the only argument of option
inserts . |
ToolOptions.visibility |
ToolOptions.get_PEs_0()
Getter method for the only argument of option
PEs . |
ToolOptions.visibility |
ToolOptions.get_PIs_0()
Getter method for the only argument of option
PIs . |
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 |
ToolOptions.visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolOptions.visibility[] |
ToolOptions.visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected 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_external_entity_content(String switchtext,
ToolOptions.visibility visible)
Special values for text and css class, but operation as in
HtmlRenderer._close(String, ToolOptions.visibility,String) }. |
protected void |
HtmlRenderer.close_region_and_prepend_switch(String switchtext,
ToolOptions.visibility visible)
Special values for text and css class, but operation as in
HtmlRenderer._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 as
HtmlRenderer.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)
DOCME
|
protected 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 as
HtmlRenderer.reduce_span(String) , but additionally
set the onclick-action, iff ToolOptions.visibility is dynamic. |
see also the complete user documentation .