Uses of Class
eu.bandm.tools.tdom.runtime.TypedDocument
Packages that use TypedDocument
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Meaning: Created from d2d definition module
lablog$expanded at
2025-03-02_12h00m51.
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.
Glueing code supporting different standard use cases of tdom, xantlr
and both.
-
Uses of TypedDocument in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with type parameters of type TypedDocumentModifier and TypeMethodDescriptionstatic <T extends TypedDocument,
D extends TypedDTD>
TTasks.string2tdom
(String sourcetext, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Convert a d2d source text into a tdom model.static <T extends TypedDocument,
D extends TypedDTD>
TTasks.text2tdom
(@Opt File infile, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Service point: Convert a d2d input file into a tdom model. -
Uses of TypedDocument in eu.bandm.tools.doctypes.xhtml
Subclasses of TypedDocument in eu.bandm.tools.doctypes.xhtmlModifier and TypeClassDescriptionclass
Common base class for all document classes in this tdom instance.class
Document with anElement_body
as its root (=topmost) element.class
Document with anElement_html
as its root (=topmost) element. -
Uses of TypedDocument in eu.bandm.tools.lablog.xml
Subclasses of TypedDocument in eu.bandm.tools.lablog.xmlModifier and TypeClassDescriptionclass
Common base class for all document classes in this tdom instance.class
Document with anElement_a_list
as its root (=topmost) element.class
Document with anElement_a_verbatimXml
as its root (=topmost) element.class
Document with anElement_entries
as its root (=topmost) element.class
Document with anElement_package
as its root (=topmost) element. -
Uses of TypedDocument in eu.bandm.tools.muli.tdom
Subclasses of TypedDocument in eu.bandm.tools.muli.tdomModifier and TypeClassDescriptionclass
Common base class for all document classes in this tdom instance.class
Meaning: List of multi-lingual translations. -
Uses of TypedDocument in eu.bandm.tools.option.absy
Subclasses of TypedDocument in eu.bandm.tools.option.absyModifier and TypeClassDescriptionclass
Common base class for all document classes in this tdom instance.class
Meaning: Sequence of a collection of command line options, to be compiled into GUI mask, online help method, parsing method, etc. -
Uses of TypedDocument in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime with parameters of type TypedDocumentModifier and TypeMethodDescriptionvoid
UntypedVisitor.action
(TypedDocument<E, X> doc) To be overridden by the user.void
UntypedVisitor.descend
(TypedDocument<E, X> doc) CallsUntypedVisitor.action(TypedElement)
for the one top-level element. -
Uses of TypedDocument in eu.bandm.tools.tpath.tdomclient
Fields in eu.bandm.tools.tpath.tdomclient with type parameters of type TypedDocumentModifier and TypeFieldDescription(package private) Map
<TypedDocument, ElementDictionary<?, ?>> TdomClient.maps
-
Uses of TypedDocument in eu.bandm.tools.xantlrtdom
Methods in eu.bandm.tools.xantlrtdom with type parameters of type TypedDocumentModifier and TypeMethodDescription<D extends TypedDocument>
D<D extends TypedDocument>
DThis method initiates the parsing process, and supplies additional arguments.static <T extends TypedDocument,
D extends TypedDTD>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, D dtdInstance, EntityResolver resolver, boolean debug) static <T extends TypedDocument>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance) static <T extends TypedDocument>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, boolean debug) static <T extends TypedDocument>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, @Opt EntityResolver resolver) static <T extends TypedDocument,
E extends TypedExtension>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, @Opt EntityResolver resolver, Class<E> extClass, E ext) static <T extends TypedDocument,
E extends TypedExtension>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, EntityResolver resolver, Class<E> extClass, E ext, boolean debug) Glueing code for creating atdom
model from some textual representation.