Package eu.bandm.tools.option.absy
Class Element_uri.Choice_1_Alt_2
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_uri.Choice_1
eu.bandm.tools.option.absy.Element_uri.Choice_1_Alt_2
- All Implemented Interfaces:
- Matchable<BaseMatcher>,- TypedContent,- Visitable<Visitor>
- Enclosing class:
- Element_uri
@Undocumented
public static class Element_uri.Choice_1_Alt_2
extends Element_uri.Choice_1
implements Visitable<Visitor>, Matchable<BaseMatcher>
Realizes te content model 
 
Please note that there are no (sensible) constructors; use the overloaded
notDirElement_uri.Choice_1.
 Please note that there are no (sensible) constructors; use the overloaded
alt(..) factory methods in Element_uri.Choice_1 instead.- 
Nested Class SummaryNested classes/interfaces inherited from class eu.bandm.tools.tdom.runtime.TypedNodeTypedNode.ParseListener<E extends TypedElement<?,?>> Nested classes/interfaces inherited from interface eu.bandm.tools.tdom.runtime.TypedContentTypedContent.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 SummaryFieldsFields inherited from class eu.bandm.tools.tdom.runtime.TypedChoicealtIndex
- 
Constructor SummaryConstructorsConstructorDescriptionChoice_1_Alt_2(Element_notDir elem_1_notDir) Choice_1_Alt_2(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) 
- 
Method SummaryModifier and TypeMethodDescriptionvoid(package private) static Element_uri.Choice_1_Alt_2decode(DecodingInputStream in, Extension ext) final voidencode(EncodingOutputStream out, Extension ext) Abstract fall-back method which MUST be overridden and always throws an Exception.(package private) static TypedContent.DecodingConstructor<? extends Element_uri.Choice_1_Alt_2, Extension, TdomAttributeException> (package private) static TypedContent.ParsingConstructor<? extends Element_uri.Choice_1_Alt_2, Element, Extension, TdomAttributeException> voidSend the visitor to this instance.voididentify(BaseMatcher matcher) (package private) static booleanlookahead(Iterators.MultipleLookaheadIterator<? extends Element> i, boolean optional) (package private) static booleanlookahead(SAXEventStream in, Extension ext, boolean optional) (package private) static Element_uri.Choice_1_Alt_2parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_uri.Choice_1_Alt_2parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_uri.Choice_1_Alt_2semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) voidset(Element_notDir elem_1_notDir) setElem_1_notDir(Element_notDir newElem_1_notDir) Methods inherited from class eu.bandm.tools.option.absy.Element_uri.Choice_1alt, alt, isAlt_1, isAlt_2, parseOptional, parsePlus, parseStar, semiparseOptional, semiparsePlus, semiparseStar, set, toAlt_1, toAlt_2Methods inherited from class eu.bandm.tools.tdom.runtime.TypedChoicegetAltIndexMethods inherited from class eu.bandm.tools.tdom.runtime.TypedNodeasBigDecimal, 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_INDEXpublic static final int ALT_INDEX- See Also:
 
- 
elem_1_notDirElement_notDir elem_1_notDir
 
- 
- 
Constructor Details- 
Choice_1_Alt_2
- 
Choice_1_Alt_2Choice_1_Alt_2(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomContentException, TdomAttributeException 
 
- 
- 
Method Details- 
set
- 
encodeDescription copied from class:TypedNodeAbstract fall-back method which MUST be overridden and always throws an Exception.- Specified by:
- encodein class- TypedNode<Extension>
- Throws:
- IOException
 
- 
decodestatic Element_uri.Choice_1_Alt_2 decode(DecodingInputStream in, Extension ext) throws IOException, TdomContentException, TdomAttributeException 
- 
__dumpElementSnapshot- Overrides:
- __dumpElementSnapshotin class- Element_uri.Choice_1
 
- 
getElem_1_notDir- Returns:
- (never null) the current value of the 1st appearance of Element_notDirin the content model of this.
 
- 
setElem_1_notDir- Parameters:
- newElem_1_notDir- (never null) new value for the 1st appearance of- Element_notDirin the content model of this.
- Returns:
- (never null) the overwritten value.
- Throws:
- IllegalArgumentException- in case of null.
 
- 
parsestatic Element_uri.Choice_1_Alt_2 parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomContentException, TdomAttributeException 
- 
getParseClosurestatic TypedContent.ParsingConstructor<? extends Element_uri.Choice_1_Alt_2,Element, getParseClosure()Extension, TdomAttributeException> 
- 
getDecodeClosurestatic TypedContent.DecodingConstructor<? extends Element_uri.Choice_1_Alt_2,Extension, getDecodeClosure()TdomAttributeException> 
- 
lookahead
- 
parsepublic static Element_uri.Choice_1_Alt_2 parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomXmlException, TdomContentException, TdomAttributeException 
- 
lookaheadstatic boolean lookahead(Iterators.MultipleLookaheadIterator<? extends Element> i, boolean optional) 
- 
semiparsestatic Element_uri.Choice_1_Alt_2 semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) throws TdomContentException - Throws:
- TdomContentException
 
- 
hostDescription copied from interface:VisitableSend the visitor to this instance.- Specified by:
- hostin interface- Visitable<Visitor>
- Overrides:
- hostin class- Element_uri.Choice_1
 
- 
identify- Specified by:
- identifyin interface- Matchable<BaseMatcher>
- Overrides:
- identifyin class- Element_uri.Choice_1
 
 
-