Uses of Class
eu.bandm.tools.lablog.xml.Element_a_whitespace
Packages that use Element_a_whitespace
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
-
Uses of Element_a_whitespace in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml that return Element_a_whitespaceModifier and TypeMethodDescriptionfinal Element_a_whitespaceElement_a_whitespace.checkRequiredAttrs()(package private) static Element_a_whitespaceElement_a_whitespace.decode(DecodingInputStream in, Extension ext) (package private) static Element_a_whitespaceElement_a_whitespace.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_a_whitespaceElement_a_whitespace.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_whitespaceElement_a_whitespace.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_whitespaceElement_a_whitespace.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_whitespace[]Element_a_whitespace.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_whitespace[]Element_a_whitespace.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_whitespaceElement_a_whitespace.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_whitespaceElement_a_whitespace.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_a_whitespace[]Element_a_whitespace.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_a_whitespace[]Element_a_whitespace.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_a_whitespaceModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_a_whitespace, Extension, TdomAttributeException> Element_a_whitespace.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_a_whitespace, Element, Extension, TdomAttributeException> Element_a_whitespace.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_a_whitespaceModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_a_whitespace element) protected voidMatcher.action(Element_a_whitespace element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_a_whitespace element) voidDumper.visit(Element_a_whitespace element) voidVisitor.visit(Element_a_whitespace element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_a_whitespace element) (Superclass implementation descends into<!ELEMENT a:whitespace (#PCDATA) >.)