Uses of Class
eu.bandm.tools.tdom.runtime.DecodingInputStream
Packages that use DecodingInputStream
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Meaning: Created from d2d definition module
lablog$expanded at
2026-02-01_13h22m49.
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.
-
Uses of DecodingInputStream in eu.bandm.tools.doctypes.xhtml
Methods in eu.bandm.tools.doctypes.xhtml with parameters of type DecodingInputStreamModifier and TypeMethodDescriptionprotected final ElementDocument_body.decode(DecodingInputStream in, Extension ext) protected final ElementDocument_html.decode(DecodingInputStream in, Extension ext) -
Uses of DecodingInputStream in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml with parameters of type DecodingInputStreamModifier and TypeMethodDescriptionprotected final ElementDocument_a_list.decode(DecodingInputStream in, Extension ext) protected final ElementDocument_a_verbatimXml.decode(DecodingInputStream in, Extension ext) protected final ElementDocument_entries.decode(DecodingInputStream in, Extension ext) protected final ElementDocument_package.decode(DecodingInputStream in, Extension ext) -
Uses of DecodingInputStream in eu.bandm.tools.muli.tdom
Methods in eu.bandm.tools.muli.tdom with parameters of type DecodingInputStreamModifier and TypeMethodDescriptionprotected final ElementDocument_translationfile.decode(DecodingInputStream in, Extension ext) -
Uses of DecodingInputStream in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy with parameters of type DecodingInputStreamModifier and TypeMethodDescriptionprotected final ElementDocument_optionlist.decode(DecodingInputStream in, Extension ext) -
Uses of DecodingInputStream in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime with parameters of type DecodingInputStreamModifier and TypeMethodDescriptionprotected abstract ETypedDocument.decode(DecodingInputStream in, X ext) voidTypedDocument.decodeEthereals(DecodingInputStream s) Must be called explicitly by the user, after he/she has created the document object.protected static <C extends TypedElement.MixedContent<E,X>, E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
C[]TypedElement.decodeMixed(TypedElement.MixedContentFactory<C, E, X, Y> factory, DecodingInputStream in, X ext, Class<? extends C> contentClass, int max) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
CTypedElement.decodeOptional(TypedContent.DecodingConstructor<C, E, Y> constructor, DecodingInputStream in, E ext) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
C[]TypedElement.decodePlus(TypedContent.DecodingConstructor<? extends C, E, Y> constructor, DecodingInputStream in, E ext, Class<C> contentClass) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
NonNullList<C> TypedElement.decodePlusList(TypedContent.DecodingConstructor<? extends C, E, Y> constructor, DecodingInputStream in, E ext, Class<C> contentClass) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
C[]TypedElement.decodeStar(TypedContent.DecodingConstructor<? extends C, E, Y> constructor, DecodingInputStream in, E ext, Class<C> contentClass) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
NonNullList<C> TypedElement.decodeStarList(TypedContent.DecodingConstructor<? extends C, E, Y> constructor, DecodingInputStream in, E ext, Class<C> contentClass) static StringTypedPCData.decodeValue(DecodingInputStream in) TypedContent.DecodingConstructor.newInstance(DecodingInputStream in, X ext) Constructors in eu.bandm.tools.tdom.runtime with parameters of type DecodingInputStream