@User public static class Element_rep.Choice_1_Alt_7 extends Element_rep.Choice_1 implements Visitable<Visitor>, Matchable<BaseMatcher>
Element_rep.Choice_1
.
alt(..)
factory methods in Element_rep.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_7(Element_enum elem_1_enum) |
Modifier and Type | Method and Description |
---|---|
void |
__dumpElementSnapshot(List<TypedSubstantial<Extension>> list) |
void |
encode(EncodingOutputStream out,
Extension ext)
Abstract fall-back method which MUST be overridden and always throws an Exception.
|
Element_enum |
getElem_1_enum() |
void |
host(Visitor visitor)
Send the visitor to this instance.
|
void |
identify(BaseMatcher matcher) |
static Element_rep.Choice_1_Alt_7 |
parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
void |
set(Element_enum elem_1_enum) |
Element_enum |
setElem_1_enum(Element_enum newElem_1_enum) |
alt, alt, alt, alt, alt, alt, alt, alt, isAlt_1, isAlt_2, isAlt_3, isAlt_4, isAlt_5, isAlt_6, isAlt_7, isAlt_8, set, toAlt_1, toAlt_2, toAlt_3, toAlt_4, toAlt_5, toAlt_6, toAlt_7, toAlt_8
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_7(Element_enum elem_1_enum)
@User public void set(Element_enum elem_1_enum)
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_rep.Choice_1
@User public Element_enum getElem_1_enum()
Element_enum
in the content model of this.@User public Element_enum setElem_1_enum(Element_enum newElem_1_enum)
newElem_1_enum
- (never null) new value for the 1st appearance of
Element_enum
in the content model of
this.IllegalArgumentException
- in case of null.public static Element_rep.Choice_1_Alt_7 parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomAttributeException, TdomContentException, TdomXmlException
public void host(Visitor visitor)
Visitable
host
in interface Visitable<Visitor>
host
in class Element_rep.Choice_1
public void identify(BaseMatcher matcher)
identify
in interface Matchable<BaseMatcher>
identify
in class Element_rep.Choice_1
see also the complete user documentation .