Uses of Class
eu.bandm.tools.tdom.runtime.NmTokenAttribute
Packages that use 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
Subclasses of NmTokenAttribute in eu.bandm.tools.doctypes.xhtmlModifier and TypeClassDescriptionclassclassclassclassstatic classstatic classstatic classstatic classstatic class -
Uses of NmTokenAttribute in eu.bandm.tools.muli.tdom
Subclasses of NmTokenAttribute in eu.bandm.tools.muli.tdomModifier and TypeClassDescriptionstatic classMeaning: When set: the language for which the attribute @key is already a valid translation.static classMeaning: Language of this translation. -
Uses of NmTokenAttribute in eu.bandm.tools.option.absy
Subclasses of NmTokenAttribute in eu.bandm.tools.option.absyModifier and TypeClassDescriptionstatic classMeaning: Default value in case the option is missing completely.static classMeaning: mangled into a variable name which gives access to the corresponding graphic sub-object in the generated GUI class.static classMeaning: The enumeration item which shall be used as default value, if the option is missing completely.static classMeaning: The name of the enum, for referring.static classMeaning: Used to refer to this enumeration when defining the type of option parameters.static classMeaning: Text as which this item is realized in the generated code.static classMeaning: The name of the enum, for referring.static classMeaning: The argument of the option by its (zero-based) position index.static classMeaning: The option from which the current argument value is taken.static classMeaning: The enumeration item the set is tested for.static classMeaning: Default value in case the option is missing completely.static classMeaning: Default value in case the option is missing completely.static classMeaning: The argument of the option by its (zero-based) position index.static classMeaning: The option from which the current argument value is taken.static classMeaning: the short name, entered in the commandline with one minus sign, like "-h".static classMeaning: the long name, entered in the commandline with two minus signs, like "--help".static class -
Uses of NmTokenAttribute in eu.bandm.tools.tdom.runtime
Subclasses of NmTokenAttribute in eu.bandm.tools.tdom.runtimeModifier and TypeClassDescriptionclassImplements an Attribute of "ID" type, which holds as its value a single id value.classImplements an Attribute of "IDREF" type, which holds as its value a single id value.Methods in eu.bandm.tools.tdom.runtime with parameters of type NmTokenAttributeModifier and TypeMethodDescriptionvoidUntypedVisitor.action(NmTokenAttribute att) Does nothing; can be overridden by the user, if required.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigIntegerTypedNode.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.