Package | Description |
---|---|
eu.bandm.tools.doctypes.xhtml |
Created by bandm/metatools/tdom on 2022-06-25T16:43:34
|
eu.bandm.tools.muli.tdom |
Meaning: Source format for multi lingual
support.
|
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_hreflang |
class |
Attr_id |
class |
Attr_lang |
class |
Attr_xml_lang |
static class |
Element_a.Attr_name |
static class |
Element_label.Attr_for |
static class |
Element_map.Attr_id |
static class |
Element_map.Attr_name |
static class |
Element_object.Attr_name |
Modifier and Type | Class and Description |
---|---|
static class |
Element_entry.Attr_lang
Meaning: When set: the language for which
the attribute @key is already
a valid translation.
|
static class |
Element_text.Attr_lang
Meaning: Language of this translation.
|
Modifier and Type | Class and Description |
---|---|
static class |
Element_bool.Attr_default
Meaning: Default value in case the option is
missing completely.
|
static class |
Element_comment.Attr_name
Meaning: mangled into a variable name which
gives access to the
corresponding graphic sub-object in the generated GUI class.
|
static class |
Element_enum.Attr_default
Meaning: The enumeration item which shall be
used as
default value, if the option is missing completely.
|
static class |
Element_enum.Attr_name
Meaning: The name of the enum, for
referring.
|
static class |
Element_enumeration.Attr_name
Meaning: Used to refer to this enumeration
when defining the type
of option parameters.
|
static class |
Element_enumitem.Attr_compilable
Meaning: Text as which this item is realized
in the generated code.
|
static class |
Element_enumset.Attr_name
Meaning: The name of the enum, for
referring.
|
static class |
Element_float.Attr_default
Meaning: Default value in case the option is
missing completely.
|
static class |
Element_int.Attr_default
Meaning: Default value in case the option is
missing completely.
|
static class |
Element_optarg.Attr_number
Meaning: The argument of the option by its
(zero-based) position index.
|
static class |
Element_optarg.Attr_option
Meaning: The option from which the current
argument value is taken.
|
static class |
Element_option.Attr_abbrev
Meaning: the short name, entered in the
commandline with one minus sign,
like "
-h ". |
static class |
Element_option.Attr_name
Meaning: the long name, entered in the
commandline with two minus signs,
like "
--help ". |
Modifier and Type | Class and Description |
---|---|
class |
IdAttribute
Implements an Attribute of "
ID " type, which holds as its
value a single id value. |
class |
IdRefAttribute
Implements an Attribute of "
IDREF " type, which holds as its
value a single id value. |
Modifier and Type | Method and Description |
---|---|
void |
UntypedVisitor.action(NmTokenAttribute att)
Does nothing; can be overridden by the user, if required.
|
static @Opt BigDecimal |
TypedNode.asBigDecimal(@Opt NmTokenAttribute att)
Returns the value of its argument as a decimal encoded BigDecimal value.
|
static @Opt BigInteger |
TypedNode.asBigInteger(@Opt NmTokenAttribute att)
Returns the value of its argument as a decimal encoded BigInteger value.
|
static @Opt Double |
TypedNode.asDouble(@Opt NmTokenAttribute att)
Returns the value of its argument as a decimal encoded double value.
|
static @Opt Float |
TypedNode.asFloat(@Opt NmTokenAttribute att)
Returns the value of its argument as a decimal encoded float value.
|
static @Opt Integer |
TypedNode.asHexInt(@Opt NmTokenAttribute att)
Returns the value of its argument as a hexdecimal encoded integer value.
|
static @Opt Integer |
TypedNode.asInt(@Opt NmTokenAttribute att)
Returns the value of its argument as a decimal encoded integer value.
|
static @Opt Long |
TypedNode.asLong(@Opt NmTokenAttribute att)
Returns the value of its argument as a decimal encoded long value.
|
static @Opt String |
TypedNode.asTrimmedString(@Opt NmTokenAttribute att)
Returns the contents of its argument as a trimmed string.
|
see also the complete user documentation .