Uses of Class
eu.bandm.tools.lablog.xml.Element_prior
Packages that use Element_prior
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
-
Uses of Element_prior in eu.bandm.tools.lablog.xml
Fields in eu.bandm.tools.lablog.xml declared as Element_priorModifier and TypeFieldDescription(package private) Element_priorElement_issue.elem_1_prior(package private) Element_priorElement_note.elem_1_priorMethods in eu.bandm.tools.lablog.xml that return Element_priorModifier and TypeMethodDescriptionfinal Element_priorElement_prior.checkRequiredAttrs()(package private) static Element_priorElement_prior.decode(DecodingInputStream in, Extension ext) Element_issue.getElem_1_prior()Element_note.getElem_1_prior()(package private) static Element_priorElement_prior.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_priorElement_prior.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_priorElement_prior.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_priorElement_prior.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_prior[]Element_prior.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_prior[]Element_prior.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_priorElement_prior.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_priorElement_prior.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_prior[]Element_prior.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_prior[]Element_prior.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_issue.setElem_1_prior(Element_prior newElem_1_prior) Element_note.setElem_1_prior(@Opt Element_prior newElem_1_prior) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_priorModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_prior, Extension, TdomAttributeException> Element_prior.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_prior, Element, Extension, TdomAttributeException> Element_prior.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_priorModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_prior element) protected voidMatcher.action(Element_prior element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_prior element) voidElement_issue.set(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_desc elem_1_desc, Element_note... elems_1_note) Set all contents fields to a new value, after checking.voidElement_note.set(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Set all contents fields to a new value, after checking.Element_issue.setElem_1_prior(Element_prior newElem_1_prior) Element_note.setElem_1_prior(@Opt Element_prior newElem_1_prior) voidDumper.visit(Element_prior element) voidVisitor.visit(Element_prior element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_prior element) (Superclass implementation descends into<!ELEMENT prior (#PCDATA) >.)Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_priorModifierConstructorDescriptionElement_issue(Element_name elem_1_name, Element_authors elem_1_authors, Element_date elem_1_date, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_desc elem_1_desc, Element_note... elems_1_note) Statically typed w.r.t. the contents, as far as possible.Element_note(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Statically typed w.r.t. the contents, as far as possible.