Uses of Class
eu.bandm.tools.option.absy.Element_dirOnly
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_dirOnly in eu.bandm.tools.option.absy
Modifier and TypeFieldDescription(package private) Element_dirOnly
Element_uri.Choice_1_Alt_1.elem_1_dirOnly
Modifier and TypeMethodDescriptionfinal Element_dirOnly
Element_dirOnly.checkRequiredAttrs()
(package private) static Element_dirOnly
Element_dirOnly.decode
(DecodingInputStream in, Extension ext) Element_uri.Choice_1_Alt_1.getElem_1_dirOnly()
(package private) static Element_dirOnly
Element_dirOnly.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_dirOnly
Element_dirOnly.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_dirOnly
Element_dirOnly.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_dirOnly
Element_dirOnly.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_dirOnly[]
Element_dirOnly.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_dirOnly[]
Element_dirOnly.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_dirOnly
Element_dirOnly.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dirOnly
Element_dirOnly.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_dirOnly[]
Element_dirOnly.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_dirOnly[]
Element_dirOnly.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_uri.Choice_1_Alt_1.setElem_1_dirOnly
(Element_dirOnly newElem_1_dirOnly) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_dirOnly,
Extension, TdomAttributeException> Element_dirOnly.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_dirOnly,
Element, Extension, TdomAttributeException> Element_dirOnly.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_dirOnly element) protected void
Matcher.action
(Element_dirOnly element) static Element_uri.Choice_1
Element_uri.Choice_1.alt
(Element_dirOnly elem_1_dirOnly) Wrap the content sequence into an instance of the corresponding subtype.protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_dirOnly element) void
Element_uri.Choice_1_Alt_1.set
(Element_dirOnly elem_1_dirOnly) Element_uri.Choice_1_Alt_1.setElem_1_dirOnly
(Element_dirOnly newElem_1_dirOnly) void
Dumper.visit
(Element_dirOnly element) void
Visitor.visit
(Element_dirOnly element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_dirOnly element) (Superclass implementation descends into<!ELEMENT dirOnly EMPTY >
.)