@User public static class Element_a_tr.Choice_1_Alt_2 extends Element_a_tr.Choice_1 implements Visitable<Visitor>, Matchable<BaseMatcher>
Element_a_tr.Choice_1
.
alt(..)
factory methods in Element_a_tr.Choice_1
instead.TypedNode.ParseListener<E extends TypedElement<?,?>>
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>
Modifier and Type | Field and Description |
---|---|
static int |
ALT_INDEX |
altIndex
Constructor and Description |
---|
Choice_1_Alt_2() |
Choice_1_Alt_2(Element_a_th... elems_1_a_th) |
Modifier and Type | Method and Description |
---|---|
void |
__dumpElementSnapshot(List<TypedSubstantial<Extension>> list) |
int |
countElems_1_a_th() |
void |
encode(EncodingOutputStream out,
Extension ext)
Abstract fall-back method which MUST be overridden and always throws an Exception.
|
Element_a_th |
getElem_1_a_th(int index) |
Element_a_th[] |
getElems_1_a_th() |
void |
host(Visitor visitor)
Send the visitor to this instance.
|
void |
identify(BaseMatcher matcher) |
static Element_a_tr.Choice_1_Alt_2 |
parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
void |
set(Element_a_th... elems_1_a_th) |
Element_a_th |
setElem_1_a_th(int index,
Element_a_th newElem_1_a_th) |
Element_a_th[] |
setElems_1_a_th(Element_a_th... newElems_1_a_th) |
void |
visitElems_1_a_th(Visitor visitor)
Sends the visitor to all items currently contained in the 1st
appearance of
Element_a_th in the
content model of this. |
alt, alt, isAlt_1, isAlt_2, set, toAlt_1, toAlt_2
getAltIndex
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
public static final int ALT_INDEX
public Choice_1_Alt_2(Element_a_th... elems_1_a_th)
public Choice_1_Alt_2()
@User public void set(Element_a_th... elems_1_a_th)
public final void encode(EncodingOutputStream out, Extension ext) throws IOException
TypedNode
encode
in class TypedNode<Extension>
IOException
public void __dumpElementSnapshot(List<TypedSubstantial<Extension>> list)
__dumpElementSnapshot
in class Element_a_tr.Choice_1
@User public Element_a_th[] getElems_1_a_th()
Element_a_th
in the content model of this.
This is directly the storage of the element's contents and all
manipulations affect the element instance.@User public Element_a_th getElem_1_a_th(int index)
Element_a_th
in the
content model of this.ArrayIndexOutOfBoundsException
public int countElems_1_a_th()
Element_a_th
in the content model of this.@User public void visitElems_1_a_th(Visitor visitor)
Element_a_th
in the
content model of this.@User public Element_a_th setElem_1_a_th(int index, Element_a_th newElem_1_a_th)
newElem_1_a_th
- (never null) new value at the given index
position in the 1st appearance of Element_a_th
in the content model of this.IllegalArgumentException
- on attempt to set null value.IndexOutOfBoundsException
- if current array is not large enough.@User public Element_a_th[] setElems_1_a_th(Element_a_th... newElems_1_a_th)
newElems_1_a_th
- (never null) an array of all values (never
null) in the 1st appearance of Element_a_th
in the content model of this.IllegalArgumentException
- if the array is null, or a null
value is contained therein .public static Element_a_tr.Choice_1_Alt_2 parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomXmlException, TdomContentException, TdomAttributeException
public void host(Visitor visitor)
Visitable
host
in interface Visitable<Visitor>
host
in class Element_a_tr.Choice_1
public void identify(BaseMatcher matcher)
identify
in interface Matchable<BaseMatcher>
identify
in class Element_a_tr.Choice_1
see also the complete user documentation .