Package eu.bandm.tools.option.absy
Class Document
- Direct Known Subclasses:
Document_optionlist
@Undocumented
public abstract class Document
extends TypedDocument<Element,Extension>
implements Visitable<Visitor>
Common base class for all document classes in this tdom instance. (Will hardly be ever accessed by the programmer processing the tdom data.)
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.tdom.runtime.TypedNode
TypedNode.ParseListener<E extends TypedElement<?,
?>> -
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.TypedDocument
generationComment, root, STRING_ETHEREAL_SEPARATOR
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.tdom.runtime.TypedDocument
createDictionary, decode, decode, decodeEthereals, encode, encode, encodeEthereals, end, getDTD, getEtherealContainer, getGenerationComment, getRootUntyped, getTagIndex, setGenerationComment, start
Methods inherited from class eu.bandm.tools.tdom.runtime.TypedNode
asBigDecimal, asBigDecimal, asBigDecimal, asBigDecimal, asBigInteger, asBigInteger, asBigInteger, asBigInteger, asBoolean, asBoolean, asDouble, asDouble, asDouble, asDouble, asFloat, asFloat, asFloat, asFloat, asHexInt, asHexInt, asHexInt, asHexInt, asInt, asInt, asInt, asInt, asLong, asLong, asLong, asLong, asTrimmedString, asTrimmedString, asTrimmedString, asTrimmedString, checkPlus, checkPlus, checkStar, checkStar, checkStrict, encode, encodeOptional, encodePlus, encodePlus, encodeStar, encodeStar, extractEthereals, getLocation, getPCData, setLocation, setLocation, setLocation
-
Constructor Details
-
Document
protected Document()
-