Package eu.bandm.tools.lablog.xml
Class Element_a_table
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.tools.lablog.xml.Element
eu.bandm.tools.lablog.xml.Element_a_table
- All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>,Matchable<BaseMatcher>,TypedContent,Visitable<Visitor>
@Generated(generator="eu.bandm.tools.tdom.cli.Tool",
version="",
timestamp="2026-02-01_13h22m50")
@Undocumented
public class Element_a_table
extends Element
implements Visitable<Visitor>, Matchable<BaseMatcher>
<!ELEMENT
a:table
((a:border)?, (a:label)?, (a:tr)*)
>.
This class realizes the element definition from the source DTD.
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.lablog.xml.Element
Element.UnmixedContentNested 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
FieldsModifier and TypeFieldDescriptionstatic final NamespaceNameName of the Element is in namespace-enabled mode, namely{http://bandm.eu/doctypes/d2d_gp/basic}a:table.static final Stringstatic final intstatic final StringThe name of the element, as it appears literally in the underlying DTD.Fields inherited from class eu.bandm.tools.tdom.runtime.TypedElement
getDeepPCData, getFlatPCData -
Constructor Summary
ConstructorsConstructorDescriptionElement_a_table(Element_a_border elem_1_a_border, Element_a_label elem_1_a_label, Element_a_tr... elems_1_a_tr) Statically typed w.r.t. the contents, as far as possible.Element_a_table(Element... content) Semi-parsing constructor which tries to parse sequences of model elements.Element_a_table(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content. -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal Element_a_tableintfinal voidencode(EncodingOutputStream out, Extension ext) Abstract fall-back method which MUST be overridden and always throws an Exception.getElem_1_a_tr(int index) static TypedDTD.ElementInfoGive reflexive info object about the generated class.final intbooleanbooleanvoidSend the visitor to this instance.voididentify(BaseMatcher matcher) static Element_a_tableparse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) voidset(Element_a_border elem_1_a_border, Element_a_label elem_1_a_label, Element_a_tr... elems_1_a_tr) Set all contents fields to a new value, after checking.setElem_1_a_border(@Opt Element_a_border newElem_1_a_border) setElem_1_a_label(@Opt Element_a_label newElem_1_a_label) setElem_1_a_tr(int index, Element_a_tr newElem_1_a_tr) setElems_1_a_tr(Element_a_tr... newElems_1_a_tr) voidvisitElems_1_a_tr(Visitor visitor) Sends the visitor to all items currently contained in the 1st appearance ofElement_a_trin the content model of this.Methods inherited from class eu.bandm.tools.lablog.xml.Element
getDeepPCDataMethods inherited from class eu.bandm.tools.tdom.runtime.TypedElement
__getAllAttrs, classifyForException, decodeMixed, decodeOptional, decodePlus, decodePlusList, decodeStar, decodeStarList, encode, encodeMixed, end, ensureSize, extractElement, getAttrsSnapshot, getAttrsSnapshot, getElemsSnapshot, getEtherealContainer, getLocalName, getName, getNamespaceURI, getPCData, 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, 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
-
TAG_INDEX
public static final int TAG_INDEX- See Also:
-
TAG_NAME
The name of the element, as it appears literally in the underlying DTD.- See Also:
-
namespaceURI
- See Also:
-
name
Name of the Element is in namespace-enabled mode, namely{http://bandm.eu/doctypes/d2d_gp/basic}a:table.
-
-
Constructor Details
-
Element_a_table
@Undocumented public Element_a_table(Element_a_border elem_1_a_border, Element_a_label elem_1_a_label, Element_a_tr... elems_1_a_tr) Statically typed w.r.t. the contents, as far as possible. So aTdomContentExceptioncan not occur.- Throws:
IllegalArgumentException- if any input to contents is null, except where explicitly allowed by(..)?in the content model.
-
Element_a_table
@SafeVarargs @Undocumented public Element_a_table(@Opt Attributes attrs, Element... content) throws TdomContentException Semi-parsing constructor which tries to parse sequences of model content. Dynamically typed.- Parameters:
content- the Element sequence to parse.- Throws:
TdomContentException- if the sequence in 'contents' does not match the content model.IllegalArgumentException- if any input to contents is null, except where explicitly allowed by(..)?in the content model.
-
Element_a_table
Semi-parsing constructor which tries to parse sequences of model elements. Dynamically typed.- Parameters:
content- the Element sequence to parse.- Throws:
TdomContentException- if the sequence in 'contents' does not match the content model.IllegalArgumentException- if any input to contents is null, except where explicitly allowed by(..)?in the content model.
-
-
Method Details
-
set
@Undocumented public void set(Element_a_border elem_1_a_border, Element_a_label elem_1_a_label, Element_a_tr... elems_1_a_tr) Set all contents fields to a new value, after checking. Statically typed, as far as possible. So aTdomContentExceptioncan not occur.
(Values of Attributes are not affected.)- Throws:
IllegalArgumentException- if any input to contents is null, except where explicitly allowed by(..)?in the content model.
-
encode
Description copied from class:TypedNodeAbstract fall-back method which MUST be overridden and always throws an Exception.- Specified by:
encodein classTypedNode<Extension>- Throws:
IOException
-
__dumpElementSnapshot
- Specified by:
__dumpElementSnapshotin classTypedElement<Element,Extension>
-
getTagIndex
public final int getTagIndex()- Specified by:
getTagIndexin classTypedElement<Element,Extension>
-
hasElem_1_a_border
- Returns:
- whether the 1st appearance of
Element_a_borderin the content model of this is not set tonull
-
getElem_1_a_border
- Returns:
- (maybe null) the current value of the 1st appearance of
Element_a_borderin the content model of this.
-
setElem_1_a_border
@Undocumented public Element_a_border setElem_1_a_border(@Opt @Opt Element_a_border newElem_1_a_border) - Parameters:
newElem_1_a_border- (maybe null) new value for the 1st appearance ofElement_a_borderin the content model of this.- Returns:
- (maybe null) the overwritten value.
-
hasElem_1_a_label
- Returns:
- whether the 1st appearance of
Element_a_labelin the content model of this is not set tonull
-
getElem_1_a_label
- Returns:
- (maybe null) the current value of the 1st appearance of
Element_a_labelin the content model of this.
-
setElem_1_a_label
- Parameters:
newElem_1_a_label- (maybe null) new value for the 1st appearance ofElement_a_labelin the content model of this.- Returns:
- (maybe null) the overwritten value.
-
getElems_1_a_tr
- Returns:
- (never null) an array of all items (never null) currently
contained in the 1st appearance of
Element_a_trin the content model of this. This is directly the storage of the element's contents and all manipulations affect the element instance.
-
getElem_1_a_tr
- Returns:
- (never null) the current value at the index position of the 1st
appearance of
Element_a_trin the content model of this. - Throws:
ArrayIndexOutOfBoundsException
-
countElems_1_a_tr
public int countElems_1_a_tr()- Returns:
- the current number of items in the 1st appearance of
Element_a_trin the content model of this.
-
visitElems_1_a_tr
Sends the visitor to all items currently contained in the 1st appearance ofElement_a_trin the content model of this. -
setElem_1_a_tr
- Parameters:
newElem_1_a_tr- (never null) new value at the given index position in the 1st appearance ofElement_a_trin the content model of this.- Returns:
- (never null) the overwritten value.
- Throws:
IllegalArgumentException- on attempt to set null value.IndexOutOfBoundsException- if current array is not large enough.
-
setElems_1_a_tr
- Parameters:
newElems_1_a_tr- (never null) an array of all values (never null) in the 1st appearance ofElement_a_trin the content model of this.- Returns:
- (never null) an array of the overwritten values (never null).
- Throws:
IllegalArgumentException- if the array is null, or a null value is contained therein .
-
parse
public static Element_a_table parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomAttributeException, TdomContentException, TdomXmlException -
host
Description copied from interface:VisitableSend the visitor to this instance. -
identify
- Specified by:
identifyin interfaceMatchable<BaseMatcher>
-
checkRequiredAttrs
-
getInterfaceInfo
Give reflexive info object about the generated class.
-