Class Element
java.lang.Object
eu.bandm.tools.tdom.runtime.TypedNode<Extension>
eu.bandm.tools.tdom.runtime.TypedSubstantial<Extension>
eu.bandm.tools.tdom.runtime.TypedElement<Element,Extension>
eu.bandm.music.applications.deutscheLaute.xml.Element
- All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>,Matchable<BaseMatcher>,TypedContent,Visitable<Visitor>
- Direct Known Subclasses:
Element_columna,Element_duratio,Element_sonum,Element_tabulatura
@Generated(generator="eu.bandm.tools.tdom.cli.Tool",
version="",
timestamp="2025-07-30_06h44m58")
@Undocumented
public abstract class Element
extends TypedElement<Element,Extension>
implements Visitable<Visitor>, Matchable<BaseMatcher>
-
Nested Class Summary
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, TypedElement.UnmixedContent<E extends TypedElement<E, X>, X extends TypedExtension> 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
FieldsModifier and TypeFieldDescription(package private) static final ArrayList<TypedContent.DecodingConstructor<?, Extension, TdomAttributeException>> (package private) static final HashMap<String, TypedContent.ParsingConstructor<? extends Element, Element, Extension, TdomAttributeException>> Fields inherited from class eu.bandm.tools.tdom.runtime.TypedElement
getDeepPCData, getFlatPCData, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Elementdecode(DecodingInputStream in, Extension ext) Collect and concatenate all PCData, directly or indirectly contained in this model component (mostly: an Element).static TypedDTD.AbstractElementInfoMethods 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
-
Field Details
-
parseTable
static final HashMap<String,TypedContent.ParsingConstructor<? extends Element, parseTableElement, Extension, TdomAttributeException>> -
decodeTable
static final ArrayList<TypedContent.DecodingConstructor<?,Extension, decodeTableTdomAttributeException>>
-
-
Constructor Details
-
Element
Element(NamespaceName name) -
Element
Element(Element domElement)
-
-
Method Details
-
getDeepPCData
Description copied from class:eu.bandm.tools.tdom.runtime.TypedSubstantialCollect and concatenate all PCData, directly or indirectly contained in this model component (mostly: an Element).- Specified by:
getDeepPCDatain classTypedElement<Element,Extension>
-
decode
static Element decode(DecodingInputStream in, Extension ext) throws IOException, TdomContentException, TdomAttributeException -
getInterfaceInfo
-