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.
|
Modifier and Type | Method and Description |
---|---|
Document_body |
DTD.createDocument_body(InputStream in,
Extension ext) |
Document_body |
DTD.createDocument_body(SAXEventStream in) |
Document_body |
DTD.createDocument_body(SAXEventStream in,
Extension ext) |
Document_html |
DTD.createDocument_html(InputStream in,
Extension ext) |
Document_html |
DTD.createDocument_html(SAXEventStream in) |
Document_html |
DTD.createDocument_html(SAXEventStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
Document_a_list |
DTD.createDocument_a_list(InputStream in,
Extension ext) |
Document_a_list |
DTD.createDocument_a_list(SAXEventStream in) |
Document_a_list |
DTD.createDocument_a_list(SAXEventStream in,
Extension ext) |
Document_a_verbatimXml |
DTD.createDocument_a_verbatimXml(InputStream in,
Extension ext) |
Document_a_verbatimXml |
DTD.createDocument_a_verbatimXml(SAXEventStream in) |
Document_a_verbatimXml |
DTD.createDocument_a_verbatimXml(SAXEventStream in,
Extension ext) |
Document_entries |
DTD.createDocument_entries(InputStream in,
Extension ext) |
Document_entries |
DTD.createDocument_entries(SAXEventStream in) |
Document_entries |
DTD.createDocument_entries(SAXEventStream in,
Extension ext) |
Document_package |
DTD.createDocument_package(InputStream in,
Extension ext) |
Document_package |
DTD.createDocument_package(SAXEventStream in) |
Document_package |
DTD.createDocument_package(SAXEventStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
Document_translationfile |
DTD.createDocument_translationfile(InputStream in,
Extension ext) |
Document_translationfile |
DTD.createDocument_translationfile(SAXEventStream in) |
Document_translationfile |
DTD.createDocument_translationfile(SAXEventStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
Document_optionlist |
DTD.createDocument_optionlist(InputStream in,
Extension ext) |
Document_optionlist |
DTD.createDocument_optionlist(SAXEventStream in) |
Document_optionlist |
DTD.createDocument_optionlist(SAXEventStream in,
Extension ext) |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
TdomAttributeFixedException
Signals that, when initializing or updating a model instance, it is tried to assign
a value to an attribute, which differs from that value which is declared
"
#FIXED by the DTD. |
class |
TdomAttributeMissingException
Signals that, when initializing a model instance,
the value assigned to one particular attribute does not match the syntax
defined by the DTD.
|
class |
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.
|
class |
TdomAttributeUndefException
Signals that, when initializing a model instance,
an attempt is made to assign a value to an undefined attribute.
|
class |
TdomContentEndException
Signals that, when initializing a model instance,
a sequence of elements is not long enough w.r.t. the content
model defined for the currently parsed element.
|
class |
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.
|
class |
TdomXmlException
Signals that, when initializing a model instance,
something went wrong with the underlying XML stream.
|
Modifier and Type | Method and Description |
---|---|
static @Opt TdomException |
TdomException.extract(Throwable t)
Follow the chain of ".cause" entries until an instance of this class is found.
|
see also the complete user documentation .