Uses of Class
eu.bandm.tools.lablog.xml.Element_entries.Choice_1
Packages that use Element_entries.Choice_1
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
-
Uses of Element_entries.Choice_1 in eu.bandm.tools.lablog.xml
Subclasses of Element_entries.Choice_1 in eu.bandm.tools.lablog.xmlModifier and TypeClassDescriptionstatic classRealizes te content modelissuewhich is the 1st alternative in the enclosing choice, realized byElement_entries.Choice_1.static classRealizes te content modeldocmatwhich is the 2nd alternative in the enclosing choice, realized byElement_entries.Choice_1.static classRealizes te content modelpackagewhich is the 3rd alternative in the enclosing choice, realized byElement_entries.Choice_1.Fields in eu.bandm.tools.lablog.xml declared as Element_entries.Choice_1Modifier and TypeFieldDescription(package private) Element_entries.Choice_1[]Element_entries.choices_1Methods in eu.bandm.tools.lablog.xml that return Element_entries.Choice_1Modifier and TypeMethodDescriptionstatic Element_entries.Choice_1Element_entries.Choice_1.alt(Element_docmat elem_1_docmat) Wrap the content sequence into an instance of the corresponding subtype.static Element_entries.Choice_1Element_entries.Choice_1.alt(Element_issue elem_1_issue) Wrap the content sequence into an instance of the corresponding subtype.static Element_entries.Choice_1Element_entries.Choice_1.alt(Element_package elem_1_package) Wrap the content sequence into an instance of the corresponding subtype.(package private) static Element_entries.Choice_1Element_entries.Choice_1.decode(DecodingInputStream in, Extension ext) Element_entries.getChoice_1(int index) Element_entries.getChoices_1()(package private) static Element_entries.Choice_1Element_entries.Choice_1.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_entries.Choice_1Element_entries.Choice_1.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entries.Choice_1Element_entries.Choice_1.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entries.Choice_1[]Element_entries.Choice_1.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entries.Choice_1[]Element_entries.Choice_1.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_entries.Choice_1Element_entries.Choice_1.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_entries.Choice_1Element_entries.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_entries.Choice_1[]Element_entries.Choice_1.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_entries.Choice_1[]Element_entries.Choice_1.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_entries.setChoice_1(int index, Element_entries.Choice_1 newChoice_1) Element_entries.setChoices_1(Element_entries.Choice_1... newChoices_1) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_entries.Choice_1Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_entries.Choice_1, Extension, TdomAttributeException> Element_entries.Choice_1.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_entries.Choice_1, Element, Extension, TdomAttributeException> Element_entries.Choice_1.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_entries.Choice_1Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_entries.Choice_1 choice) protected voidMatcher.action(Element_entries.Choice_1 choice) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_entries.Choice_1 choice) voidElement_entries.set(Element_entries.Choice_1... choices_1) Set all contents fields to a new value, after checking.Element_entries.setChoice_1(int index, Element_entries.Choice_1 newChoice_1) Element_entries.setChoices_1(Element_entries.Choice_1... newChoices_1) voidVisitor.visit(Element_entries.Choice_1 choice) Can be overridden by the user.Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_entries.Choice_1ModifierConstructorDescriptionElement_entries(Element_entries.Choice_1... choices_1) Statically typed w.r.t. the contents, as far as possible.