Package eu.bandm.tools.muli.tdom
Class Element
java.lang.Object
- All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>,Matchable<BaseMatcher>,TypedContent,Visitable<Visitor>
- Direct Known Subclasses:
Element_entry,Element_text,Element_translationfile
@Generated(generator="eu.bandm.tools.tdom.TypedDOMGenerator",
version="",
timestamp="2026-02-01_13h16m49")
@Undocumented
public abstract class Element
extends TypedElement<Element,Extension>
implements Visitable<Visitor>, Matchable<BaseMatcher>
Common superclass for all Element classes in this tdom model. Useful for
utmost abstract methods, which require only common information defined in
TypedElement, or require only to be visitable or to call getDeepPCData().-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCommon wrapper class for the contents of all Elements with a content model of "(#PCDATA)only."
Behaves as a simplified version of its superclass.Nested classes/interfaces inherited from class eu.bandm.tools.tdom.runtime.TypedElement
TypedElement.AttributeDecoder, TypedElement.AttributeEncoder, TypedElement.MixedContent<E extends TypedElement<E,X>, X extends TypedExtension>, TypedElement.MixedContentContainer, TypedElement.MixedContentFactory<C extends TypedElement.MixedContent<E, X>, E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>, TypedElement.PCDataContainer Nested classes/interfaces inherited from class eu.bandm.tools.tdom.runtime.TypedNode
TypedNode.ParseListener<E extends TypedElement<?,?>> Nested classes/interfaces inherited from interface eu.bandm.tools.tdom.runtime.TypedContent
TypedContent.DecodingConstructor<C extends TypedContent,X extends TypedExtension, Y extends Exception>, TypedContent.ParsingConstructor<C extends TypedContent, E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception> -
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.TypedElement
getDeepPCData, getFlatPCData, name -
Method Summary
Modifier and TypeMethodDescriptionCollect and concatenate all PCData, directly or indirectly contained in this model component (mostly: an Element).static TypedDTD.AbstractElementInfoGet reflexive info about the generated code.Methods inherited from class eu.bandm.tools.tdom.runtime.TypedElement
__dumpElementSnapshot, __getAllAttrs, classifyForException, decodeMixed, decodeOptional, decodePlus, decodePlusList, decodeStar, decodeStarList, encode, encodeMixed, end, ensureSize, extractElement, getAttrsSnapshot, getAttrsSnapshot, getElemsSnapshot, getEtherealContainer, getLocalName, getName, getNamespaceURI, getPCData, getTagIndex, getTagName, initAttrs, initAttrs, initAttrsSafe, matchEndElement, matchEndElement, matchStartElement, matchStartElement, parseAbstract, parseAndClose, parseAndClose, parseMixed, parseMixed, parseOptional, parsePlus, parsePlusList, parseStar, parseStarList, semiparseEmpty, semiparseMixed, setResizing, start, w3c_getNamespaceNameMethods inherited from class eu.bandm.tools.tdom.runtime.TypedSubstantial
dumpFollowingEthereals, dumpPrecedingEthereals, getFollowingEthereals, getPrecedingEthereals, readFollowingEthereals, readPrecedingEtherealsMethods 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, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.location.Locatable
getLocation
-
Method Details
-
getDeepPCData
Description copied from class:TypedSubstantialCollect and concatenate all PCData, directly or indirectly contained in this model component (mostly: an Element).- Specified by:
getDeepPCDatain classTypedElement<Element,Extension>
-
getInterfaceInfo
Get reflexive info about the generated code.
-