Package eu.bandm.tools.option.absy
Class Element_or.Choice_1_Alt_4
java.lang.Object
eu.bandm.tools.tdom.runtime.TypedNode<Extension>
eu.bandm.tools.tdom.runtime.TypedSubtree<Extension>
eu.bandm.tools.tdom.runtime.TypedChoice<Extension>
eu.bandm.tools.option.absy.Element_or.Choice_1
eu.bandm.tools.option.absy.Element_or.Choice_1_Alt_4
- All Implemented Interfaces:
Matchable<BaseMatcher>,TypedContent,Visitable<Visitor>
- Enclosing class:
Element_or
@Undocumented
public static class Element_or.Choice_1_Alt_4
extends Element_or.Choice_1
implements Visitable<Visitor>, Matchable<BaseMatcher>
Realizes te content model
Please note that there are no (sensible) constructors; use the overloaded
not
which is the 4th alternative in the enclosing choice, realized by
Element_or.Choice_1.
Please note that there are no (sensible) constructors; use the overloaded
alt(..) factory methods in Element_or.Choice_1 instead.-
Nested Class Summary
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
FieldsFields inherited from class eu.bandm.tools.tdom.runtime.TypedChoice
altIndex -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voidencode(EncodingOutputStream out, Extension ext) Abstract fall-back method which MUST be overridden and always throws an Exception.voidSend the visitor to this instance.voididentify(BaseMatcher matcher) static Element_or.Choice_1_Alt_4parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) voidset(Element_not elem_1_not) setElem_1_not(Element_not newElem_1_not) Methods inherited from class eu.bandm.tools.option.absy.Element_or.Choice_1
alt, alt, alt, alt, isAlt_1, isAlt_2, isAlt_3, isAlt_4, set, toAlt_1, toAlt_2, toAlt_3, toAlt_4Methods inherited from class eu.bandm.tools.tdom.runtime.TypedChoice
getAltIndexMethods 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
-
Field Details
-
ALT_INDEX
public static final int ALT_INDEX- See Also:
-
-
Constructor Details
-
Choice_1_Alt_4
-
-
Method Details
-
set
-
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
- Overrides:
__dumpElementSnapshotin classElement_or.Choice_1
-
getElem_1_not
- Returns:
- (never null) the current value of the 1st appearance of
Element_notin the content model of this.
-
setElem_1_not
- Parameters:
newElem_1_not- (never null) new value for the 1st appearance ofElement_notin the content model of this.- Returns:
- (never null) the overwritten value.
- Throws:
IllegalArgumentException- in case of null.
-
parse
public static Element_or.Choice_1_Alt_4 parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomContentException, TdomAttributeException, TdomXmlException -
host
Description copied from interface:VisitableSend the visitor to this instance.- Specified by:
hostin interfaceVisitable<Visitor>- Overrides:
hostin classElement_or.Choice_1
-
identify
- Specified by:
identifyin interfaceMatchable<BaseMatcher>- Overrides:
identifyin classElement_or.Choice_1
-