Uses of Class
eu.bandm.tools.tdom.runtime.CDataAttribute
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Meaning: Created from d2d definition module
lablog$expanded at
2024-09-15_20h27m30.
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.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of CDataAttribute in eu.bandm.tools.doctypes.xhtml
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Uses of CDataAttribute in eu.bandm.tools.lablog.xml
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
-
Uses of CDataAttribute in eu.bandm.tools.muli.tdom
Modifier and TypeClassDescriptionstatic class
Meaning: Key for retrieving the translation text. -
Uses of CDataAttribute in eu.bandm.tools.option.absy
Modifier and TypeClassDescriptionstatic class
static class
Meaning: Text as which this item appears to the user, on the command line, in a GUI, etc.static class
static class
Meaning: Default value in case the option is missing completely.static class
Meaning: Default value in case the option is missing completely. -
Uses of CDataAttribute in eu.bandm.tools.tdom.runtime
Modifier and TypeMethodDescriptionvoid
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.TypedNode.asDouble
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded double value.TypedNode.asFloat
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asHexInt
(@Opt CDataAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asInt
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asLong
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded long value.TypedNode.asTrimmedString
(@Opt CDataAttribute att) Returns the contents of its argument as a trimmed string. -
Uses of CDataAttribute in eu.bandm.tools.xslt.base
Modifier and TypeMethodDescription(package private) boolean
Transformation.ContextChecker.atMostOneDef
(eu.bandm.tools.xslt.tdom.Element el, CDataAttribute attr) Checks for param, with-param and variable that not both, select and contents, are defined.(package private) void
Transformation.ContextChecker.checkDOE
(CDataAttribute att, eu.bandm.tools.xslt.tdom.Element el) static <E extends Enum<E>>
ETransformation.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, String... vals) static boolean
Transformation.checkEnumerationValue
(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, List<String> vals) protected NamespaceName
Transformation.ContextChecker.constant_result_NsName
(CDataAttribute attr_name, CDataAttribute attr_namespace, boolean isAttr) For xsl:attribute or xsl:element, two(2) attributes carry local-name and namespaceURI explicitly.(package private) Character
Transformation.ContextChecker.dfsDecode
(eu.bandm.tools.xslt.tdom.Element_xsl_decimal_format el, CDataAttribute att) protected void
Transformation.ContextChecker.newVar
(eu.bandm.tools.xslt.tdom.Element el, CDataAttribute name, String cat) Create a new "stack" variable, add a new entry intoTransformation.possibleBindings
for context check, and stores NamespaceName for later execution.(package private) @Opt NamespaceName
Transformation.nonEmptyConstantNamespaceNameAttribute
(CDataAttribute att, TypedElement<?, ?> el, boolean required, String category, String spec) Transformation.optionalNonEmptyAttributeValue
(CDataAttribute att, TypedElement<?, ?> el, String category, String spec) Check whether the attribute is defined with the element.(package private) void
Transformation.ContextChecker.parse_xslt_tpath_attribute
(CDataAttribute a, boolean required, String spec) Executes parsing and translation into an xpath expression for the text of the xslt attribute (which as a whole and always MUST be interpreted as a tpath expression), and subsequent context check.(package private) void
Transformation.ContextChecker.parse_xslt_tpath_attributeTemplate
(CDataAttribute a, boolean required, String spec) Executes parsing and translation of an xslt attribute which MAY contain (zero to many) attribute value templates, and subsequent context check.(package private) @Opt Type.XPathType
Transformation.ContextChecker.parse_xslt_tpath_expr
(CDataAttribute a, boolean required, boolean isTemplate, String role, String spec) (package private) Boolean
Transformation.XslOutput.pbool
(eu.bandm.tools.xslt.tdom.Element el, CDataAttribute attr, Boolean value) (package private) void
Transformation.ContextChecker.prepare_attset_usage
(TypedElement el, CDataAttribute att) (package private) String
Transformation.XslOutput.pstring
(eu.bandm.tools.xslt.tdom.Element el, CDataAttribute attr, String value) Transformation.requiredNonEmptyAttributeValue
(CDataAttribute att, TypedElement<?, ?> el, String category, String spec) Check whether the attribute is defined with the element, and is a non-empty string.(package private) <T extends TypedElement<?,
?>>
voidTransformation.Loader.topParam
(CDataAttribute att, T el, String cat, Map<NamespaceName, T> map)