Package eu.bandm.tools.lablog.xml
Class Element
java.lang.Object
- All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>
,Matchable<BaseMatcher>
,TypedContent
,Visitable<Visitor>
- Direct Known Subclasses:
Element_a_all
,Element_a_alpha
,Element_a_ascii_alpha
,Element_a_ascii_lower
,Element_a_ascii_upper
,Element_a_blink
,Element_a_bold
,Element_a_border
,Element_a_cite
,Element_a_decimalDigit
,Element_a_emph
,Element_a_footnote
,Element_a_footnotemark
,Element_a_footnotetext
,Element_a_hh
,Element_a_image
,Element_a_image_align
,Element_a_image_alt
,Element_a_image_file
,Element_a_image_height
,Element_a_image_showLabel
,Element_a_image_width
,Element_a_indexhi
,Element_a_indexlo
,Element_a_ital
,Element_a_key
,Element_a_kind
,Element_a_label
,Element_a_larger
,Element_a_ldots
,Element_a_link
,Element_a_list
,Element_a_listContinues
,Element_a_listitem
,Element_a_listStartnum
,Element_a_listSymbol
,Element_a_loc
,Element_a_locus
,Element_a_mode
,Element_a_nl
,Element_a_opus
,Element_a_p
,Element_a_path
,Element_a_pers
,Element_a_persop
,Element_a_pkind
,Element_a_popus
,Element_a_ppers
,Element_a_ref
,Element_a_refdate
,Element_a_scaps
,Element_a_smaller
,Element_a_spanstyle
,Element_a_src
,Element_a_SRC
,Element_a_strikeout
,Element_a_table
,Element_a_td
,Element_a_tdCls
,Element_a_text
,Element_a_th
,Element_a_tr
,Element_a_treeInclude
,Element_a_ulin
,Element_a_url
,Element_a_verbatimXml
,Element_a_whitespace
,Element_a_xemph
,Element_a_xlang
,Element_ACCEPTED
,Element_author
,Element_authors
,Element_CLOSED
,Element_costs
,Element_date
,Element_desc
,Element_docmat
,Element_entries
,Element_FIXED
,Element_issue
,Element_name
,Element_note
,Element_package
,Element_prior
,Element_reference
,Element_REOPENED
,Element_WONTFIX
,Element_WORKSFORME
@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
Modifier and TypeClassDescriptionstatic class
Common 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
Modifier 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
-
Method Summary
Modifier and TypeMethodDescription(package private) static Element
decode
(DecodingInputStream in, Extension ext) Collect and concatenate all PCData, directly or indirectly contained in this model component (mostly: an Element).static TypedDTD.AbstractElementInfo
Get 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_getNamespaceName
Methods inherited from class eu.bandm.tools.tdom.runtime.TypedSubstantial
dumpFollowingEthereals, dumpPrecedingEthereals, getFollowingEthereals, getPrecedingEthereals, readFollowingEthereals, readPrecedingEthereals
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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) (Internal use only !-) -
Element
Element(Element domElement) (Internal use only !-)
-
-
Method Details
-
getDeepPCData
Description copied from class:TypedSubstantial
Collect and concatenate all PCData, directly or indirectly contained in this model component (mostly: an Element).- Specified by:
getDeepPCData
in classTypedElement<Element,
Extension>
-
decode
static Element decode(DecodingInputStream in, Extension ext) throws TdomContentException, IOException, TdomAttributeException -
getInterfaceInfo
Get reflexive info about the generated code.
-