Uses of Class
eu.bandm.tools.lablog.xml.Element_a_whitespace
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2024-09-15_20h27m30.
-
Uses of Element_a_whitespace in eu.bandm.tools.lablog.xml
Modifier and TypeMethodDescriptionfinal Element_a_whitespace
Element_a_whitespace.checkRequiredAttrs()
(package private) static Element_a_whitespace
Element_a_whitespace.decode
(DecodingInputStream in, Extension ext) (package private) static Element_a_whitespace
Element_a_whitespace.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_a_whitespace
Element_a_whitespace.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_whitespace
Element_a_whitespace.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_a_whitespace
Element_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_whitespace
Element_a_whitespace.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_whitespace
Element_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) Modifier 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()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_a_whitespace element) protected void
Matcher.action
(Element_a_whitespace element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_a_whitespace element) void
Dumper.visit
(Element_a_whitespace element) void
Visitor.visit
(Element_a_whitespace element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_a_whitespace element) (Superclass implementation descends into<!ELEMENT a:whitespace (#PCDATA) >
.)