@User public static class Element_or.Choice_1_Alt_3 extends Element_or.Choice_1 implements Visitable<Visitor>, Matchable<BaseMatcher>
Element_or.Choice_1.
alt(..) factory methods in Element_or.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_3(Element_or elem_1_or) |
| 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_or |
getElem_1_or() |
void |
host(Visitor visitor)
Send the visitor to this instance.
|
void |
identify(BaseMatcher matcher) |
static Element_or.Choice_1_Alt_3 |
parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
void |
set(Element_or elem_1_or) |
Element_or |
setElem_1_or(Element_or newElem_1_or) |
alt, alt, alt, alt, isAlt_1, isAlt_2, isAlt_3, isAlt_4, set, toAlt_1, toAlt_2, toAlt_3, toAlt_4getAltIndexasBigDecimal, 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, setLocationpublic static final int ALT_INDEX
public Choice_1_Alt_3(Element_or elem_1_or)
@User public void set(Element_or elem_1_or)
public final void encode(EncodingOutputStream out, Extension ext) throws IOException
TypedNodeencode in class TypedNode<Extension>IOExceptionpublic void __dumpElementSnapshot(List<TypedSubstantial<Extension>> list)
__dumpElementSnapshot in class Element_or.Choice_1@User public Element_or getElem_1_or()
Element_or in the content model of this.@User public Element_or setElem_1_or(Element_or newElem_1_or)
newElem_1_or - (never null) new value for the 1st appearance of
Element_or in the content model of
this.IllegalArgumentException - in case of null.public static Element_or.Choice_1_Alt_3 parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomAttributeException, TdomContentException, TdomXmlException
public void host(Visitor visitor)
Visitablehost in interface Visitable<Visitor>host in class Element_or.Choice_1public void identify(BaseMatcher matcher)
identify in interface Matchable<BaseMatcher>identify in class Element_or.Choice_1see also the complete user documentation .