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 |
---|---|
protected Element |
Document_body.decode(DecodingInputStream in,
Extension ext) |
protected Element |
Document_html.decode(DecodingInputStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
protected Element |
Document_a_verbatimXml.decode(DecodingInputStream in,
Extension ext) |
protected Element |
Document_entries.decode(DecodingInputStream in,
Extension ext) |
protected Element |
Document_a_list.decode(DecodingInputStream in,
Extension ext) |
protected Element |
Document_package.decode(DecodingInputStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
protected Element |
Document_translationfile.decode(DecodingInputStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
protected Element |
Document_optionlist.decode(DecodingInputStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
protected abstract E |
TypedDocument.decode(DecodingInputStream in,
X ext) |
void |
TypedDocument.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> |
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> |
TypedElement.decodeOptional(TypedContent.DecodingConstructor<C,E,Y> constructor,
DecodingInputStream in,
E ext) |
static <C extends TypedContent,E extends TypedExtension,Y extends Exception> |
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> |
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> |
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> |
TypedElement.decodeStarList(TypedContent.DecodingConstructor<? extends C,E,Y> constructor,
DecodingInputStream in,
E ext,
Class<C> contentClass) |
static String |
TypedPCData.decodeValue(DecodingInputStream in) |
C |
TypedContent.DecodingConstructor.newInstance(DecodingInputStream in,
X ext) |
Constructor and Description |
---|
AttributeDecoder(DecodingInputStream in) |
see also the complete user documentation .