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.message |
Messages and positions in documents,
cf user documentation.
|
eu.bandm.tools.metajava.format | |
eu.bandm.tools.metajava.tdom | |
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.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
eu.bandm.tools.util2 |
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message package. |
Modifier and Type | Class and Description |
---|---|
class |
Location<D>
A reference to document parts.
|
Modifier and Type | Method and Description |
---|---|
static <D> SimpleMessage<D> |
SimpleMessage.error(Exception ex,
Locatable<D> loc,
String message)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
static <D> SimpleMessage<D> |
SimpleMessage.error(Locatable<D> loc,
String message)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
static <D> SimpleMessage<D> |
SimpleMessage.failure(Locatable<D> loc,
Exception exception)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
static <D> SimpleMessage<D> |
SimpleMessage.failure(Locatable<D> loc,
String message)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
static <D> SimpleMessage<D> |
SimpleMessage.hint(Locatable<D> loc,
String message)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
static <D> SimpleMessage<D> |
SimpleMessage.log(Locatable<D> loc,
String message)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
static <D> SimpleMessage<D> |
SimpleMessage.makeMessage(Message.Kind k,
Exception e,
String t,
Locatable<D> l)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
static <D> SimpleMessage<D> |
SimpleMessage.warning(Locatable<D> loc,
String message)
Convenience factory Method:
Create a message of the indicated kind and with the given attributes.
|
Constructor and Description |
---|
SimpleMessage(Message.Kind k,
@Opt Exception e,
@Opt String t,
@Opt Locatable<D> l) |
Modifier and Type | Class and Description |
---|---|
class |
FormatInjection |
Modifier and Type | Class and Description |
---|---|
class |
eu.bandm.tools.metajava.tdom.Element |
class |
eu.bandm.tools.metajava.tdom.Element_meta
<!ELEMENT
meta
EMPTY
>.
|
Modifier and Type | Class and Description |
---|---|
class |
Element_entry
Meaning: All translations of one key into
several languages.
|
class |
Element_text
Meaning: Translation into one particular
language.
|
class |
Element_translationfile
Meaning: List of multi-lingual translations.
|
Modifier and Type | Class and Description |
---|---|
class |
Element_and
Meaning: Conjuntive combination of two
conditions for enabling an option.
|
class |
Element_bool
Meaning: Describes one boolean argument in an
option's list of argument types.
|
class |
Element_comment
Meaning: Multi-Lingual text which separates
groups of options and appears in
a GUI screen mask, etc.
|
class |
Element_condition
Meaning: Enabling condition which "un-greys"
the input fields of an option,
if fulfilled.
|
class |
Element_constant
Meaning: Constant to test against some current
option argument value,
for forming an enabling condition.
|
class |
Element_defaults
Meaning: gives the sequence of default values
for a repetition group, is the
option is completely omitted.
|
class |
Element_desc
Meaning: One description, in several
languages.
|
class |
Element_dirOnly
Meaning: Only directories are valid values.
|
class |
Element_enum
Meaning: Refers to an Enumeration as the type
of the value of an option's argument.
|
class |
Element_enumeration
Meaning: An enumeration type which can be used
for several parameters of
several options.
|
class |
Element_enumitem
Meaning: One position in an enumeration type
(represented by the enclosing
context element).
|
class |
Element_enumset
Meaning: Refers to an Enumeration as the base
type for a set type for
the value of an option's argument.
|
class |
Element_float
Meaning: Describes one floating point argument
in an option's list of argument types.
|
class |
Element_int
Meaning: Describes one integer argument in an
option's list of argument types.
|
class |
Element_isMeta
<!ELEMENT
isMeta
EMPTY
>.
|
class |
Element_noGui
<!ELEMENT
noGui
EMPTY
>.
|
class |
Element_not
Meaning: Negation of a condition for enabling
an option.
|
class |
Element_notDir
<!ELEMENT
notDir
EMPTY
>.
|
class |
Element_optarg
Meaning: Reference to some option's current
argument value, to test it in an
enabling condition.
|
class |
Element_option
Meaning: Definition of one particular option
as it appears on a command line,
in the GUI, etc.
|
class |
Element_optionlist
Meaning: Sequence of a collection of command
line options, to
be compiled into GUI mask, online help method, parsing method, etc.
|
class |
Element_or
Meaning: Disjuntive combination of two
conditions for enabling an option.
|
class |
Element_printout_title
Meaning: The text to be printed as a header
line in the "usage()" function.
|
class |
Element_rat
Meaning: Describes one rational number
argument in an option's list of argument types.
|
class |
Element_rep
Meaning: Describes a sequence of value types
in an option's list of argument types which
can appear more than once.
|
class |
Element_simpletypes
|
class |
Element_string
Meaning: Describes one string value argument
in an option's list of argument types.
|
class |
Element_testequal
Meaning: Enabling condition whether both
arguments have the same numric value.
|
class |
Element_testgreater
|
class |
Element_type
Meaning: Sequence of the types of all
arguments of a particular option .
|
class |
Element_uri
Meaning: Describes one uri value argument in
an option's list of argument types.
|
class |
Element_v
Meaning: One single default value.
|
class |
Element_writable
Meaning: The file or directory must be
writable.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedElement<E extends TypedElement<E,X>,X extends TypedExtension> |
Modifier and Type | Method and Description |
---|---|
void |
TdomException.setContextAndLocation(NamespaceName ns,
Locatable<?> loc) |
void |
TdomException.setContextAndLocation(TypedElement el,
Locatable<?> loc) |
void |
TdomException.setLocation(Locatable<?> loc) |
void |
TypedNode.setLocation(@Opt Locatable<XMLDocumentIdentifier> loc)
Set the location information.
|
Constructor and Description |
---|
TdomAttributeException(@Opt Locatable<?> loc,
@Opt TypedAttribute attr) |
TdomAttributeException(@Opt Locatable<?> loc,
@Opt TypedAttribute attr,
@Opt String value) |
TdomAttributeFixedException(@Opt Locatable<?> loc,
TypedAttribute attr,
String value) |
TdomAttributeMissingException(@Opt Locatable<?> loc,
TypedAttribute attr) |
TdomAttributeSyntaxException(@Opt Locatable<?> loc,
TypedAttribute attr,
@Opt String value) |
TdomAttributeUndefException(@Opt Locatable<?> loc,
NamespaceName attrName,
String value) |
TdomContentEndException(@Opt Locatable<?> loc) |
TdomContentException(@Opt Locatable<?> loc,
@Opt NamespaceName offendingTag) |
TdomContentException(@Opt Locatable<?> loc,
@Opt NamespaceName offendingTag,
int offendingPosition) |
TdomException(@Opt Locatable<?> loc) |
TdomXmlException(@Opt Locatable<?> loc,
String message) |
Modifier and Type | Field and Description |
---|---|
protected Locatable<XMLDocumentIdentifier> |
UMod2format.Compiler.Subformat.loc |
Modifier and Type | Method and Description |
---|---|
protected void |
UMod2format.Compiler.error(Locatable<XMLDocumentIdentifier> loc,
String text) |
protected void |
UMod2java.ERROR(Locatable<XMLDocumentIdentifier> loc,
String txt) |
void |
UMod2format.Compiler.makeclassstring(Locatable<XMLDocumentIdentifier> loc,
boolean upcase) |
protected void |
UMod2format.Compiler.warning(Locatable<XMLDocumentIdentifier> loc,
String text) |
protected void |
UMod2java.WARNING(Locatable<XMLDocumentIdentifier> loc,
String txt) |
Modifier and Type | Class and Description |
---|---|
static class |
SAXEventStream.MatchException
Raised by calls which expect definitely a certain tag.
|
Constructor and Description |
---|
MatchException(Locatable<XMLDocumentIdentifier> locus,
String text) |
see also the complete user documentation .