Package | Description |
---|---|
eu.bandm.tools.doctypes.xhtml |
Created by bandm/metatools/tdom on 2022-06-25T16:43:34
|
eu.bandm.tools.lablog.xml |
Meaning: Created from d2d definition module
lablog$expanded at
2022-07-01_07h58m33.
|
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.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Class and Description |
---|---|
static class |
Element_a_footnote.Attr_a_symbol |
static class |
Element_a_footnote.Attr_xml_lang |
static class |
Element_a_footnotemark.Attr_a_symbol |
static class |
Element_a_footnotetext.Attr_a_symbol |
static class |
Element_a_footnotetext.Attr_xml_lang |
static class |
Element_a_p.Attr_xml_lang |
static class |
Element_a_spanstyle.Attr_a_style |
static class |
Element_a_xlang.Attr_xml_lang |
static class |
Element_desc.Attr_xml_lang |
Modifier and Type | Class and Description |
---|---|
static class |
Element_entry.Attr_key
Meaning: Key for retrieving the translation
text.
|
Modifier and Type | Class and Description |
---|---|
static class |
Element_constant.Attr_value |
static class |
Element_enumitem.Attr_value
Meaning: Text as which this item appears to
the user, on the command line, in
a GUI, etc.
|
static class |
Element_rat.Attr_default |
static class |
Element_string.Attr_default
Meaning: Default value in case the option is
missing completely.
|
static class |
Element_uri.Attr_default
Meaning: Default value in case the option is
missing completely.
|
Modifier and Type | Method and Description |
---|---|
void |
UntypedVisitor.action(CDataAttribute att)
Does nothing; can be overridden by the user, if required.
|
static @Opt BigDecimal |
TypedNode.asBigDecimal(@Opt CDataAttribute att)
Returns the value of its argument as a decimal encoded BigDecimal value.
|
static @Opt BigInteger |
TypedNode.asBigInteger(@Opt CDataAttribute att)
Returns the value of its argument as a decimal encoded BigInteger value.
|
static @Opt Double |
TypedNode.asDouble(@Opt CDataAttribute att)
Returns the value of its argument as a decimal encoded double value.
|
static @Opt Float |
TypedNode.asFloat(@Opt CDataAttribute att)
Returns the value of its argument as a decimal encoded float value.
|
static @Opt Integer |
TypedNode.asHexInt(@Opt CDataAttribute att)
Returns the value of its argument as a hexdecimal encoded integer value.
|
static @Opt Integer |
TypedNode.asInt(@Opt CDataAttribute att)
Returns the value of its argument as a decimal encoded integer value.
|
static @Opt Long |
TypedNode.asLong(@Opt CDataAttribute att)
Returns the value of its argument as a decimal encoded long value.
|
static @Opt String |
TypedNode.asTrimmedString(@Opt CDataAttribute att)
Returns the contents of its argument as a trimmed string.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Enum<E>> |
Transformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
CDataAttribute attr,
String spec,
String v,
Class<E> enumclass) |
static boolean |
Transformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
CDataAttribute attr,
String spec,
String v,
List<String> vals) |
static boolean |
Transformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
CDataAttribute attr,
String spec,
String v,
String... vals) |
see also the complete user documentation .