Uses of Class
eu.bandm.tools.tdom.runtime.NmTokenAttribute
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Meaning: Source format for multi lingual
support.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
Contains base and auxiliary classes for code generated by tdom.
-
Uses of NmTokenAttribute in eu.bandm.tools.doctypes.xhtml
Modifier and TypeClassDescriptionclass
class
class
class
static class
static class
static class
static class
static class
-
Uses of NmTokenAttribute in eu.bandm.tools.muli.tdom
Modifier and TypeClassDescriptionstatic class
Meaning: When set: the language for which the attribute @key is already a valid translation.static class
Meaning: Language of this translation. -
Uses of NmTokenAttribute in eu.bandm.tools.option.absy
Modifier and TypeClassDescriptionstatic class
Meaning: Default value in case the option is missing completely.static class
Meaning: mangled into a variable name which gives access to the corresponding graphic sub-object in the generated GUI class.static class
Meaning: The enumeration item which shall be used as default value, if the option is missing completely.static class
Meaning: The name of the enum, for referring.static class
Meaning: Used to refer to this enumeration when defining the type of option parameters.static class
Meaning: Text as which this item is realized in the generated code.static class
Meaning: The name of the enum, for referring.static class
Meaning: The argument of the option by its (zero-based) position index.static class
Meaning: The option from which the current argument value is taken.static class
Meaning: The enumeration item the set is tested for.static class
Meaning: Default value in case the option is missing completely.static class
Meaning: Default value in case the option is missing completely.static class
Meaning: The argument of the option by its (zero-based) position index.static class
Meaning: The option from which the current argument value is taken.static class
Meaning: the short name, entered in the commandline with one minus sign, like "-h
".static class
Meaning: the long name, entered in the commandline with two minus signs, like "--help
".static class
-
Uses of NmTokenAttribute in eu.bandm.tools.tdom.runtime
Modifier and TypeClassDescriptionclass
Implements an Attribute of "ID
" type, which holds as its value a single id value.class
Implements an Attribute of "IDREF
" type, which holds as its value a single id value.Modifier and TypeMethodDescriptionvoid
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.TypedNode.asDouble
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded double value.TypedNode.asFloat
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asHexInt
(@Opt NmTokenAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asInt
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asLong
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded long value.TypedNode.asTrimmedString
(@Opt NmTokenAttribute att) Returns the contents of its argument as a trimmed string.