Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.doctypes.xhtml |
Created by bandm/metatools/tdom on 2022-06-25T16:43:34
|
eu.bandm.tools.formatfrontends |
Generate format generating code (or formats dynamically) controlled by the
format description language.
|
eu.bandm.tools.formatfrontends.absy | |
eu.bandm.tools.lablog.base |
Evaluation, statistics and renderings of bandm lab log format.
|
eu.bandm.tools.lablog.xml |
Meaning: Created from d2d definition module
lablog$expanded at
2022-07-01_07h58m33.
|
eu.bandm.tools.metajava.format | |
eu.bandm.tools.metajava.tdom | |
eu.bandm.tools.muli |
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
|
eu.bandm.tools.muli.tdom |
Meaning: Source format for multi lingual
support.
|
eu.bandm.tools.option |
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
|
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.tpath.tdomclient | |
eu.bandm.tools.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
eu.bandm.tools.xantlrtdom |
Glueing code supporting different standard use cases of tdom, xantlr
and both.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Class and Description |
---|
BaseVisitor |
PCDataVisitor
Indicates that PCData can be visited.
|
TypedDocument
Fundamental base class for all Elements which can serve as a "document element"
/ "root element".
|
TypedDTD
Common superclass for generated subclasses called "
DTD.java ", one
for each tdom generated model. |
Class and Description |
---|
CDataAttribute
Base class for all generated classes which realize an Attribute with type
CDATA . |
DecodingInputStream |
EncodingOutputStream
DOCME
CHECK: Uses direct and inherited aggregation in parallel ? (=inherited and overwritten
methods?)
|
EnumerationAttribute
Base class for all generated classes which realize an Attribute with an
"enumeration type", like
|
EnumerationValue
Indicates that a generated attribute has a generated enumeration as its value.
|
IdAttribute
Implements an Attribute of "
ID " type, which holds as its
value a single id value. |
Identifiable
Indicates the presence of an ID attribute.
|
IdRefAttribute
Implements an Attribute of "
IDREF " type, which holds as its
value a single id value. |
IdRefsAttribute
Implements an Attribute of "
IDREFS " type, which holds as its
value a list of id values. |
ImpliedAttribute
Indicates that an anttribute has been declared as
#IMPLIED . |
Matchable |
NmTokenAttribute
Base class for all generated classes which realize an Attribute with an
"
NMTOKEN " type. |
NmTokensAttribute
Implements an Attribute of "
NMTOKENS " type, which holds as its
value a list of NMTOKEN tokens separated by blanks. |
SemiparsingConstructor
Is needed by xslt implementation to find the correct constructor.
|
TdomAttributeException
Signals that, when initializing a model instance,
the treatment of one particular attribute does not fulfill the definitions
for the currently parsed element, as defined by the DTD.
|
TdomAttributeMissingException
Signals that, when initializing a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomAttributeSyntaxException
Signals that, when initializing or updating a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomContentException
Signals that, when initializing a model instance,
a sequence of elements or nodes does not match the content
model defined for the currently parsed element.
|
TdomXmlException
Signals that, when initializing a model instance,
something went wrong with the underlying XML stream.
|
TypedAttribute
Common base class for all attributes from some DTD.
|
TypedAttribute.SafeValues
Auxiliary class to signal in a type signature that no
TdomAttributeSyntaxException s
can be thrown. |
TypedChoice
Base class for all model classes which represent a choice in a content model.
|
TypedContent |
TypedDocument
Fundamental base class for all Elements which can serve as a "document element"
/ "root element".
|
TypedDTD.AbstractElementInfo
Reflection information for a "synthetic" element in the generated code,
caused by a "
<?tdom abstract ..> " directive in the underlying DTD. |
TypedDTD.AttributeInfo
Reflection information for one particular Attribute definition from the DTD.
|
TypedDTD.ElementInfo
Reflection information for one particular Element definition from the DTD.
|
TypedElement |
TypedElement.MixedContent
Base class for all generated classes which model "mixed contents" or
"unmixed contents".
|
TypedElement.MixedContentContainer
Implemented by all Element types which include PCDATA and other elements.
|
TypedElement.PCDataContainer
Implemented by all Element types which include PCDATA.
|
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedNode.ParseListener
Listener interface which may be registered with the tdom generated parsing code
and will be called after each successful parsing step.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
TypedSubtree |
Visitable
Marks all generated classes which are reachable by the generated Visitor class.
|
Class and Description |
---|
BaseVisitor |
PCDataVisitor
Indicates that PCData can be visited.
|
Class and Description |
---|
BaseVisitor |
PCDataVisitor
Indicates that PCData can be visited.
|
Class and Description |
---|
BaseVisitor |
PCDataVisitor
Indicates that PCData can be visited.
|
TypedPCData
Represents a piece of contiguous PCData in a model instance.
|
Class and Description |
---|
CDataAttribute
Base class for all generated classes which realize an Attribute with type
CDATA . |
DecodingInputStream |
EncodingOutputStream
DOCME
CHECK: Uses direct and inherited aggregation in parallel ? (=inherited and overwritten
methods?)
|
ImpliedAttribute
Indicates that an anttribute has been declared as
#IMPLIED . |
Matchable |
SemiparsingConstructor
Is needed by xslt implementation to find the correct constructor.
|
TdomAttributeException
Signals that, when initializing a model instance,
the treatment of one particular attribute does not fulfill the definitions
for the currently parsed element, as defined by the DTD.
|
TdomAttributeMissingException
Signals that, when initializing a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomAttributeSyntaxException
Signals that, when initializing or updating a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomContentException
Signals that, when initializing a model instance,
a sequence of elements or nodes does not match the content
model defined for the currently parsed element.
|
TdomXmlException
Signals that, when initializing a model instance,
something went wrong with the underlying XML stream.
|
TypedAttribute
Common base class for all attributes from some DTD.
|
TypedAttribute.SafeValues
Auxiliary class to signal in a type signature that no
TdomAttributeSyntaxException s
can be thrown. |
TypedChoice
Base class for all model classes which represent a choice in a content model.
|
TypedContent |
TypedDocument
Fundamental base class for all Elements which can serve as a "document element"
/ "root element".
|
TypedDTD.AttributeInfo
Reflection information for one particular Attribute definition from the DTD.
|
TypedDTD.ElementInfo
Reflection information for one particular Element definition from the DTD.
|
TypedElement |
TypedElement.MixedContent
Base class for all generated classes which model "mixed contents" or
"unmixed contents".
|
TypedElement.MixedContentContainer
Implemented by all Element types which include PCDATA and other elements.
|
TypedElement.PCDataContainer
Implemented by all Element types which include PCDATA.
|
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedNode.ParseListener
Listener interface which may be registered with the tdom generated parsing code
and will be called after each successful parsing step.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
TypedSubtree |
Visitable
Marks all generated classes which are reachable by the generated Visitor class.
|
Class and Description |
---|
BaseVisitor |
Matchable |
PCDataVisitor
Indicates that PCData can be visited.
|
TypedContent |
TypedElement |
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedPCData
Represents a piece of contiguous PCData in a model instance.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
Visitable
Marks all generated classes which are reachable by the generated Visitor class.
|
Class and Description |
---|
Matchable |
TypedContent |
TypedElement |
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
Visitable
Marks all generated classes which are reachable by the generated Visitor class.
|
Class and Description |
---|
BaseVisitor |
PCDataVisitor
Indicates that PCData can be visited.
|
Class and Description |
---|
BaseMatcher
Super class for all generated matcher classes of a tdom model.
|
BaseVisitor |
CDataAttribute
Base class for all generated classes which realize an Attribute with type
CDATA . |
DecodingInputStream |
EncodingOutputStream
DOCME
CHECK: Uses direct and inherited aggregation in parallel ? (=inherited and overwritten
methods?)
|
ImpliedAttribute
Indicates that an anttribute has been declared as
#IMPLIED . |
Matchable |
NmTokenAttribute
Base class for all generated classes which realize an Attribute with an
"
NMTOKEN " type. |
PCDataVisitor
Indicates that PCData can be visited.
|
SemiparsingConstructor
Is needed by xslt implementation to find the correct constructor.
|
TdomAttributeException
Signals that, when initializing a model instance,
the treatment of one particular attribute does not fulfill the definitions
for the currently parsed element, as defined by the DTD.
|
TdomAttributeMissingException
Signals that, when initializing a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomAttributeSyntaxException
Signals that, when initializing or updating a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomContentException
Signals that, when initializing a model instance,
a sequence of elements or nodes does not match the content
model defined for the currently parsed element.
|
TdomException
Signals that, when initializing a model instance,
a violation of the document type format occured, as it is defined by the DTD.
|
TdomXmlException
Signals that, when initializing a model instance,
something went wrong with the underlying XML stream.
|
TypedAttribute
Common base class for all attributes from some DTD.
|
TypedAttribute.SafeValues
Auxiliary class to signal in a type signature that no
TdomAttributeSyntaxException s
can be thrown. |
TypedContent |
TypedDocument
Fundamental base class for all Elements which can serve as a "document element"
/ "root element".
|
TypedDTD
Common superclass for generated subclasses called "
DTD.java ", one
for each tdom generated model. |
TypedDTD.AbstractElementInfo
Reflection information for a "synthetic" element in the generated code,
caused by a "
<?tdom abstract ..> " directive in the underlying DTD. |
TypedDTD.AttributeInfo
Reflection information for one particular Attribute definition from the DTD.
|
TypedDTD.DTDInfo
Container for all different kinds of reflection info objects.
|
TypedDTD.ElementInfo
Reflection information for one particular Element definition from the DTD.
|
TypedElement |
TypedElement.MixedContent
Base class for all generated classes which model "mixed contents" or
"unmixed contents".
|
TypedElement.MixedContentContainer
Implemented by all Element types which include PCDATA and other elements.
|
TypedElement.PCDataContainer
Implemented by all Element types which include PCDATA.
|
TypedElement.UnmixedContent
Content class in case that only PCData is contained, can be reused between models
and instances.
|
TypedExtension
Base class for the generated "
Extension " class. |
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedNode.ParseListener
Listener interface which may be registered with the tdom generated parsing code
and will be called after each successful parsing step.
|
TypedPCData
Represents a piece of contiguous PCData in a model instance.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
Visitable
Marks all generated classes which are reachable by the generated Visitor class.
|
Class and Description |
---|
BaseVisitor |
PCDataVisitor
Indicates that PCData can be visited.
|
TypedAttribute
Common base class for all attributes from some DTD.
|
Class and Description |
---|
CDataAttribute
Base class for all generated classes which realize an Attribute with type
CDATA . |
DecodingInputStream |
EncodingOutputStream
DOCME
CHECK: Uses direct and inherited aggregation in parallel ? (=inherited and overwritten
methods?)
|
EnumerationAttribute
Base class for all generated classes which realize an Attribute with an
"enumeration type", like
|
EnumerationValue
Indicates that a generated attribute has a generated enumeration as its value.
|
ImpliedAttribute
Indicates that an anttribute has been declared as
#IMPLIED . |
Matchable |
NmTokenAttribute
Base class for all generated classes which realize an Attribute with an
"
NMTOKEN " type. |
NmTokensAttribute
Implements an Attribute of "
NMTOKENS " type, which holds as its
value a list of NMTOKEN tokens separated by blanks. |
SemiparsingConstructor
Is needed by xslt implementation to find the correct constructor.
|
TdomAttributeException
Signals that, when initializing a model instance,
the treatment of one particular attribute does not fulfill the definitions
for the currently parsed element, as defined by the DTD.
|
TdomAttributeMissingException
Signals that, when initializing a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomAttributeSyntaxException
Signals that, when initializing or updating a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomContentException
Signals that, when initializing a model instance,
a sequence of elements or nodes does not match the content
model defined for the currently parsed element.
|
TdomXmlException
Signals that, when initializing a model instance,
something went wrong with the underlying XML stream.
|
TypedAttribute
Common base class for all attributes from some DTD.
|
TypedAttribute.SafeValues
Auxiliary class to signal in a type signature that no
TdomAttributeSyntaxException s
can be thrown. |
TypedChoice
Base class for all model classes which represent a choice in a content model.
|
TypedContent |
TypedDocument
Fundamental base class for all Elements which can serve as a "document element"
/ "root element".
|
TypedDTD.AttributeInfo
Reflection information for one particular Attribute definition from the DTD.
|
TypedDTD.ElementInfo
Reflection information for one particular Element definition from the DTD.
|
TypedElement |
TypedElement.MixedContentContainer
Implemented by all Element types which include PCDATA and other elements.
|
TypedElement.PCDataContainer
Implemented by all Element types which include PCDATA.
|
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedNode.ParseListener
Listener interface which may be registered with the tdom generated parsing code
and will be called after each successful parsing step.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
TypedSubtree |
Visitable
Marks all generated classes which are reachable by the generated Visitor class.
|
Class and Description |
---|
BaseMatcher
Super class for all generated matcher classes of a tdom model.
|
BaseVisitor |
CDataAttribute
Base class for all generated classes which realize an Attribute with type
CDATA . |
CheckedListPlus
Extends the checked list to ensure that it does not become empty.
|
ContentMapping
INTERNAL USE ONLY.
|
DecodingInputStream |
ElementDictionary
Realizes a map from String values to Elements.
|
EncodingOutputStream
DOCME
CHECK: Uses direct and inherited aggregation in parallel ? (=inherited and overwritten
methods?)
|
EnumerationAttribute
Base class for all generated classes which realize an Attribute with an
"enumeration type", like
|
EnumerationValue
Indicates that a generated attribute has a generated enumeration as its value.
|
ErrorHandler |
FiniteStateMachine.Action |
IdAttribute
Implements an Attribute of "
ID " type, which holds as its
value a single id value. |
IdException
Common superclass of several exceptions related to unconsistent usage of id values.
|
IdRefAttribute
Implements an Attribute of "
IDREF " type, which holds as its
value a single id value. |
IdRefsAttribute
Implements an Attribute of "
IDREFS " type, which holds as its
value a list of id values. |
Matchable |
NmTokenAttribute
Base class for all generated classes which realize an Attribute with an
"
NMTOKEN " type. |
NmTokensAttribute
Implements an Attribute of "
NMTOKENS " type, which holds as its
value a list of NMTOKEN tokens separated by blanks. |
PCDataVisitor
Indicates that PCData can be visited.
|
SelectedIntegersAttribute
Base class for all generated classes which realize an Attribute with a type
which is defined as a disjunction of integer values, like
|
TdomAttributeException
Signals that, when initializing a model instance,
the treatment of one particular attribute does not fulfill the definitions
for the currently parsed element, as defined by the DTD.
|
TdomAttributeMissingException
Signals that, when initializing a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomAttributeMissingSupplier
Intended to match tdom element constructor calls as arguments for
exception handler strategies.
|
TdomAttributeSyntaxException
Signals that, when initializing or updating a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
TdomContentException
Signals that, when initializing a model instance,
a sequence of elements or nodes does not match the content
model defined for the currently parsed element.
|
TdomException
Signals that, when initializing a model instance,
a violation of the document type format occured, as it is defined by the DTD.
|
TdomXmlException
Signals that, when initializing a model instance,
something went wrong with the underlying XML stream.
|
TypedAttribute
Common base class for all attributes from some DTD.
|
TypedAttribute.__PreAtts
Auxiliary class to signal in a type signature of a constructor that it is
called locally by another constructor which will handle attributes afterwards.
|
TypedAttribute.SafeValues
Auxiliary class to signal in a type signature that no
TdomAttributeSyntaxException s
can be thrown. |
TypedComment
Realizes comments in a tdom model instance.
|
TypedContent |
TypedContent.DecodingConstructor |
TypedContent.ParsingConstructor |
TypedDocument
Fundamental base class for all Elements which can serve as a "document element"
/ "root element".
|
TypedDTD
Common superclass for generated subclasses called "
DTD.java ", one
for each tdom generated model. |
TypedDTD.AbstractElementInfo
Reflection information for a "synthetic" element in the generated code,
caused by a "
<?tdom abstract ..> " directive in the underlying DTD. |
TypedDTD.AttributeInfo
Reflection information for one particular Attribute definition from the DTD.
|
TypedDTD.DTDInfo
Container for all different kinds of reflection info objects.
|
TypedDTD.ImplementationInfo
Reflection information which indicates one(1) particular Java class, which has been
generated to implement one(1) particular concept.
|
TypedDTD.NamedImplementationInfo
Reflection information which indicates one(1) particular Java class,
generated to implement one(1) particular concept which carries a
NamespaceName.
|
TypedElement |
TypedElement.MixedContent
Base class for all generated classes which model "mixed contents" or
"unmixed contents".
|
TypedElement.MixedContentContainer
Implemented by all Element types which include PCDATA and other elements.
|
TypedElement.MixedContentFactory |
TypedElement.PCDataContainer
Implemented by all Element types which include PCDATA.
|
TypedElement.UnmixedContent
Content class in case that only PCData is contained, can be reused between models
and instances.
|
TypedEthereal
Common superclass for free floating, ubiquituous and syntactically unconstrained
model components, namels comments and processing instructions.
|
TypedEtherealContainer
Gives access to the
TypedEthereal (Comments and PIs)
which follow the open tag and precede the close tag of an Element,
or stand at the begin and end of a document. |
TypedExtension
Base class for the generated "
Extension " class. |
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedNode.ParseListener
Listener interface which may be registered with the tdom generated parsing code
and will be called after each successful parsing step.
|
TypedPCData
Represents a piece of contiguous PCData in a model instance.
|
TypedProcessingInstruction
Realizes "PIs" = Processing Instructions in a tdom model instance.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
TypedSubtree |
Visitable
Marks all generated classes which are reachable by the generated Visitor class.
|
Class and Description |
---|
TypedElement |
TypedExtension
Base class for the generated "
Extension " class. |
Class and Description |
---|
BaseVisitor |
PCDataVisitor
Indicates that PCData can be visited.
|
TypedElement |
Class and Description |
---|
TypedDocument
Fundamental base class for all Elements which can serve as a "document element"
/ "root element".
|
TypedDTD
Common superclass for generated subclasses called "
DTD.java ", one
for each tdom generated model. |
TypedExtension
Base class for the generated "
Extension " class. |
Class and Description |
---|
BaseVisitor |
CDataAttribute
Base class for all generated classes which realize an Attribute with type
CDATA . |
EncodingOutputStream
DOCME
CHECK: Uses direct and inherited aggregation in parallel ? (=inherited and overwritten
methods?)
|
PCDataVisitor
Indicates that PCData can be visited.
|
TypedAttribute
Common base class for all attributes from some DTD.
|
TypedDTD.AbstractElementInfo
Reflection information for a "synthetic" element in the generated code,
caused by a "
<?tdom abstract ..> " directive in the underlying DTD. |
TypedElement |
TypedExtension
Base class for the generated "
Extension " class. |
TypedNode
Fundamental superclass for all classes which implement tdom components.
|
TypedPCData
Represents a piece of contiguous PCData in a model instance.
|
TypedSubstantial
Common superclass for the first class and syntactically constrained model components,
namely Elements and PCData.
|
see also the complete user documentation .