Uses of Class
eu.bandm.tools.lablog.xml.Element_a_link.Choice_1
Packages that use Element_a_link.Choice_1
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2024-07-21_14h07m28.
-
Uses of Element_a_link.Choice_1 in eu.bandm.tools.lablog.xml
Subclasses of Element_a_link.Choice_1 in eu.bandm.tools.lablog.xmlModifier and TypeClassDescriptionstatic classRealizes te content model
a:blank,
which is the 1st alternative in the enclosing choice, realized byElement_a_link.Choice_1.static classRealizes te content model
a:top,
which is the 2nd alternative in the enclosing choice, realized byElement_a_link.Choice_1.static classRealizes te content model
a:inframe,
which is the 3rd alternative in the enclosing choice, realized byElement_a_link.Choice_1.static classRealizes te content model
a:framename,
which is the 4th alternative in the enclosing choice, realized byElement_a_link.Choice_1.Fields in eu.bandm.tools.lablog.xml declared as Element_a_link.Choice_1Modifier and TypeFieldDescription(package private) Element_a_link.Choice_1Element_a_link.choice_1Methods in eu.bandm.tools.lablog.xml that return Element_a_link.Choice_1Modifier and TypeMethodDescriptionstatic Element_a_link.Choice_1Element_a_link.Choice_1.alt(Element_a_blank elem_1_a_blank) Wrap the content sequence into an instance of the corresponding subtype.static Element_a_link.Choice_1Element_a_link.Choice_1.alt(Element_a_framename elem_1_a_framename) Wrap the content sequence into an instance of the corresponding subtype.static Element_a_link.Choice_1Element_a_link.Choice_1.alt(Element_a_inframe elem_1_a_inframe) Wrap the content sequence into an instance of the corresponding subtype.static Element_a_link.Choice_1Element_a_link.Choice_1.alt(Element_a_top elem_1_a_top) Wrap the content sequence into an instance of the corresponding subtype.(package private) static Element_a_link.Choice_1Element_a_link.Choice_1.decode(DecodingInputStream in, Extension ext) Element_a_link.getChoice_1()(package private) static Element_a_link.Choice_1Element_a_link.Choice_1.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_a_link.Choice_1Element_a_link.Choice_1.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_link.Choice_1Element_a_link.Choice_1.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_link.Choice_1[]Element_a_link.Choice_1.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_link.Choice_1[]Element_a_link.Choice_1.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_link.Choice_1Element_a_link.Choice_1.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_link.Choice_1Element_a_link.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_a_link.Choice_1[]Element_a_link.Choice_1.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_a_link.Choice_1[]Element_a_link.Choice_1.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_a_link.setChoice_1(@Opt Element_a_link.Choice_1 newChoice_1) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_a_link.Choice_1Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_a_link.Choice_1,Extension, TdomAttributeException> Element_a_link.Choice_1.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_a_link.Choice_1,Element, Extension, TdomAttributeException> Element_a_link.Choice_1.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_a_link.Choice_1Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_a_link.Choice_1 choice) protected voidMatcher.action(Element_a_link.Choice_1 choice) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_a_link.Choice_1 choice) voidElement_a_link.set(Element_a_url elem_1_a_url, Element_a_link.Choice_1 choice_1, Element_a_text elem_1_a_text, Element_a_loc elem_1_a_loc, Element_a_refdate elem_1_a_refdate) Set all contents fields to a new value, after checking.Element_a_link.setChoice_1(@Opt Element_a_link.Choice_1 newChoice_1) voidVisitor.visit(Element_a_link.Choice_1 choice) Can be overridden by the user.Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_a_link.Choice_1ModifierConstructorDescriptionElement_a_link(Element_a_url elem_1_a_url, Element_a_link.Choice_1 choice_1, Element_a_text elem_1_a_text, Element_a_loc elem_1_a_loc, Element_a_refdate elem_1_a_refdate) Statically typed w.r.t. the contents, as far as possible.