Package | Description |
---|---|
eu.bandm.tools.doctypes.xhtml |
Created by bandm/metatools/tdom on 2022-06-25T16:43:34
|
eu.bandm.tools.option.absy |
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
Modifier and Type | Class and Description |
---|---|
class |
Attr_align |
class |
Attr_checked |
class |
Attr_dir |
class |
Attr_disabled |
class |
Attr_multiple |
class |
Attr_readonly |
class |
Attr_selected |
class |
Attr_valign |
static class |
Element_a.Attr_shape |
static class |
Element_area.Attr_nohref |
static class |
Element_area.Attr_shape |
static class |
Element_bdo.Attr_dir |
static class |
Element_button.Attr_type |
static class |
Element_form.Attr_method |
static class |
Element_img.Attr_ismap |
static class |
Element_input.Attr_type |
static class |
Element_object.Attr_declare |
static class |
Element_param.Attr_valuetype |
static class |
Element_pre.Attr_xml_space |
static class |
Element_script.Attr_defer |
static class |
Element_script.Attr_xml_space |
static class |
Element_style.Attr_xml_space |
static class |
Element_table.Attr_frame |
static class |
Element_table.Attr_rules |
static class |
Element_td.Attr_scope |
static class |
Element_th.Attr_scope |
Modifier and Type | Class and Description |
---|---|
static class |
Element_option.Attr_required
Meaning: Says whether this option must be
present on the command line.
|
static class |
Element_optionlist.Attr_defaultSorting |
static class |
Element_optionlist.Attr_fragmentedLists
Meaning: Whether reperated option arguments
may be continued
following some other option(s).
|
static class |
Element_optionlist.Attr_hexadecimalIntegers |
static class |
Element_optionlist.Attr_setterFunctions
Meaning: Whether setter methods will be
synthesized
for editing the value of an option instance.
|
static class |
Element_rep.Attr_kind
Meaning: Whether the empty sequence is a
valid input ("star", not "plus").
|
Modifier and Type | Method and Description |
---|---|
static <V extends Enum<V> & EnumerationValue> |
TypedNode.asBoolean(EnumerationAttribute<V> att,
V value)
Returns whether the contents of an attribute is equal to one
particular typed attribute value.
|
see also the complete user documentation .