Uses of Annotation Interface
eu.bandm.tools.annotations.Opt
Package
Description
CLI tool to construct the initial skeleton of files and folders required
by metatools and gnu make.
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
This is a package of auxiliary classes for
the d2d version 2.0 implementation.
Umod main model class: This is the internal
model for the d2d text type definitions.
Postprocessors for sematic modification of d2d parsing results.
Document type definitions in various formats, plus utilities.
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
SAT solver according to Davis-Putnam-Logemann-Loveland.
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
Parameter expander to instantiate Java source text templates with primitive or
object types.
Text layout and pretty printing,
see the user documentation.
An implementation-agnostic API for pretty-printing format objects.
Tools to debug
Format
expressionsUtility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Mathematical graph tools.
Distribute applications made with metatools.
Evaluation, statistics and renderings of bandm lab log format.
Meaning: Created from d2d definition module
lablog$expanded at
2024-09-15_20h27m30.
Toolkit for the dynamic construction of lexical analyzers.
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
Models positions in documents and across documents.
Messages and positions in documents,
see the user documentation.
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
Meaning: Source format for multi lingual
support.
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
Runtime library for generated option processing code: building blocks for
parsing and GUI.
A modular implementation of pattern matching on arbitrary objects.
Framework for simple recursive-descend parsers.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Contains base and auxiliary classes for code generated by tdom.
Compiler for data models, from a concise mathematical oriented language into
Java.
Runtime classes for the model code generated by the
umod-Compiler
, esp for data integrity
de/serialization, visualzation, visitors and rewriters.Utility classes for Java and JVM runtime objects and bytecode.
Utility classes for file handling and IO.
Utility classes for http handling.
Utility classes for types defined in the java runtime library
java.util
.Utility classes for XML.
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.option
package.Glueing code supporting different standard use cases of tdom, xantlr
and both.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Opt in eu.bandm.tools.applicationStart
Modifier and TypeMethodDescription(package private) void
StartApplicationProject_makeBased.copyFile
(String fileNameSrc, File targetDirectory, @Opt String fileNameTarget, @Opt String firstLine, String... substs) Copy a file into the newly created hierarchy:(package private) void
StartApplicationProject_makeBased.copyFile
(String fileNameSrc, File targetDirectory, @Opt String fileNameTarget, @Opt String firstLine, String... substs) Copy a file into the newly created hierarchy:(package private) File
StartApplicationProject_makeBased.makeSubSource
(String filePrefix, @Opt String packagePrefix, File context, String name, @Opt String sub, StartApplicationProject_makeBased.Mode mode) Create the directory and the Makefile for one level of the initial source tree.(package private) File
StartApplicationProject_makeBased.makeSubSource
(String filePrefix, @Opt String packagePrefix, File context, String name, @Opt String sub, StartApplicationProject_makeBased.Mode mode) Create the directory and the Makefile for one level of the initial source tree. -
Uses of Opt in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescription(package private) @Opt List<UdomClient.Node<?>>
UdomClient.Element.attrs
(package private) @Opt List<UdomClient.Node<?>>
UdomClient.Element.childs
Resolver4.currentDefinitionName
Is ==null iff "c" is visited from "import a = b ^(c/d)"protected @Opt FlattenContext
Resolver4.currentFlattenContext
Dtd2Def.defaultNamespaceURI
Declared as the default name space by an explicit "<?tdom xmlns=...?>"
processing instruction.Def2Xslt3.defaultXsltLib
Configuration parameter: can e overwritten by the init block of an anonymous subclass.(package private) @Opt Transformation
Userdoc.docTextXsltTransformation
Is != null after succesful loading.(package private) final @Opt FunctionLibrary<Node>
BatchProcessor.Job.functionLibrary
Library of additinal functions to be usable in tpath exprs.(package private) @Opt UdomClient.Pcdata
UdomClient.Element.growingPcdata
(package private) final O
UdomClient.Node.orig
is null for pcdata, because this must support MORE THAN ONE origs(package private) final @Opt UdomClient.Element
UdomClient.Node.parent
is null for document nodeprotected @Opt TagsRegExp
Navigate.LocalReferenceNormalizer.regexpLocals
The lowest definition to search for locals.Classifier.Instance.substs
Def2Dtd.tdom_doc_language
BatchProcessor.Job.topElementName
Identifier of the topmost definition which will be produced by the xslt transformation.XsltInstance.toplevelXRegExp
The definition from which all possible (elements and attributes are reachable.(package private) final @Opt SimpleFilePattern
BatchProcessor.xmlOutputFilePattern
The rule to derive the file name to stre the xml representations of the parsed d2d sources.protected @Opt Expression
Text2Udom.xslt_alt_ubiquituous
Contains all xslt tags which can appear anywhere in the target elements.Modifier and TypeMethodDescriptionprotected static @Opt ResultingStructure
Text2Udom.consume_enumeration
(MemScanner<String> scan, Enumeration etype) Used by tag parsers AND character parsers (with multiple parallel scanners !)Dtd2Def.convert()
Convert one DTD.Dtd to a d2d module.protected @Opt Transformation
BatchProcessor.do_loadTransformationForModule
(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) Constructs the transformation xslt code for the given d2d source text module and the transformation described in one job in the CLI options.protected @Opt Element_block_content[]
Userdoc.do_renderDocu
(String docu_text, String docu_ident) Translate the d2d-encoded documentation text collected for one element to udom and then by standard xslt rules to xhtml.MemScanner.endTagCharacter
(String tag) Returns the currently expected next "close parenthesis" character related to the given tag..Resolver4.findBinding
(@Opt Binding binding, String id) Navigate.findImplicit
(TagsRegExp def) Find the reference marked as#implicit
, iff it is the first in a sequence (possibly length 1) on the top of the content model of the given regexp.Navigate.findImplicit
(TagsRegExp def, boolean instantiated) Find the reference marked as#implicit
, iff it is the first in a sequence (possibly length 1) on the top of the content model of the given regexp.static @Opt Definition
Navigate.findInDefinitions
(Module mod, String name) Look for a definition in a module, including local defs.static @Opt Definition
Navigate.findInDefinitions
(Module mod, String[] names) Look for a definition in a module, including local defs.protected @Opt Classifier.Instance
Classifier.findInstance
(Definition raw, ImportContext ic) Text2Udom.fromFile
(File f, ModuleRegistry moduleRegistry) Parse the contents of the given file.Text2Udom.fromFile
(String s, ModuleRegistry moduleRegistry) Parse the contents of the file found at the given location.Text2Udom.fromFile
(String locationText, File f, ModuleRegistry moduleRegistry) Parse the contents of the given file, using the given location text for all error messages.Text2Udom.fromMemString
(String locationText, MemString<String> text, ModuleRegistry moduleRegistry) Parse the contents of the given MemString object, which includes a text type declaration header.Text2Udom.fromMemString
(String locationText, MemString<String> text, ModuleRegistry moduleRegistry, @Opt XRegExp toplevelXRegExp, Text2Udom.modes mode) Parse the contents of the given MemString object, containing just the text body.(package private) @Opt Classifier.Instance
Classifier.Instance.get_representative()
Extract an input and an output file name from the options (option --source and --outputfile).UdomClient.getBaseURI
(UdomClient.Node<?> node) Returns null iff not possible to find out.Def2Dtd.getDocu
(SourceItem item) UdomClient.getDocument
(URI uri) UdomClient.getElementById
(UdomClient.Node<?> node, String id) Main.getKey_split
(Options options) Split the command line option "-k/--key" withMain.splitAndCheckKey(MessageReceiver,String)
.UdomClient.getLocalName
(UdomClient.Node<?> node) TextFileHeader.getModuleName()
The recognized top-most module name.UdomClient.getNamespaceName
(UdomClient.Node<?> node) UdomClient.getNamespaceURI
(UdomClient.Node<?> node) MemScanner.getParenthesisDefinitionLocation
(String tag) Return the location of the most recent opening parenthesis related to the given tag..TextFileHeader.getToplevelElementName()
The recognized top-most element name.protected @Opt Definition
Dtd2Def.Phase1.globalDefForAtt
(String name, DTM.Attribute attdef) Construct a common d2d tag element definition for a given attribute.ModuleRegistry.instantiate
(Module topmod, String[] names) Finds a d2d definition sub-module in a top-level module and instantiates it.ModuleRegistry.load_instantiated
(String qName) Loads a module identified by its name (a sequence of identifiers separated byChars.REGEXP_NAMING_LEVEL_SEPARATOR
) and subsequently instantiates all imports etc.ModuleRegistry.load_instantiated_tdom
(String qName) Loads a tdom dtd as a ddf module.ModuleRegistry.load_uninstantiated
(String qName, boolean considerLocals) External entry point for loading an uninstantiated d2d definition module.protected @Opt ImportContext
Resolver4.loadImportedModule
(Location<XMLDocumentIdentifier> loc, ImportContext ic, String pref) Create and store a new import context and load the uninstantiated module text, if not yet done.ModuleRegistry.loadMetaModule()
Returns null in case of error.protected @Opt Transformation
BatchProcessor.loadTransformationForModule
(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) Constructs the transformation xslt code for the given d2d source text module and the transformation described in one job of the command line options.protected @Opt Element_table
Userdoc.makeDocuTable
(Set<Module> modules, Predicate<Definition> filter) Show for which raw definitions which documentation and transformation entries exist.Navigate.CharSetCalc.makeRange
(CharSet from, CharSet to, CharBinary rangeExpr) Construct the range between two singleton sets.CharacterParser.parse
(MemScanner<String> scanner, CharsRegExp parser, ResultingStructure result) Central executive method.ModuleRegistry.parseToplevelModuleFromReader
(Reader charstream, String filename) Loads a top-level d2d definition module (with all sub-modules, uninstantiaated), which has not yet been read in at all.
Is called (internally) for a top-level module, which (together with its sub-modules contained therein) makes up the whole stream content, --- or externally for local modules, which start at the current stream reading position of some text input file, which afterwards will be further consumed for the d2d text contents.PostProcessor.process
(ResultingStructure input) Process the argument which is the result of a recent d2d text parsing.MemScanner.read_ident_or_null()
Read the maximal sequence starting with theChars.charset_ident_initial
character set, followed by the maximal sequence of characters fromChars.charset_ident_subsequent
- Thus newline is not acceptred.MemScanner.read_nonblank()
Read a maximum sequence of non-blank characters.PostProcessor.read_string
(ResultingStructure udom, String tag) Auxiliary function to read the current string content of a sub-udom with the given tag, in the given udom.Reducer.reduce
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, eu.bandm.tools.d2d2.absy.Document_module input) Translate the XML encoded parsing result into a d2d model structure.Resolver4.resolveAllPublics()
Resolver4.resolveAllPublics_partial()
Allows the module to contain references which are already resolved.Navigate.singleReference
(Insertion ins) Returns the only reference which is the argument of the insertion, otherwise null.Main.splitAndCheckKey
(MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg, String s) Split one string according to the syntax[modulePath] (":"[ElementTag])?
.static <T extends TypedDocument,
D extends TypedDTD>
TTasks.text2tdom
(@Opt File infile, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Service point: Convert a d2d input file into a tdom model.(package private) @Opt Expression
Dtd2Def.Phase1.AttConverter.translate
(DTM.Attribute att) Central service point: Convert one attribute, generate the necessary d2d definition, add it to an element def in the generated module, and return the appropriate reference expression.Modifier and TypeMethodDescriptionService access point: process the d2d source text and return the results in a Map object and write it to files.Def2Dtd.convert
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module module, XMLDocumentIdentifier newId, boolean tdom_mode, @Opt String tdom_doc_language) Central working method for transformation to dtd.void
Udom2Sax.convert
(MessageReceiver<SimpleMessage<?>> msg, ContentHandler sax, ResultingStructure structure, @Opt Map<String, String> namespaceContext) Top-level entry point.static String
Tasks.ddf2doc3
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleReg, String modulename, String language, boolean isStatic, String outputname, String gencomment, @Opt NamespaceName2String ext_stylesheetParams, @Opt Iterable<String> additionalSources, int lineWidth) Service point: Generate the HTML documentation for a given module, ie.static String
Tasks.ddf2doc3
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleReg, String modulename, String language, boolean isStatic, String outputname, String gencomment, @Opt NamespaceName2String ext_stylesheetParams, @Opt Iterable<String> additionalSources, int lineWidth) Service point: Generate the HTML documentation for a given module, ie.static void
Tasks.ddf2xslt
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int verbosity, ModuleRegistry moduleReg, @Opt Iterable<String> additionalSources, String modulename, String targetModule, @Opt String targetTopTag, String outputname, Text2Udom.ErrorStrategy errorStrategy, String genString, int lineWidth) Service point: Extracts all xslt rules for the given module and target into a d2d definition and exports this to two xslt source files, in d2d and xml encoding.static void
Tasks.ddf2xslt
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int verbosity, ModuleRegistry moduleReg, @Opt Iterable<String> additionalSources, String modulename, String targetModule, @Opt String targetTopTag, String outputname, Text2Udom.ErrorStrategy errorStrategy, String genString, int lineWidth) Service point: Extracts all xslt rules for the given module and target into a d2d definition and exports this to two xslt source files, in d2d and xml encoding.static void
Tasks.ddf2xslt
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int verbosity, ModuleRegistry moduleReg, @Opt Iterable<String> additionalSources, String modulename, String targetModule, @Opt String targetTopTag, String outputname, Text2Udom.ErrorStrategy errorStrategy, String genString, int lineWidth, boolean writeAdditionallyToXmlFile) Service point: Extracts all xslt rules for the given module and target into a d2d definition and exports this to a d2d source file.static void
Tasks.ddf2xslt
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int verbosity, ModuleRegistry moduleReg, @Opt Iterable<String> additionalSources, String modulename, String targetModule, @Opt String targetTopTag, String outputname, Text2Udom.ErrorStrategy errorStrategy, String genString, int lineWidth, boolean writeAdditionallyToXmlFile) Service point: Extracts all xslt rules for the given module and target into a d2d definition and exports this to a d2d source file.protected void
void
Def2Xslt3.extract
(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.void
Def2Xslt3.extract
(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.protected Element_block_content @Opt []
Userdoc.f_renderDocu
(@Opt CheckedList<LocString> in, String docu_ident) Translate the d2d-encoded documentation text collected for one element to udom and then by standard xslt rules to xhtml.Resolver4.findBinding
(@Opt Binding binding, String id) Text2Udom.fromMemString
(String locationText, MemString<String> text, ModuleRegistry moduleRegistry, @Opt XRegExp toplevelXRegExp, Text2Udom.modes mode) Parse the contents of the given MemString object, containing just the text body.static Transformation
Tasks.getTransformation
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, TransformationCache transformationsCache, Transformation.Modifiers txsl_modifiers, FunctionLibrary<?> functionLibrary, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Service point: Deliver the xslt Transformation object for given source and target formats.static Transformation
Tasks.getTransformation
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, TransformationCache transformationsCache, Transformation.Modifiers txsl_modifiers, FunctionLibrary<?> functionLibrary, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Service point: Deliver the xslt Transformation object for given source and target formats.protected void
boolean
UdomClient.nameTest
(UdomClient.Node<?> node, PrincipalNodeType pnt, String uri, String suffix) uri and suffix may be ==null, which means "not tested".boolean
UdomClient.nameTest
(UdomClient.Node<?> node, PrincipalNodeType pnt, String uri, String suffix) uri and suffix may be ==null, which means "not tested".(package private) ImportContext
Resolver4.newImportContext
(@Opt ImportContext predec, ImportItem importItem, String moduleAddress, Module rawModule, String key) SyntaxGraph.Painter.paintIt
(Expression expr, @Opt SyntaxGraph.RefPainter refPainter, Color backgroundColor) Central Service Access: Paint the complete expression tree.protected void
Text2Udom.process_close_tag_inner
(@Opt String tag, boolean force, Location<String> closeTagDefLoc) Search the state space for "nexttag" as possible close tag.static <T extends TypedDocument,
D extends TypedDTD>
TTasks.text2tdom
(@Opt File infile, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Service point: Convert a d2d input file into a tdom model.static void
Tasks.text2xml
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded input text file into xml, either to a file or to a programmed consumer or to both.static void
Tasks.text2xml
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded input text file into xml, either to a file or to a programmed consumer or to both.static void
Tasks.text2xml
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded input text file into xml, either to a file or to a programmed consumer or to both.protected void
CharacterParser.trace
(@Opt Location<XMLDocumentIdentifier> loc, String s) protected void
ModifierConstructorDescriptionBatchProcessor
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry modulereg, Text2Udom.ErrorStrategy errorStrategy, Transformation.Modifiers txsl_modifiers, Trace xsltTrace, int debuglevel, boolean writeIntermediateXsltCodeToFile, boolean partialDocs, @Opt SimpleFilePattern xmlOutputFilePattern, int lineWidth, BatchProcessor.Job... jobs) Only Constructor.FirstCalculator
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt ModuleRegistry modreg) Evident(package private)
Instance
(ImportContext ic, Definition raw, Definition rewritten, @Opt Binding substs) Job
(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.Job
(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.Job
(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.(package private)
Node
(int type, O orig, @Opt UdomClient.Element parent, int index) (package private)
Node
(int type, O orig, @Opt UdomClient.Element parent, int index) (package private)
XsltInstance
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleRegistry, @Opt XRegExp toplevelXRegExp) -
Uses of Opt in eu.bandm.tools.d2d2.infra
-
Uses of Opt in eu.bandm.tools.d2d2.model
Modifier and TypeMethodDescriptionstatic <D> boolean
Chars.checkName
(String s, @Opt Location<D> elloc, @Opt MessageReceiver<SimpleMessage<D>> msg) Checks that not illegal characters are in the name of the d2d definition to create.static <D> boolean
Chars.checkName
(String s, @Opt Location<D> elloc, @Opt MessageReceiver<SimpleMessage<D>> msg) Checks that not illegal characters are in the name of the d2d definition to create. -
Uses of Opt in eu.bandm.tools.d2d2.postproc
Modifier and TypeMethodDescriptionForget.process
(ResultingStructure input) Process the given result element by simply returning constantly null. -
Uses of Opt in eu.bandm.tools.doctypes
Modifier and TypeMethodDescriptionResolve a request for a resource by matching it against the bandm resource URLs.DocTypes.resolve_to_stream
(URI href) FIXME DOC FIXME RAUS use resolve(null,href).getCharacterStream() instead!DocTypes.resolveEntity
(@Opt String publicId, String systemId) Matches something likeprotected @Opt InputSource
protected @Opt InputStream
Iff the href begins with the prefix, then return an input stream, else null.protected @Opt InputSource
Modifier and TypeMethodDescriptionstatic EntityResolver
DocTypes.emptyDtds
(@Opt EntityResolver base) Suppresses the loading of any DTD by supplying an empty document for any request with the file extension "dtd".DocTypes.resolveEntity
(@Opt String publicId, String systemId) Matches something likeprotected @Opt InputSource
-
Uses of Opt in eu.bandm.tools.doctypes.xhtml
Modifier and TypeMethodDescriptionElement_table.getElem_1_caption()
Element_table.getElem_1_tfoot()
Element_table.getElem_1_thead()
Element_head.Choice_2_Alt_1.getSeq_1()
Element_a.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_abbr
Element_abbr.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_acronym
Element_acronym.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_address
Element_address.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_area
Element_area.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_b.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_base
Element_base.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_bdo
Element_bdo.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_big
Element_big.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_block_content
Element_block_content.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_block
Element_block.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_blockquote
Element_blockquote.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_blocktext
Element_blocktext.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_body
Element_body.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_br
Element_br.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_button
Element_button.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_caption
Element_caption.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_cite
Element_cite.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_code
Element_code.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_col
Element_col.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_colgroup
Element_colgroup.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dd
Element_dd.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_del
Element_del.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dfn
Element_dfn.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_div
Element_div.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dl.Choice_1
Element_dl.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dl
Element_dl.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dt
Element_dt.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_em
Element_em.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_fieldset
Element_fieldset.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_fontstyle
Element_fontstyle.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_form_content
Element_form_content.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_form
Element_form.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h1
Element_h1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h2
Element_h2.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h3
Element_h3.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h4
Element_h4.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h5
Element_h5.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h6
Element_h6.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_1
Element_head.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_1_Choice_1
Element_head.Choice_2_Alt_1_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_1_Seq_1_Choice_1
Element_head.Choice_2_Alt_1_Seq_1_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_1_Seq_1
Element_head.Choice_2_Alt_1_Seq_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_2_Choice_1
Element_head.Choice_2_Alt_2_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_2_Seq_1_Choice_1
Element_head.Choice_2_Alt_2_Seq_1_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_2_Seq_1
Element_head.Choice_2_Alt_2_Seq_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2
Element_head.Choice_2.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head
Element_head.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_heading
Element_heading.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_hr
Element_hr.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_html
Element_html.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_i.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_img
Element_img.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_inline_forms
Element_inline_forms.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_inline
Element_inline.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_input
Element_input.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ins
Element_ins.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_kbd
Element_kbd.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_label
Element_label.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_legend
Element_legend.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_li
Element_li.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_link
Element_link.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_lists
Element_lists.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_map.Choice_1
Element_map.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_map
Element_map.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_meta
Element_meta.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_misc_inline
Element_misc_inline.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_misc
Element_misc.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_noscript
Element_noscript.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_object
Element_object.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ol
Element_ol.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optgroup
Element_optgroup.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_option
Element_option.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_p.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_param
Element_param.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_phrase
Element_phrase.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_pre
Element_pre.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_q.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_samp
Element_samp.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_script
Element_script.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_select.Choice_1
Element_select.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_select
Element_select.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_small
Element_small.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_span
Element_span.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_special_pre
Element_special_pre.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_special
Element_special.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_strong
Element_strong.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_style
Element_style.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_sub
Element_sub.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_sup
Element_sup.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_table.Choice_1
Element_table.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_table.Choice_2
Element_table.Choice_2.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_table
Element_table.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tbody
Element_tbody.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_td
Element_td.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_textarea
Element_textarea.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tfoot
Element_tfoot.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_th
Element_th.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_thead
Element_thead.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_title
Element_title.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tr.Choice_1
Element_tr.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tr
Element_tr.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tt
Element_tt.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ul
Element_ul.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_var
Element_var.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_dl.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_map.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_select.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_2.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_tr.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_dl.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_map.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_select.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_2.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_tr.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Modifier and TypeMethodDescriptionstatic Element_a
Arriving link target with @name/@id, @class and pure text contents.static Element_a
Arriving link target with @name/@id, @class, pure text contents and a tooltip text.static Element_a
Arriving link target with @name/@id, @class, pure text contents and a tooltip text.static Element_form
Util.form
(Element_form_content[] contents, String actionUrl, @Opt String encodings, Element_form.Attr_method.Value method) Makes one "form" element.
"get" is default for method.
"@target" is not supported, since not allowed in "strict".static Element_form
Util.form
(Element_form_content[] contents, String actionUrl, @Opt String encodings, Element_form.Attr_method.Value method) Makes one "form" element.
"get" is default for method.
"@target" is not supported, since not allowed in "strict".static Element_select
Util.input_select
(String id, boolean multiple, boolean active, int displaySize, String[] values, String[] shown, @Opt String onchange, Set<String> selected) FIXME Element_optgroup missingstatic Element_a
Util.jumpNCC
(String xhref, @Opt String cls, Element_a.Content... contents) Jump to target with @href, @class and structured contents.static Element_a
Jump to target with @href, @class and pure text contents.static Element_a
Jump to target with @href, @class, pure text contents and tooltip.static Element_a
Jump to target with @href, @class, pure text contents and tooltip.Element_table.setElem_1_caption
(@Opt Element_caption newElem_1_caption) Element_table.setElem_1_tfoot
(@Opt Element_tfoot newElem_1_tfoot) Element_table.setElem_1_thead
(@Opt Element_thead newElem_1_thead) Element_head.Choice_2_Alt_1.setSeq_1
(@Opt Element_head.Choice_2_Alt_1_Seq_1 newSeq_1) static Element_span
Create a xhtml "span" element with plain text content and a given css class.static Element_textarea
Util.textarea
(@Opt String contents, int rows, int cols, String id, boolean active, boolean editable) Makes one "text area" element.static Element_head
Util.xhtml_head
(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_head
according to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >
static Element_head
Util.xhtml_head
(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_head
according to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >
static Element_head
Util.xhtml_head
(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_head
according to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >
static Element_head
Util.xhtml_head
(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_head
according to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >
static Element_head
Util.xhtml_head
(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_head
according to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >
static Element_head
Util.xhtml_head
(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_head
according to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >
static Element_head
Util.xhtml_head
(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_head
according to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >
ModifierConstructorDescription(package private)
(package private)
(package private)
Attr_accept
(@Opt String value) (package private)
Attr_accept
(@Opt String value) (package private)
Attr_accept_charset
(@Opt String value) (package private)
Attr_accesskey
(@Opt String value) (package private)
Attr_align
(@Opt Attr_align.Value value) (package private)
Attr_align
(@Opt String value) (package private)
(package private)
Attr_archive
(@Opt String value) (package private)
(package private)
(package private)
Attr_border
(@Opt String value) (package private)
Attr_cellpadding
(@Opt String value) (package private)
Attr_cellspacing
(@Opt String value) (package private)
(package private)
Attr_charoff
(@Opt String value) (package private)
Attr_charset
(@Opt String value) (package private)
Attr_checked
(@Opt Attr_checked.Value value) (package private)
Attr_checked
(@Opt String value) (package private)
(package private)
(package private)
(package private)
(package private)
Attr_class
(@Opt String value) (package private)
Attr_classid
(@Opt String value) (package private)
Attr_codebase
(@Opt String value) (package private)
Attr_codetype
(@Opt String value) (package private)
Attr_coords
(@Opt String value) (package private)
Attr_coords
(@Opt String value) (package private)
(package private)
Attr_datetime
(@Opt String value) (package private)
Attr_datetime
(@Opt String value) (package private)
(package private)
Attr_declare
(@Opt String value) (package private)
(package private)
Attr_defer
(@Opt String value) (package private)
Attr_dir
(@Opt Attr_dir.Value value) (package private)
(package private)
Attr_disabled
(@Opt Attr_disabled.Value value) (package private)
Attr_disabled
(@Opt String value) (package private)
(package private)
(package private)
Attr_frame
(@Opt String value) (package private)
Attr_headers
(@Opt String value) (package private)
Attr_headers
(List<String> value) (package private)
Attr_headers
(@Opt String value) (package private)
Attr_headers
(List<String> value) (package private)
Attr_height
(@Opt String value) (package private)
Attr_height
(@Opt String value) (package private)
(package private)
Attr_hreflang
(@Opt String value) (package private)
Attr_http_equiv
(@Opt String value) (package private)
(package private)
(package private)
Attr_ismap
(@Opt String value) (package private)
Attr_label
(@Opt String value) (package private)
(package private)
Attr_longdesc
(@Opt String value) (package private)
Attr_maxlength
(@Opt String value) (package private)
Attr_media
(@Opt String value) (package private)
Attr_media
(@Opt String value) (package private)
Attr_multiple
(@Opt Attr_multiple.Value value) (package private)
Attr_multiple
(@Opt String value) (package private)
(package private)
(package private)
(package private)
(package private)
(package private)
Attr_nohref
(@Opt String value) (package private)
Attr_onblur
(@Opt String value) (package private)
Attr_onchange
(@Opt String value) (package private)
Attr_onchange
(@Opt String value) (package private)
Attr_onchange
(@Opt String value) (package private)
Attr_onclick
(@Opt String value) (package private)
Attr_ondblclick
(@Opt String value) (package private)
Attr_onfocus
(@Opt String value) (package private)
Attr_onkeydown
(@Opt String value) (package private)
Attr_onkeypress
(@Opt String value) (package private)
Attr_onkeyup
(@Opt String value) (package private)
Attr_onload
(@Opt String value) (package private)
Attr_onmousedown
(@Opt String value) (package private)
Attr_onmousemove
(@Opt String value) (package private)
Attr_onmouseout
(@Opt String value) (package private)
Attr_onmouseover
(@Opt String value) (package private)
Attr_onmouseup
(@Opt String value) (package private)
Attr_onreset
(@Opt String value) (package private)
Attr_onselect
(@Opt String value) (package private)
Attr_onselect
(@Opt String value) (package private)
Attr_onsubmit
(@Opt String value) (package private)
Attr_onunload
(@Opt String value) (package private)
Attr_profile
(@Opt String value) (package private)
Attr_readonly
(@Opt Attr_readonly.Value value) (package private)
Attr_readonly
(@Opt String value) (package private)
(package private)
(package private)
(package private)
Attr_rules
(@Opt String value) (package private)
Attr_scheme
(@Opt String value) (package private)
(package private)
Attr_scope
(@Opt String value) (package private)
(package private)
Attr_scope
(@Opt String value) (package private)
Attr_selected
(@Opt Attr_selected.Value value) (package private)
Attr_selected
(@Opt String value) (package private)
(package private)
(package private)
(package private)
(package private)
Attr_standby
(@Opt String value) (package private)
Attr_style
(@Opt String value) (package private)
Attr_summary
(@Opt String value) (package private)
Attr_tabindex
(@Opt String value) (package private)
Attr_title
(@Opt String value) (package private)
(package private)
Attr_usemap
(@Opt String value) (package private)
Attr_usemap
(@Opt String value) (package private)
Attr_usemap
(@Opt String value) (package private)
Attr_valign
(@Opt Attr_valign.Value value) (package private)
Attr_valign
(@Opt String value) (package private)
Attr_value
(@Opt String value) (package private)
Attr_value
(@Opt String value) (package private)
Attr_value
(@Opt String value) (package private)
Attr_value
(@Opt String value) (package private)
Attr_width
(@Opt String value) (package private)
Attr_width
(@Opt String value) (package private)
Attr_width
(@Opt String value) (package private)
Attr_width
(@Opt String value) (package private)
Attr_width
(@Opt String value) (package private)
Attr_xml_lang
(@Opt String value) Element_a
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_abbr
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_acronym
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_address
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_area
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_b
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_base
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_bdo
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_big
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_blockquote
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_body
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_br
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_button
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_caption
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_cite
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_code
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_col
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_colgroup
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dd
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_del
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dfn
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_div
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dl
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dt
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_em
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_fieldset
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_form
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h1
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h2
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h3
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h4
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h5
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h6
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_head
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_hr
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_html
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_i
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_img
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_input
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ins
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_kbd
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_label
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_legend
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_li
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_link
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_map
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_meta
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_noscript
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_object
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ol
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_optgroup
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_option
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_p
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_param
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_pre
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_q
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_samp
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_script
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_select
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_small
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_span
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_strong
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_style
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_sub
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_sup
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_table
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tbody
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_td
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_textarea
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tfoot
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_th
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_thead
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_title
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tr
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tt
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ul
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_var
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.dpll
Modifier and TypeMethodDescriptionabstract @Opt SAT.Literal<? extends P>
SAT.Clause.getUnit()
Extract unit literal.SAT.Form.nextUnit()
@Opt Set<SAT.Literal<? extends P>>
SAT.solve
(Collection<? extends Collection<? extends SAT.Literal<? extends P>>> cnf) Solve a formula. -
Uses of Opt in eu.bandm.tools.dtd
Modifier and TypeMethodDescriptionTunedDTDParser.AUX_convert
(@Opt File f) Deprecated, for removal: This API element is subject to removal in a future version.Utilities.fpi_extractDescription
(String fpi) Extracts the underlined part, which is used BY US as a file identifier:Modifier and TypeMethodDescriptionTunedDTDParser.AUX_convert
(@Opt File f) Deprecated, for removal: This API element is subject to removal in a future version.static final String
Utilities.make_formal_public_identifier
(String owner, String fpi_class, String description, String language, @Opt String version) Create a formal public identifier with all the given parameters as its components.static final String
Utilities.make_formal_public_identifier_bandm
(String fpi_class, String description, String language, @Opt String version) Create a formal public identifier issued by bandm and with all the given parameters further components.protected static void
Utilities.notEmptyCheck
(@Opt String o, String t) static DTD.Dtd
TunedDTDParser.parse
(Reader in, XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionprotected
TunedDTDParser
(Reader in, @Opt XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated, for removal: This API element is subject to removal in a future version.protected
TunedDTDParser
(Reader in, @Opt XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated, for removal: This API element is subject to removal in a future version.protected
TunedDTDParser
(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) protected
TunedDTDParser
(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) -
Uses of Opt in eu.bandm.tools.dtm
Modifier and TypeMethodDescriptionvoid
HtmlRenderer.printHtml
(Writer output, String dtdFileName, String outfilename, @Opt File outputdir, ToolOptions options, String cmdLineText) Main (currently: the only) entry method after constructor call.protected Element_a
Append an xhtml "anchor" object to the currently growing list. -
Uses of Opt in eu.bandm.tools.expander
Modifier and TypeMethodDescriptionprotected static @Opt ParameterExpander.Parameter
ParameterExpander.systemParameter
(String name) Constructs a new parameter object if the given name is a valid system (= predefined) parameter name.static @Opt ParameterExpander.Parameter
ParameterExpander.userParameter
(String name) Constructs a new parameter object if the given name is a valid user parameter name. -
Uses of Opt in eu.bandm.tools.format
Modifier and TypeFieldDescriptionFormat.FormatPrinter.afterLf
Comment lead-in, currently starting every printed line.protected final A
Format.Annotated.annotation
The annotation value.Format.Comment.prefix
Format.Comment.suffix
Modifier and TypeMethodDescriptionFormats.extractDate
(String generationComment) Extract the date info from a generation comment.Modifier and TypeMethodDescriptionstatic <A> Format
Creates anFormat.Annotated
format.static Format
Creates anFormat.Comment
format.static Format
Creates anFormat.Comment
format.static Format
Format.comment
(@Opt String prefix, String linePrefix, @Opt String suffix, Iterable<@Opt ? extends Format> f) Creates anFormat.Comment
format.static Format
Format.comment
(@Opt String prefix, String linePrefix, @Opt String suffix, Iterable<@Opt ? extends Format> f) Creates anFormat.Comment
format.static Format
Formats.generationComment
(String name_program, @Opt String name_version, int escapemode, boolean html_breaks, String[] args) Generates a Format which can be used to document the command line call.static Format
Formats.generationComment
(String main_class, @Opt String descriptive_name, @Opt String name_version, String dateAndTime, int escapemode, boolean html_breaks, String[] args) Generates a Format which can be used to document the command line call, which initiated the generation of a certain Java source file.static Format
Formats.generationComment
(String main_class, @Opt String descriptive_name, @Opt String name_version, String dateAndTime, int escapemode, boolean html_breaks, String[] args) Generates a Format which can be used to document the command line call, which initiated the generation of a certain Java source file.static Format
Formats.generationComment
(String main_class, @Opt String name_version, String dateAndTime, int escapemode, boolean html_breaks, String[] args) Deprecated, for removal: This API element is subject to removal in a future version.for older versions only.ModifierConstructorDescriptionConstructor used only internally by the cloning methods.Constructor used by the factory methods.protected
Constructor used by the factory methods.protected
Constructor used by the factory methods. -
Uses of Opt in eu.bandm.tools.format.spi
-
Uses of Opt in eu.bandm.tools.formatDiagnosis
-
Uses of Opt in eu.bandm.tools.graficUtils
Modifier and TypeFieldDescriptionSwingForester.TreeProxy.label
SwingForester.TreeProxy.parent
TextDialog.shortcutlist
UriDialog.tooltip_accept
UriDialog.windowtitle
Modifier and TypeMethodDescriptionPlafIcon.getIcon
(PlafIcon.type t) List of resources according to http://www.java-forum.org/awt-swing-javafx-swt/63754-standard-icons.html http://www.rgagnon.com/javadetails/JavaUIDefaults.txtSwingForester.TreeProxy.getLabel()
SwingForester.TreeProxy.getParent()
Return the tree node one level above.SwingForester.growBranch
(TreeNode parent, @Opt String label, Object x) Generate representation for oen single object.static @Opt GeneralPath
Geom.makeRoundedPath
(double radius, double eps_collinear, Point2D... points0) Creates a path with rounded edges which connect the given points.static <C extends Container>
CSwingTools.nearestContainer
(@Opt Component c, Class<C> cl) BasicAwtTools.nearestSquareIcon
(Window window, int size) Deliver the icon which is nearest to the given size.Modifier and TypeMethodDescriptionprotected void
Add aSwingForester.Leaf
displaying one primitive field of an object.protected void
Add aSwingForester.Leaf
displaying one primitive field of an object.protected void
Add aSwingForester.TreeProxy
displaying an object.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a map.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a multimap.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a sequence.protected void
Add a specialized subclass ofSwingForester.LazyNode
displaying a set.static <D extends Message>
booleanSwingTools.ask
(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String cancelbutton, String okbutton) static boolean
SwingTools.ask
(JFrame frame, @Opt String windowtitle, int messageType, Object[] text, String cancelbutton, String okbutton) (package private) TreeNode
Generate representation for oen single object.(package private) TreeNode
Generate representation for oen single object.SwingForester.growBranch
(TreeNode parent, @Opt String label, Object x) Generate representation for oen single object.(package private) TreeNode
SwingForester.growCollection
(String constructor, @Opt TreeNode parent, @Opt String label, Collection<?> seq) Service called by the user-defined tree rendering method: Start a subtree.(package private) TreeNode
SwingForester.growCollection
(String constructor, @Opt TreeNode parent, @Opt String label, Collection<?> seq) Service called by the user-defined tree rendering method: Start a subtree.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a map.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a map.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a Multimap.(package private) TreeNode
Service called by the user-defined tree rendering method: Start a subree representing a Multimap.static <C extends Container>
CSwingTools.nearestContainer
(@Opt Component c, Class<C> cl) static <D extends Message>
voidSwingTools.show
(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String buttonText) static void
SwingTools.show
(JFrame frame, @Opt String windowtitle, int messageType, Object[] text, String buttonText) ATTENTION: when calling "showXXDialog()", the conversion to "Object[]" must be done explicitly, because only then "vertical stacking" is applied to the results of "toString()" separately!ModifierConstructorDescriptionprotected
Only constructor.protected
Only constructor.Only constructor.Only constructor.protected
TextDialog
(@Opt JFrame context, @Opt String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t, @Opt Dimension size) Only real constructor, all others are just default argument wrappers.protected
TextDialog
(@Opt JFrame context, @Opt String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t, @Opt Dimension size) Only real constructor, all others are just default argument wrappers.protected
TextDialog
(@Opt JFrame context, @Opt String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t, @Opt Dimension size) Only real constructor, all others are just default argument wrappers.protected
Only constructor.protected
Only constructor.UriDialog
(JTextField drain, UriDialog.ActiveControl ac, boolean multiSelect, boolean selectFiles, boolean selectDirectories, @Opt String windowtitle, @Opt String tooltip_accept) UriDialog
(JTextField drain, UriDialog.ActiveControl ac, boolean multiSelect, boolean selectFiles, boolean selectDirectories, @Opt String windowtitle, @Opt String tooltip_accept) -
Uses of Opt in eu.bandm.tools.graph
Modifier and TypeMethodDescription@Opt Collection<? extends V>
GraphModel.neighbours
(V node) Return all nodes to which there is an edge from a given node. -
Uses of Opt in eu.bandm.tools.installer
Modifier and TypeFieldDescriptionDownloadDialog.browseUrl
Input parameter by the caller: where to read the documentation online.DocumentedDistribution2.Configuration.buildDate
The current build date.DocumentedDistribution2.codePosition
Disk file position of the currently running code.DocumentedDistribution2.Configuration.copyrightString
The year and holders of the copyright.DocumentedDistribution2.Configuration.credits
Keys to translation to add as credits.protected @eu.bandm.tools.annotations.Opt byte[]
DownloadDialog.curDigest
Local value: last checksum of DEnS during this dialog.DownloadDialog.curPosition
Local value: last successful storage of DEnS during this dialog.DocumentedDistribution2.DEnS_dir
Common root directory's position of documentation, examples and sources on the local machine.DocumentedDistribution2.Configuration.DEnS_download_position
The URL from which the "DEnS" jar file may be read.DocumentedDistribution2.Configuration.emailForBugReport
Where to send bug reports.DocumentedDistribution2.Configuration.examplesShortNames
Nick names under which the standard examples are presented in the Menu.DocumentedDistribution2.firstSignerName
The name of the first/main signer of the code.DocumentedDistribution2.Configuration.iconRelativePath
Relative path of a resource holding a middle-sized icon, used at the start of the message windows.DocumentedDistribution2.Configuration.licenseString
The license under which the program and its sources may by used, distibuted etc.protected @eu.bandm.tools.annotations.Opt byte[]
DownloadDialog.newDigest
Output value: last checksum of DEnS during this dialog.DownloadDialog.newPosition
Output value: last successful storage of DEnS during this dialog.protected final @eu.bandm.tools.annotations.Opt byte[]
DownloadDialog.oldDigest
Input parameter by the caller: last checksum d of DEnS, if any.DownloadDialog.oldPosition
Input parameter by the caller: last local store positon of DEnS, if any.DocumentedDistribution2.Configuration.programContextName
The name of a programming projet this program belongs to.DocumentedDistribution2.Configuration.prototypeOptionsGui
Prototype for instances employed in all graphic based modes of operation.DocumentedDistribution2.resetToDefaultsButton
The button below the GUI option pane, for resetting to default values.DocumentedDistribution2.Configuration.user_language_icons
List of optional flag icons in parallel withDocumentedDistribution2.Configuration.user_languages
.Modifier and TypeMethodDescription@eu.bandm.tools.annotations.Opt byte[]
DownloadDialog.get_newDigest()
Output parameter: Is != null iffDownloadDialog.get_newPosition()
!= null.DownloadDialog.get_newPosition()
Output parameter: Only set != null when a new position has been entered by the user and the download succeeded.DocumentedDistribution2.getFirstSignerName()
Returns the string representation of the name of the last signer in the first certificate chain.protected @eu.bandm.tools.annotations.Opt byte[]
DocumentedDistribution2.persistentGetByteArray
(String key) Return empty array if nothing found in preference storage.DocumentedDistribution2.persistentGetString
(String key, @Opt String deflt) Read the data which is stored under the current application and the explicit key used as key.static @eu.bandm.tools.annotations.Opt byte[]
CallDigest.recursively
(String digestType, File top) Apply a digest (crc32, md5, sha1 etc.) generation on all files directly or indirectly adressed by the given file (=single file or directory).DocumentedDistribution2.translateNonRobust
(String t) Find a translation for the input String according to the catalog object and the language code priority sequence, both fromDocumentedDistribution2.msg
, or null if not found.Modifier and TypeMethodDescriptionprotected void
DocumentedDistribution2.addMuli_jTabbedPane
(Component p, String text, @Opt String tooltiptext) protected void
DocumentedDistribution2.makeMuli_anyTabbedPane
(Component p, String text, @Opt String tooltiptext) Memorizes the component as being contained in ANY JTabbedPane for later language switch.DocumentedDistribution2.persistentGetString
(String key, @Opt String deflt) Read the data which is stored under the current application and the explicit key used as key.protected void
DocumentedDistribution2.persistentPutString
(String key, @Opt String value) Put the data, retrievable by the current application and the explict key used together as key.protected void
DocumentedDistribution2.selectExampleOptions
(@Opt String shortName) Is called by the framework and must be implemented by the derived class to let the options inDocumentedDistribution2.optionsModel
point to a prefactored example.ModifierConstructorDescriptionDownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog
(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called. -
Uses of Opt in eu.bandm.tools.lablog.base
Modifier and TypeFieldDescription(package private) @Opt ToHtml.DeliveryContext
ToHtml.deliveryContext
Global stack to deliver the html fragments.(package private) final @Opt Element_inline
ToHtml.Alt.inline
Field realizing the variant that an inline Element is delivered.(package private) final @Opt TypedPCData
ToHtml.Alt.pcdata
Field realizing the variant that pc data is delivered.(package private) @Opt ToHtml.DeliveryContext<?>
ToHtml.DeliveryContext.pred
Predecessor, must be != null but for the very first / most outer context.Modifier and TypeMethodDescription(package private) void
ToHtml.dumpDelivery
(@Opt ToHtml.DeliveryContext d) Auxiliary debugging procedure which dumps the current stack of accepting contexts.protected void
ToHtml.renderPackage
(String packagename, @Opt List<Element_issue> issues, @Opt List<Element_docmat> docmats) Make the xhtml rendering of a package header, i.e.protected void
ToHtml.renderPackage
(String packagename, @Opt List<Element_issue> issues, @Opt List<Element_docmat> docmats) Make the xhtml rendering of a package header, i.e.ModifierConstructorDescriptionprotected
Only constructor.protected
Only constructor.protected
Only constructor.protected
Only constructor.protected
Only constructor.protected
Only constructor.protected
DeliveryContext
(@Opt ToHtml.DeliveryContext<?> pred) Only constructor. -
Uses of Opt in eu.bandm.tools.lablog.xml
Modifier and TypeMethodDescriptionElement_a_list.getChoice_1()
Element_note.getChoice_1()
Element_a_table.getElem_1_a_border()
Element_a_image.getElem_1_a_image_align()
Element_a_image.getElem_1_a_image_alt()
Element_a_image.getElem_1_a_image_height()
Element_a_image.getElem_1_a_image_showLabel()
Element_a_image.getElem_1_a_image_width()
Element_a_list.getElem_1_a_label()
Element_a_table.getElem_1_a_label()
Element_a_tr.getElem_1_a_label()
Element_a_list.getElem_1_a_listSymbol()
Element_a_link.getElem_1_a_loc()
Element_a_cite.getElem_1_a_locus()
Element_a_treeInclude.getElem_1_a_mode()
Element_a_link.getElem_1_a_refdate()
Element_a_link.getElem_1_a_text()
Element_note.getElem_1_costs()
Element_note.getElem_1_prior()
(package private) static @Opt Element_a_all
Element_a_all.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_alpha
Element_a_alpha.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ascii_alpha
Element_a_ascii_alpha.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ascii_lower
Element_a_ascii_lower.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ascii_upper
Element_a_ascii_upper.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_blink
Element_a_blink.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_bold
Element_a_bold.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_border
Element_a_border.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_cite
Element_a_cite.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_decimalDigit
Element_a_decimalDigit.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_emph
Element_a_emph.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_footnote
Element_a_footnote.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_footnotemark
Element_a_footnotemark.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_footnotetext
Element_a_footnotetext.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_hh
Element_a_hh.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_align
Element_a_image_align.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_alt
Element_a_image_alt.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_file
Element_a_image_file.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_height
Element_a_image_height.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_showLabel
Element_a_image_showLabel.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_width
Element_a_image_width.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image
Element_a_image.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_indexhi
Element_a_indexhi.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_indexlo
Element_a_indexlo.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ital
Element_a_ital.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_key
Element_a_key.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_kind
Element_a_kind.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_label
Element_a_label.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_larger
Element_a_larger.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ldots
Element_a_ldots.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_link
Element_a_link.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_list.Choice_1
Element_a_list.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_list
Element_a_list.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listContinues
Element_a_listContinues.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listitem
Element_a_listitem.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listStartnum
Element_a_listStartnum.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listSymbol
Element_a_listSymbol.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_loc
Element_a_loc.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_locus
Element_a_locus.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_mode
Element_a_mode.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_nl
Element_a_nl.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_opus
Element_a_opus.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_p
Element_a_p.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_path
Element_a_path.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_pers
Element_a_pers.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_persop
Element_a_persop.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_pkind
Element_a_pkind.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_popus
Element_a_popus.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ppers
Element_a_ppers.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ref
Element_a_ref.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_refdate
Element_a_refdate.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_scaps
Element_a_scaps.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_smaller
Element_a_smaller.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_spanstyle
Element_a_spanstyle.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_src
Element_a_src.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_SRC
Element_a_SRC.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_strikeout
Element_a_strikeout.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_table
Element_a_table.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_td
Element_a_td.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_tdCls
Element_a_tdCls.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_text
Element_a_text.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_th
Element_a_th.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_tr.Choice_1
Element_a_tr.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_tr
Element_a_tr.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_treeInclude
Element_a_treeInclude.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ulin
Element_a_ulin.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_url
Element_a_url.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_verbatimXml
Element_a_verbatimXml.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_whitespace
Element_a_whitespace.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_xemph
Element_a_xemph.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_xlang
Element_a_xlang.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ACCEPTED
Element_ACCEPTED.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_author
Element_author.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_authors
Element_authors.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_CLOSED
Element_CLOSED.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_costs
Element_costs.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_date
Element_date.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_desc
Element_desc.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_docmat.Choice_1
Element_docmat.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_docmat
Element_docmat.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_entries.Choice_1
Element_entries.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_entries
Element_entries.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_FIXED
Element_FIXED.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_issue
Element_issue.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_name
Element_name.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note.Choice_1
Element_note.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note.Choice_2
Element_note.Choice_2.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note
Element_note.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_package.Choice_1
Element_package.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_package
Element_package.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_prior
Element_prior.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_reference
Element_reference.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_REOPENED
Element_REOPENED.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_WONTFIX
Element_WONTFIX.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_WORKSFORME
Element_WORKSFORME.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_a_list.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_a_tr.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_docmat.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_entries.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_2.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_package.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_a_list.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_a_tr.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_docmat.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_entries.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_2.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_package.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_entries.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_6()
If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Modifier and TypeMethodDescriptionElement_a_list.setChoice_1
(@Opt Element_a_list.Choice_1 newChoice_1) Element_note.setChoice_1
(@Opt Element_note.Choice_1 newChoice_1) Element_a_table.setElem_1_a_border
(@Opt Element_a_border newElem_1_a_border) Element_a_image.setElem_1_a_image_align
(@Opt Element_a_image_align newElem_1_a_image_align) Element_a_image.setElem_1_a_image_alt
(@Opt Element_a_image_alt newElem_1_a_image_alt) Element_a_image.setElem_1_a_image_height
(@Opt Element_a_image_height newElem_1_a_image_height) Element_a_image.setElem_1_a_image_showLabel
(@Opt Element_a_image_showLabel newElem_1_a_image_showLabel) Element_a_image.setElem_1_a_image_width
(@Opt Element_a_image_width newElem_1_a_image_width) Element_a_list.setElem_1_a_label
(@Opt Element_a_label newElem_1_a_label) Element_a_table.setElem_1_a_label
(@Opt Element_a_label newElem_1_a_label) Element_a_tr.setElem_1_a_label
(@Opt Element_a_label newElem_1_a_label) Element_a_list.setElem_1_a_listSymbol
(@Opt Element_a_listSymbol newElem_1_a_listSymbol) Element_a_link.setElem_1_a_loc
(@Opt Element_a_loc newElem_1_a_loc) Element_a_cite.setElem_1_a_locus
(@Opt Element_a_locus newElem_1_a_locus) Element_a_treeInclude.setElem_1_a_mode
(@Opt Element_a_mode newElem_1_a_mode) Element_a_link.setElem_1_a_refdate
(@Opt Element_a_refdate newElem_1_a_refdate) Element_a_link.setElem_1_a_text
(@Opt Element_a_text newElem_1_a_text) Element_note.setElem_1_costs
(@Opt Element_costs newElem_1_costs) Element_note.setElem_1_prior
(@Opt Element_prior newElem_1_prior) ModifierConstructorDescription(package private)
Attr_a_symbol
(@Opt String value) (package private)
Attr_a_symbol
(@Opt String value) (package private)
Attr_a_symbol
(@Opt String value) (package private)
Attr_xml_lang
(@Opt String value) (package private)
Attr_xml_lang
(@Opt String value) (package private)
Attr_xml_lang
(@Opt String value) (package private)
Attr_xml_lang
(@Opt String value) Element_a_all
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_alpha
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ascii_alpha
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ascii_lower
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ascii_upper
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_blink
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_bold
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_border
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_cite
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_decimalDigit
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_emph
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_footnote
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_footnotemark
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_footnotetext
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_hh
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_align
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_alt
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_file
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_height
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_showLabel
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_width
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_indexhi
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_indexlo
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ital
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_key
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_kind
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_label
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_larger
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ldots
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_link
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_list
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listContinues
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listitem
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listStartnum
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listSymbol
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_loc
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_locus
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_mode
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_nl
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_opus
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_p
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_path
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_pers
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_persop
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_pkind
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_popus
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ppers
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ref
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_refdate
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_scaps
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_smaller
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_spanstyle
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_src
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_SRC
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_strikeout
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_table
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_td
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_tdCls
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_text
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_th
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_tr
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_treeInclude
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ulin
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_url
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_verbatimXml
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_whitespace
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_xemph
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_xlang
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ACCEPTED
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_author
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_authors
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_CLOSED
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_costs
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_date
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_desc
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_docmat
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_entries
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_FIXED
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_issue
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_name
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_note
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_package
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_prior
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_reference
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_REOPENED
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_WONTFIX
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_WORKSFORME
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.lexic
Modifier and TypeMethodDescriptionCodePointMap.get
(int key) Returns the value associated with the given key.SimpleToken.getLocation()
Returns the source location of this token.Token.getLocation()
Returns the source location of this token.SimpleToken.getText()
Returns the text content of this token.Token.getText()
Returns the text content of this token.Behavior.getTransition
(int codePoint) Returns the transition performed by the automaton when consuming a given input code point.Modifier and TypeMethodDescription(package private) static <A,
F> F Formats.collectionFormat
(FormatServer<F> server, @Opt Collection<A> collection, Function<? super A, ? extends F> onElem, F open, F close) Returns a pretty-printable representation of a collection.static <V> CodePointMap<V>
CodePointMap.constant
(V value) Returns a total map containing one entry for every code point, all with the same value.<D> TokenSource<D,
T> Lexer.lex
(CodePointSource input, D documentId, int firstLine, int firstColumn) Returns a token source that produces tokens from the given input source.(package private) static <F> F
Formats.listFormat
(FormatServer<F> server, @Opt List<?> list) Returns a pretty-printable representation of a list.(package private) static <A,
F> F Formats.listFormat
(FormatServer<F> server, @Opt List<A> list, Function<? super A, ? extends F> onElem) Returns a pretty-printable representation of a list.(package private) static <K,
V, F> F Formats.mapFormat
(FormatServer<F> server, @Opt Map<K, V> map, Function<? super K, ? extends F> onKey, Function<? super V, ? extends F> onValue) Returns a pretty-printable representation of a map.(package private) static <F> F
Formats.setFormat
(FormatServer<F> server, @Opt Set<?> set) Returns a pretty-printable representation of a set.(package private) static <A,
F> F Formats.setFormat
(FormatServer<F> server, @Opt Set<A> set, Function<? super A, ? extends F> onElem) Returns a pretty-printable representation of a set.CodePointMap.with
(int key, V value, @Opt BinaryOperator<V> merge) Returns a map containing the entries of this map with one value added or merged.ModifierConstructorDescriptionLocationCodePointSource
(CodePointSource input, D documentId, int firstLine, int firstColumn) Creates a new instance.Creates a new instance.Creates a new instance. -
Uses of Opt in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionControlFlowSynthesizer.getInterval
(LLJava.Instruction instruction) Modifier and TypeMethodDescriptionvoid
ControlFlowSynthesizer.exceptionHandler
(int startPC, int endPC, int handlerPC, LLJava.ClassReference catchType) -
Uses of Opt in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionLLJavaLexer.Token.getLocation()
Returns the source location of this token. -
Uses of Opt in eu.bandm.tools.location
Modifier and TypeMethodDescriptionResolve a point or a region.Location.getDocumentId()
Returns the document identifier of this location's reference point, maybe null.Locatable.getLocation()
Spectrum.getLocations
(Object docId) Returns the list of all locations in the given document.Location.live
(int depth) Location.live
(int depth, Predicate<? super StackTraceElement> skipCaller) Creates a location from the current JVM thread stack trace.Location.regionRobust
(Location<D> a, Location<D> b) Variant ofLocation.region(Location,Location)
which returns null when the region cannot be constructed.Location.regionRobustUnchecked
(Location a, Location b) Variant ofLocation.regionRobust(Location,Location)
which supresses "unchecked type cast" warnings.Performs the mapping from left to right, Can currently only deal with points and intervals, not with sets.LocationMap.resolve_backward
(Location<E> loc) Performs the mapping from right to left, Can currently only deal with points and intervals, not with sets.Translates a location point at offset p in domain region n to the point at the same offset in the range region n.Modifier and TypeMethodDescriptionstatic <D> Location<D>
Location.line
(D document, int line) Factory method for aLocation.Point
location with given doc id aod only line number.static <D> Location<D>
Location.line_from_to
(D document, int line, int startCol, int endCol) Factory method for anLocation.Region
in one single line, between the given start and end columns.static <D> Location<D>
Location.offset
(D document, int offset) Factory method for aLocation.Point
location with given doc id aod only column number.static <D> Location<D>
Location.point
(D document, int line, int column) Factory method for aLocation.Point
location with given doc id, line and column number.static <D> Location<D>
Location.region
(D document, int startline, int startCol, int endline, int endCol) Factory method for anLocation.Region
between the given start and end positions.ModifierConstructorDescriptionLocationReader
(Reader in, D documentId, int firstLine, int firstColumn) LocationReader
(Reader in, D documentId, int firstLine, int firstColumn, int tabWidth) -
Uses of Opt in eu.bandm.tools.message
Modifier and TypeFieldDescriptionSimpleMessage.args
MessageCatcher.caught
local cache for the caught exception.Message.cause
EvidentMessageStore_.indents
Local store of the indentation levels.Outstream2Log.loc
Intermediate storage for the location of the next message.SimpleMessage.location
Optional document position the message is related to.protected @Opt Comparator<? super M>
MessageStoreSorted.order
If set, defines the storage order.protected @Opt MessageReceiver<? super M>
SingleSender.receiver
Whereto the messages are passed.MessageCatcher.runnable
The code to executeSimpleMessage.text
Contains the textual information of the message (maybe null).MessagePrinter.Indenting.timingKey
Translating the correspondingMessage.Kind.logStart
andMessage.Kind.logEnd
messages to the same key.Modifier and TypeMethodDescriptionMessageCatcher.getCaught()
returns the last throwable caught, if any.Message.getCause()
EvidentSimpleMessage.getLocation()
@Opt MessageReceiver<? super M>
PrimitiveMessageDemux.getReceiver
(E tag) Get the receiver for one particular tag.@Opt MessageReceiver<? super M>
SingleSender.getReceiver()
EvidentSimpleMessage.getText()
Applies the text as a format to the arguments.MessageFormatter.process
(MessageFormatter.Formandum embed) Applies the text as a format to the arguments.MessageFormatter.render
(SimpleMessage<?> msg) Applies the text as a format to the arguments.Modifier and TypeMethodDescriptionstatic <D> Thread
SimpleMessage.monitor
(Thread thread, MessageReceiver<? super SimpleMessage<D>> receiver, PrintStream ps) Installs a handler on the given thread that reports uncaught exceptions as failure messages.Applies the text as a format to the arguments.void
Set the location for the very next message synthesized.void
MessagePrinter.Indenting.setCriticalColor
(@Opt String color_startCritical, @Opt String color_endCritical) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).void
MessagePrinter.Indenting.setCriticalColor
(@Opt String color_startCritical, @Opt String color_endCritical) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).void
MessageStoreSorted.setOrder
(@Opt Comparator<? super M> comp) Set the comparator which rules the sequential order of storing.void
PrimitiveMessageDemux.setReceiver
(E tag, @Opt MessageReceiver<? super M> rec) Set the receiver for one particular tag.void
SingleSender.setReceiver
(@Opt MessageReceiver<? super M> r) Evidentvoid
MessagePrinter.Indenting.setWarningColor
(@Opt String color_startWarning, @Opt String color_endWarning) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).void
MessagePrinter.Indenting.setWarningColor
(@Opt String color_startWarning, @Opt String color_endWarning) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).ModifierConstructorDescriptionprotected
Creates a message ofMessage.Kind.failure
kind.protected
Message
(Message.Kind k, @Opt Throwable e) Create a message with kind, cause and timestamp set(package private)
MessageStore_
(@Opt List<Integer> indents) Outstream2Log
(MessageReceiver<SimpleMessage<D>> drain, @Opt Location<D> loc) Constructor specifying (finally) the receiver and the first location.SimpleMessage
(Message.Kind k, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.SimpleMessage
(Message.Kind k, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.SimpleMessage
(Message.Kind k, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.protected
SingleSender
(@Opt MessageReceiver<? super M> r) Constructor which setsSingleSender.receiver
. -
Uses of Opt in eu.bandm.tools.metajava
Modifier and TypeMethodDescriptionGeneratedPackage.getAuxiliaryFile
(String name) final T
GeneratedLiteral.getValue()
GeneratedPackage.hasInfoFile()
protected static <T> T
GeneratedLiteral.selectValue
(Class<T> cls, String name) ModifierConstructorDescriptionprotected
GeneratedLiteral
(T value, Format display) protected
GeneratedLiteral
(T value, String display) -
Uses of Opt in eu.bandm.tools.muli
Modifier and TypeMethodDescriptionDelivers an unmodifiable copy of theMuLi
for a given key object.Delivers the name of a given key object in a certain language.Delivers the name of a given key object in language chosen from a preference list.Delivers the key object for a given name in a given languageCatalog.readLanguageMap
(String lang) Delivers the mapString->K
for a given languageModifier and TypeMethodDescriptionCatalogToJava.makeClassCode
(CatalogByString data, String classname, GeneratedContext container, @Opt String[] args) Generates code for a java class derived from CatalogByString from the current state of a Catalog. -
Uses of Opt in eu.bandm.tools.muli.tdom
Modifier and TypeMethodDescription(package private) static @Opt Element_entry
Element_entry.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_text
Element_text.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_translationfile
Element_translationfile.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) ModifierConstructorDescription(package private)
Element_entry
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_text
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_translationfile
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionRtArraySet.any()
Get one arbitrarily chosen element and remove it.RtArraySet2.any()
Get one arbitrarily chosen element and remove it.<V> V
HeteroMap.get
(HeteroMap.Key<V> key) Returns the value to which the specified key is mapped, ornull
if this map contains no mapping for the key.Tuple2.get0()
Tuple4.get0()
Tuploid1.get0()
Tuple2.get1()
Tuple4.get1()
Tuploid2.get1()
Tuple4.get2()
Tuploid3.get2()
Tuple4.get3()
Tuploid4.get3()
final V
Trie.Node.getValue()
RomanNumbers.int2roman
(int num, boolean uppercase) Public and Central Service Access Point.Multisets.partialCompare
(Multiset<A> left, Multiset<A> right) RomanNumbers.roman2integer
(BiConsumer<String, Object[]> errorReceiver, String s, boolean lowercasesupported, boolean uppercasesupported, boolean subtractiveformat_directNeighbour, boolean subtractiveformat_fartherNeighbour) Public and Central Service Access Point to convert a string.static <A0> A0
Tuples.tuple
(A0 elem0) static <A0> A0
Tuples.tuple1
(A0 elem0) Modifier and TypeMethodDescriptionRational.additiveName
(@Opt String separator) Shows integer part and fractional rest separately.static <A0> A0
Tuples.tuple
(A0 elem0) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple
(A0 elem0, A1 elem1) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple
(A0 elem0, A1 elem1) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0> A0
Tuples.tuple1
(A0 elem0) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple2
(A0 elem0, A1 elem1) static <A0,
A1> Tuple2<A0, A1> Tuples.tuple2
(A0 elem0, A1 elem1) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple3
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,
A1, A2, A3>
Tuple4<A0,A1, A2, A3> Tuples.tuple4
(A0 elem0, A1 elem1, A2 elem2, A3 elem3) <V> HeteroMap
HeteroMap.with
(HeteroMap.Key<V> key, V value) Returns a map that has the same mappings as this map, with one exception.ModifierConstructorDescriptionRationalComparator
(@Opt Comparator<? super A> base) Only constructor, setting the underlying comparator. -
Uses of Opt in eu.bandm.tools.option
Modifier and TypeFieldDescriptionCompiler.Phase.abbrev
The extracted short abbrev of the option under visit, if any.Compiler.Phase_enum.currentEnumItemName
When visiting an Element_desc: Name of the containing enumeration item.(package private) @Opt GeneratedMethod
Compiler.Phase1.documentedMeth
The pars-pro-toto meth which gets the user-level documentation of the whole option.Compiler.Phase_usage_enumerations.enumItem
For generating error messages.(package private) final @Opt GeneratedMethod
Compiler.Phase_usage.gm
Input parameter: the usage() method under construction.Compiler.Phase.name
The extracted long name of the option under visit, if any.(package private) @Opt GeneratedClass
Compiler.Phase1.repetingValueClass
Currently processed repeting group, or null when on top-level.Modifier and TypeMethodDescriptionprotected void
Compiler.add_comment_for_sourcetext
(@Opt Element_desc desc, GeneratedAnnotationTarget target) Add the description in theCompiler.LINGUA_FRANCA
, if any, to the generated java object "target", by callingCompiler.add_comment_for_sourcetext(String,Element_desc, GeneratedAnnotationTarget)
protected void
Compiler.add_comment_for_sourcetext
(@Opt String prefix, @Opt Element_desc desc, GeneratedAnnotationTarget target) Adds formatted user-level (=payload) comment to a generated method or field.protected void
Compiler.add_comment_for_sourcetext
(@Opt String prefix, @Opt Element_desc desc, GeneratedAnnotationTarget target) Adds formatted user-level (=payload) comment to a generated method or field.void
Compiler.compile
(Element_optionlist data0, String packagename0, String classname_model, @Opt String classname_gui, String destdir, Format genComment, String inputfilename, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr) Create source text for a model, and for a gui, if required.protected void
Compiler.Phase1.makeValueField
(MetaType cl, @Opt TypedAttribute<String> userdef, String defdef) Convenience method to prcess one single position of an option's type structure which is neither String nor enumeratin nor switch.protected void
Compiler.Phase1.makeValueField
(MetaType cl, @Opt TypedAttribute<String> userdef, String defdef, boolean isString, @Opt String enumname, boolean isSwitch, boolean hexOut) Central method for processing one single position of an options's type signature.protected void
Compiler.Phase1.makeValueField
(MetaType cl, @Opt TypedAttribute<String> userdef, String defdef, boolean isString, @Opt String enumname, boolean isSwitch, boolean hexOut) Central method for processing one single position of an options's type signature.protected void
Send warning to central message receiverCompiler.msgr
after adding the name of the current option as the context info of the warning.ModifierConstructorDescription(package private)
Phase_usage_enumerations
(@Opt GeneratedMethod gm, String usage_lang, String defaultLanguage) Evident(package private)
Phase_usage_options
(@Opt GeneratedMethod gm, String usage_lang, String defaultLanguage) Evident -
Uses of Opt in eu.bandm.tools.option.absy
Modifier and TypeMethodDescriptionElement_uri.getChoice_1()
Element_option.getElem_1_condition()
Element_rep.getElem_1_defaults()
Element_enumeration.getElem_1_desc()
Element_enumitem.getElem_1_desc()
Element_option.getElem_1_isMeta()
Element_option.getElem_1_noGui()
Element_optionlist.getElem_1_printout_title()
Element_type.getElem_1_rep()
Element_uri.getElem_1_writable()
(package private) static @Opt Element_and.Choice_1_Alt_1_Choice_1
Element_and.Choice_1_Alt_1_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_and.Choice_1
Element_and.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_and
Element_and.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_bool
Element_bool.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_comment
Element_comment.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_condition.Choice_1_Alt_1_Choice_1
Element_condition.Choice_1_Alt_1_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_condition.Choice_1
Element_condition.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_condition
Element_condition.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_constant
Element_constant.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_defaults
Element_defaults.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_desc
Element_desc.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dirOnly
Element_dirOnly.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enum
Element_enum.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumeration
Element_enumeration.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumitem
Element_enumitem.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumset
Element_enumset.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumSetContains
Element_enumSetContains.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_float
Element_float.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_int
Element_int.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_isMeta
Element_isMeta.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_noGui
Element_noGui.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_not.Choice_1_Alt_1_Choice_1
Element_not.Choice_1_Alt_1_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_not.Choice_1
Element_not.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_not
Element_not.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_notDir
Element_notDir.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optarg
Element_optarg.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_option
Element_option.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionlist.Choice_1
Element_optionlist.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionlist
Element_optionlist.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_or.Choice_1_Alt_1_Choice_1
Element_or.Choice_1_Alt_1_Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_or.Choice_1
Element_or.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_or
Element_or.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_printout_title
Element_printout_title.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_rat
Element_rat.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_rep.Choice_1
Element_rep.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_rep
Element_rep.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_simpletypes.Choice_1
Element_simpletypes.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_simpletypes
Element_simpletypes.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_string
Element_string.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testequal.Choice_1
Element_testequal.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testequal.Choice_2
Element_testequal.Choice_2.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testequal
Element_testequal.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testgreater.Choice_1
Element_testgreater.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testgreater.Choice_2
Element_testgreater.Choice_2.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testgreater
Element_testgreater.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_text
Element_text.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_type.Choice_1
Element_type.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_type
Element_type.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_uri.Choice_1
Element_uri.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_uri
Element_uri.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_v.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_writable
Element_writable.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_and.Choice_1_Alt_1_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_optionlist.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_2.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_2.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_uri.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1_Alt_1_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_optionlist.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_2.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_2.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_uri.Choice_1.toAlt_2()
If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1_Alt_1_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_optionlist.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_3()
If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1_Alt_1_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_4()
If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_5()
If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_6()
If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_6()
If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_6()
If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_7()
If the current contents corresponds to the 7th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_7()
If the current contents corresponds to the 7th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_7()
If the current contents corresponds to the 7th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_8()
If the current contents corresponds to the 8th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_8()
If the current contents corresponds to the 8th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_8()
If the current contents corresponds to the 8th alternative of the underlying content model, then cast it accordingly, otherwise return null.Modifier and TypeMethodDescriptionElement_uri.setChoice_1
(@Opt Element_uri.Choice_1 newChoice_1) Element_option.setElem_1_condition
(@Opt Element_condition newElem_1_condition) Element_rep.setElem_1_defaults
(@Opt Element_defaults newElem_1_defaults) Element_enumeration.setElem_1_desc
(@Opt Element_desc newElem_1_desc) Element_enumitem.setElem_1_desc
(@Opt Element_desc newElem_1_desc) Element_option.setElem_1_isMeta
(@Opt Element_isMeta newElem_1_isMeta) Element_option.setElem_1_noGui
(@Opt Element_noGui newElem_1_noGui) Element_optionlist.setElem_1_printout_title
(@Opt Element_printout_title newElem_1_printout_title) Element_type.setElem_1_rep
(@Opt Element_rep newElem_1_rep) Element_uri.setElem_1_writable
(@Opt Element_writable newElem_1_writable) ModifierConstructorDescription(package private)
Attr_abbrev
(@Opt String value) (package private)
Attr_compilable
(@Opt String value) (package private)
Attr_default
(@Opt String value) (package private)
Attr_default
(@Opt String value) (package private)
Attr_default
(@Opt String value) (package private)
Attr_default
(List<String> value) (package private)
Attr_default
(@Opt String value) (package private)
Attr_default
(@Opt String value) (package private)
Attr_default
(@Opt String value) (package private)
Attr_default
(@Opt String value) (package private)
Attr_default
(@Opt String value) (package private)
(package private)
Element_and
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_bool
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_comment
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_condition
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_constant
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_defaults
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_desc
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dirOnly
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enum
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumeration
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumitem
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumset
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumSetContains
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_float
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_int
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_isMeta
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_noGui
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_not
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_notDir
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_optarg
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_option
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_optionlist
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_or
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_printout_title
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_rat
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_rep
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_simpletypes
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_string
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_testequal
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_testgreater
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_text
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_type
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_uri
(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_v
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_writable
(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.option.runtime
Modifier and TypeFieldDescriptionprotected @Opt JComponent
Gui.errorcomponent
The component, the editing of which caused the last error, if any.Gui.messagePane
message pane for showing the message if a "field with syntax" cannot be left because the current text input cannot be parsed into a value.Model.nextToken
Argument token, written byModel.getNextToken()
, which uses theModel.shellAdapter
, and read by type-specific scannersModel.parseInt()
, etc., and cleared by these, when consuming.Field where with each change in the GUI inputs a serialization will be presented.Modifier and TypeMethodDescriptionGui.TTLabel.getToolTipText
(MouseEvent ev) Model.parseBoolTest()
Aux method which returns whether a boolean representation is parsed.Model.parseOneUri()
Parser function, only called from the compiled code when a String argument representation must necessarily be consumed, according to the current option's type grammar.Model.SeemsToWorkForLinuxAndSomeWindowsVersions20220613.testNextToken
(Matcher mat, int len) Model.ShellAdapter.testNextToken
(Matcher matcher, int inputlen) Parse and return the next argument value.Gui.translate_description
(String key) Translate a key into the application specific descriptions.Modifier and TypeMethodDescriptionprotected abstract Gui.Collection
Specialized by Generated Code to create one new GUI view for this repeting group.void
Gui.editGraphically
(@Opt String titleText, @Opt JPanel titleGraphic, @Opt Dimension innerArea, String lang, String[] buttonLabels, String[] cancelButtons) Interactive execution of the gui panel, very simple style.void
Gui.editGraphically
(@Opt String titleText, @Opt JPanel titleGraphic, @Opt Dimension innerArea, String lang, String[] buttonLabels, String[] cancelButtons) Interactive execution of the gui panel, very simple style.void
Gui.editGraphically
(@Opt String titleText, @Opt JPanel titleGraphic, @Opt Dimension innerArea, String lang, String[] buttonLabels, String[] cancelButtons) Interactive execution of the gui panel, very simple style.protected void
Called by Generated code.protected void
Called by Generated code.void
Model.parse
(String[] args, MessageReceiver<SimpleMessage<String>> mr, @Opt String language) The main entry for setting all values according to some command line input, as reachingpublic void main(String[])
from someexec
system call.void
Model.parseOneString
(String s, MessageReceiver<SimpleMessage<String>> mr, @Opt String lang) Central entry point for parsing.void
void
Set the current value.void
Gui.setSerializationField
(@Opt JLabel serializationField) Set the widget in wich with each change in the GUI inputs a serialization will be presented. -
Uses of Opt in eu.bandm.tools.paisley
Modifier and TypeMethodDescriptionstatic <A> Pattern<A>
PrimitivePatterns.compare
(Comparator<? super A> comparator, A other, Pattern<? super Integer> body) static <A extends Comparable<? super A>>
Pattern<A>Returns a pattern that matches objects based on comparison with a given object.static <A> Pattern<A>
PrimitivePatterns.eq
(A a) Returns a pattern that matches objects identically equal to a given reference.static <A> Pattern<A>
PrimitivePatterns.equal
(A other) Returns a pattern that matches objects equal to a given reference.static <A> Pattern<A>
PrimitivePatterns.greaterThan
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.greaterThanOrEqual
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.lessThan
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.lessThanOrEqual
(Comparator<? super A> comparator, A other) static <A> Pattern<A>
PrimitivePatterns.neq
(A a) Returns a pattern that matches objects not identically equal to a given reference.static <A> Pattern<A>
PrimitivePatterns.nequal
(A other) Returns a pattern that matches objects not equal to a given reference. -
Uses of Opt in eu.bandm.tools.ramus.runtime2
Modifier and TypeMethodDescriptionReverseList.get
(int i) ReverseList.getLast()
Returns the last element.Parser.Token.getLocation()
Returns the source location of this token.Modifier and TypeMethodDescriptionReturns an extension of this list by a given element.static <A> ReverseList<A>
Returns a reverse list copy of the given array.static <A> ReverseList<A>
ReverseList.cast
(@Opt ReverseList<? extends A> list) static <D,
T> Action<Parser.Output<D, T>, SimpleMessage<D>, Parser.Input<D, T>> Parser.diagnoseUnexpectedToken
(Action<Parser.Output<D, T>, SimpleMessage<D>, Parser.Input<D, T>> body, Location<D> location, @Opt String description) protected abstract U
static <D,
T, A1, R> Expression<D, T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor1<D, A1, ? extends R> cons, AbstractExpression<D, T, ? extends A1> arg1) Creates a compound expression for AST nodes with one parsed argument.static <D,
T, A1, R> Expression<D, T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor1<D, A1, ? extends R> cons, Fragment<D, T, ? extends A1> arg1) Creates a compound expression for AST nodes with one parsed argument.static <D,
T, A1, A2, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2) static <D,
T, A1, A2, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2) static <D,
T, A1, A2, A3, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor3<D, A1, A2, A3, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3) static <D,
T, A1, A2, A3, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor3<D, A1, A2, A3, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3) static <D,
T, A1, A2, A3, A4, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor4<D, A1, A2, A3, A4, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4) static <D,
T, A1, A2, A3, A4, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor4<D, A1, A2, A3, A4, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4) static <D,
T, A1, A2, A3, A4, A5, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor5<D, A1, A2, A3, A4, A5, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4, AbstractExpression<D, T, ? extends A5> arg5) static <D,
T, A1, A2, A3, A4, A5, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor5<D, A1, A2, A3, A4, A5, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4, Fragment<D, T, ? extends A5> arg5) static <D,
T, A1, A2, A3, A4, A5, A6, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor6<D, A1, A2, A3, A4, A5, A6, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4, AbstractExpression<D, T, ? extends A5> arg5, AbstractExpression<D, T, ? extends A6> arg6) static <D,
T, A1, A2, A3, A4, A5, A6, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor6<D, A1, A2, A3, A4, A5, A6, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4, Fragment<D, T, ? extends A5> arg5, Fragment<D, T, ? extends A6> arg6) static <D,
T, A1, A2, A3, A4, A5, A6, A7, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor7<D, A1, A2, A3, A4, A5, A6, A7, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4, AbstractExpression<D, T, ? extends A5> arg5, AbstractExpression<D, T, ? extends A6> arg6, AbstractExpression<D, T, ? extends A7> arg7) static <D,
T, A1, A2, A3, A4, A5, A6, A7, R>
Expression<D,T, R> Reducer.reduce
(@Opt Class<R> type, Reducer.Constructor7<D, A1, A2, A3, A4, A5, A6, A7, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4, Fragment<D, T, ? extends A5> arg5, Fragment<D, T, ? extends A6> arg6, Fragment<D, T, ? extends A7> arg7) static <D> void
Reducer.setGlobalMessageHook
(@Opt MessageReceiver<? super SimpleMessage<D>> hook) Sets the global message hook that is called for every messsge that is emitted during AST construction.static <D,
T> Parser<D, T> Parser.terminal
(Predicate<Parser.Token<D, T>> match, Optional<Set<T>> firstSet, @Opt String description) Returns a parser that consumes a single token matching a given predicate.ModifierConstructorDescriptionprotected
AbstractCharacterInput
(D documentId, Reader in) DOCUMENT MEReverseList
(ReverseList<? extends A> front, A last) -
Uses of Opt in eu.bandm.tools.rdparser
Modifier and TypeMethodDescriptionTunableParser.readExternal
(String systemID) Read a file relative to the currentTunableParser.base
and return its contents. -
Uses of Opt in eu.bandm.tools.tdom
Modifier and TypeFieldDescriptionPackageTemplate.dtdFile
(package private) final @Opt ToplevelTemplate
DocumentTemplate.element
ATTENTION FieldDocumentTemplate.element
is of classToplevelTemplate
, because it can be anElementTemplate
OR anAbstractElementTemplate
.(package private) @Opt GeneratedConstructor
ElementTemplate.parsingConstructor
Survey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructor
ElementTemplate.pcdataOnlyConstructor
Survey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructor
ElementTemplate.pcdataOnlyConstructorSafe
Survey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructor
ElementTemplate.semiparsingConstructor
Survey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructor
ElementTemplate.semiparsingConstructorShort
Survey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructor
ElementTemplate.semiparsingPreConstructor
Survey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructor
ElementTemplate.typedConstructorSafe
Survey on all GeneratedConstructor-s:Modifier and TypeMethodDescriptionPackageTemplate.extractDoctext
(String key) Delivers the concatenation of all doc entries in the DTD related to the key.PackageTemplate.extractDoctextFormat
(String key) AbstractElementTemplate.getCaller()
ElementTemplate.getCaller()
ToplevelTemplate.getCaller()
Returns the tail of a PI's text, iff the target is "tdom", and the text begins with key, followed by a blank or the end of the string.protected @Opt GeneratedField
TypedAttrsGenerator.reAdjustNormalEnum
(Location<XMLDocumentIdentifier> location, String piKey, GeneratedClass attrClass, GeneratedEnum valuesEnum, DTD.AttType type, boolean hasDefaultValue, DTD.DefaultDecl defaultValue) Creates additional source code for EnumerationAttribute-s.Modifier and TypeMethodDescriptionprotected void
TypedDOMGenerator.error
(@Opt Exception ex, @Opt Location<XMLDocumentIdentifier> location, String text) DOCMEprotected void
TypedDOMGenerator.error
(@Opt Exception ex, @Opt Location<XMLDocumentIdentifier> location, String text) DOCMEprotected GeneratedClass
TypedAttrsGenerator.makeSelectedIntegersAttr
(Location<XMLDocumentIdentifier> location, @Opt GeneratedClass elementClass, DTD.AttType type, String name) Generates the class which implements an Attribute of the SelectedIntegersAttribute type.(package private) void
TypedAttrsGenerator.processOneAttDef
(DTD.AttDef attDef, @Opt ElementTemplate elementTemplate) Generate source code for one particular Attribute definition.(package private) void
TypedAttrsGenerator.processOneAttlist
(DTD.Attlist attlist, @Opt ElementTemplate elementTemplate) Generate source code for all Definitions in one Attlist.(package private) void
TypedAttrsGenerator.processOneAttlist
(DTD.Attlist attlist, @Opt ElementTemplate elementTemplate) Generate source code for all Definitions in one Attlist.ModifierConstructorDescriptionAbstractElementTemplate
(PackageTemplate packageTemplate, @Opt String name, Set<String> children, boolean hasDoc, boolean extensible, MetaType superClass) DocumentTemplate
(PackageTemplate packageTemplate, @Opt ToplevelTemplate element) (package private)
PackageTemplate
(@Opt File dtdFile, File destination, String packageName, DTD.Dtd dtd, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, boolean useArrays, boolean generateFunctions, boolean paisleySupport) Top level meta-information storage of the template hierarchy.(package private)
TypedAttrsGenerator
(TypedDOMGenerator typedDOMGenerator, PackageTemplate packageTemplate, @Opt Map<String, String> namespaceMapping) -
Uses of Opt in eu.bandm.tools.tdom.runtime
Modifier and TypeFieldDescriptionprotected @Opt TypedAttribute
TdomAttributeException.attr
TypedDocument.generationComment
TdomAttributeException.value
protected V
TypedAttribute.value
The value of this attribute, includingnull
for "absent".Modifier and TypeMethodDescriptionstatic @Opt BigDecimal
TypedNode.asBigDecimal
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimal
TypedNode.asBigDecimal
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimal
TypedNode.asBigDecimal
(@Opt String s) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimal
TypedNode.asBigDecimal
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded BigDecimal value.static @Opt BigInteger
TypedNode.asBigInteger
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigInteger
TypedNode.asBigInteger
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigInteger
TypedNode.asBigInteger
(@Opt String s) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigInteger
TypedNode.asBigInteger
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded BigInteger value.TypedNode.asDouble
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded double value.TypedNode.asDouble
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded double value.Returns the value of its argument as a decimal encoded double value.TypedNode.asDouble
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded double value.TypedNode.asFloat
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded float value.Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded float value.TypedNode.asHexInt
(@Opt CDataAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt
(@Opt NmTokenAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt
(TypedElement.PCDataContainer el) Returns the contents of its argument as a hexdecimal encoded integer value.TypedNode.asInt
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded integer value.Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded integer value.TypedNode.asLong
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded long value.TypedNode.asLong
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded long value.Returns the value of its argument as a decimal encoded long value.TypedNode.asLong
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded long value.TypedNode.asTrimmedString
(@Opt CDataAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString
(@Opt NmTokenAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString
(@Opt String s) Returns its argument as a trimmed string.protected static @Opt NamespaceName
TypedElement.classifyForException
(TypedSubstantial s) static @Opt TdomException
Follow the chain of ".cause" entries until an instance of this class is found.TypedAttribute.find
(Attributes attrs, NamespaceName name) Extract the string value for this attribute from a SAX input data structure.Delivers an instance of the dtd stored with the tdom model with the given name.Returns the element indentified by the given String value, or null if no such exists.TdomAttributeException.getAttribute()
TdomException.getContextElementNSName()
TypedDocument.getGenerationComment()
TdomException.getLocation()
final @Opt Location<XMLDocumentIdentifier>
TypedNode.getLocation()
Return the location in the original text document.UntypedVisitor.getNearestElement()
The last entered element.TdomContentException.getOffendingTag()
NmTokenAttribute.getStringValue
(@Opt String s) NmTokensAttribute.getStringValue
(@Opt List<String> v) <E extends TypedElement<E,
X>, X extends TypedExtension>
EIdRefAttribute.getValue
(ElementDictionary<? extends E, X> dict) Look up the element for the current value of this.TdomAttributeException.getValue()
final V
TypedAttribute.getValue()
Returns the current value of this attribute.NmTokensAttribute.splitValues
(@Opt String text) Used from extern as auxiliary method.final @Opt TypedPCData
TypedElement.MixedContent.toPCData()
Returns the unwrapped PCDATA content, or null if it is not this variant.Modifier and TypeMethodDescriptionprotected static boolean
NmTokenAttribute._checkToken
(@Opt String token, boolean mustBeName) Checks whether the argument fits the rules for Nmtoken and Name in XML1.0.static @Opt BigDecimal
TypedNode.asBigDecimal
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimal
TypedNode.asBigDecimal
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimal
TypedNode.asBigDecimal
(@Opt String s) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigInteger
TypedNode.asBigInteger
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigInteger
TypedNode.asBigInteger
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigInteger
TypedNode.asBigInteger
(@Opt String s) Returns the value of its argument as a decimal encoded BigInteger value.TypedNode.asDouble
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded double value.TypedNode.asDouble
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded double value.Returns the value of its argument as a decimal encoded double value.TypedNode.asFloat
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded float value.Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded float value.TypedNode.asHexInt
(@Opt CDataAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt
(@Opt NmTokenAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt
(TypedElement.PCDataContainer el) Returns the contents of its argument as a hexdecimal encoded integer value.TypedNode.asInt
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded integer value.Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt
(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded integer value.TypedNode.asLong
(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded long value.TypedNode.asLong
(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded long value.Returns the value of its argument as a decimal encoded long value.static <W> void
TypedAttribute.assertSetAttrValid
(TypedAttribute<W> attr, W value) Wrapper for an attribute set method invocation when the author knows that a valid value is provided, to replace a checked exception.TypedNode.asTrimmedString
(@Opt CDataAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString
(@Opt NmTokenAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString
(@Opt String s) Returns its argument as a trimmed string.boolean
ElementDictionary.checkIds
(E top, @Opt MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Test whether all reachable IDREF and IDREFS attribute have a value which corresponds to some ID attribute in the maps of this ElementDictionary.static void
NmTokenAttribute.checkNameToken
(@Opt String token) Check whether the argument is a legal value for a "Name" token, according to [XML 1.0].static void
NmTokenAttribute.checkNCName
(@Opt String token) Check whether the argument is a legal value for a "Name" token and does not contain a colon ":".static void
NmTokenAttribute.checkNmToken
(@Opt String token) Check whether the argument is a legal value for "Nmtoken".static void
NmTokenAttribute.checkPITarget
(@Opt String token) Check whether the argument is a legal value for a "Name" token and does not start with the three characters "XML" in any combination of upper/lower case.protected void
CDataAttribute.checkValue
(@Opt String value) protected void
EnumerationAttribute.checkValue
(V value) protected void
IdAttribute.checkValue
(@Opt String value) Check whether the value matches the syntactical rules for XML Names.protected void
IdRefAttribute.checkValue
(@Opt String value) protected void
NmTokenAttribute.checkValue
(@Opt String value) protected void
NmTokensAttribute.checkValue
(@Opt List<String> values) protected abstract void
TypedAttribute.checkValue
(V v) Check routine for the validity of the attributes' intended value.void
TypedComment.dump
(ContentHandler contentHandler, LexicalHandler lexicalHandler) abstract void
TypedEthereal.dump
(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write this model component to a SAX output stream.void
TypedProcessingInstruction.dump
(ContentHandler contentHandler, LexicalHandler lexicalHandler) protected void
TypedSubstantial.dumpFollowingEthereals
(ContentHandler contentHandler, LexicalHandler lexicalHandler) protected void
TypedEtherealContainer.dumpLeadingEthereals
(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write PIs to the content handler, and Comments to the lexical Handler, if present.protected void
TypedSubstantial.dumpPrecedingEthereals
(ContentHandler contentHandler, LexicalHandler lexicalHandler) protected void
TypedEtherealContainer.dumpTrailingEthereals
(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write PIs to the content handler, and Comments to the lexical Handler, if present.Returns the element indentified by the given String value, or null if no such exists.NmTokenAttribute.getStringValue
(@Opt String s) NmTokensAttribute.getStringValue
(@Opt List<String> v) protected void
TypedElement.initAttrs
(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code.protected void
TypedElement.initAttrs
(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code.protected void
TypedElement.initAttrsSafe
(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code if notTdomAttributeSyntaxException
can arise when parsing the attributes.protected void
TypedElement.initAttrsSafe
(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code if notTdomAttributeSyntaxException
can arise when parsing the attributes.void
TypedDocument.setGenerationComment
(@Opt String generationComment) Will be emitted when this document is dumped to any SAX handler.final void
TypedNode.setLocation
(@Opt Locatable<XMLDocumentIdentifier> loc) Set the location information.final void
TypedNode.setLocation
(@Opt Location<XMLDocumentIdentifier> location) Set the location information.protected final void
TypedNode.setLocation
(@Opt Location<XMLDocumentIdentifier> begin, @Opt Location<XMLDocumentIdentifier> end) Set the location information to an interval, if both limits are not null.protected final void
TypedNode.setLocation
(@Opt Location<XMLDocumentIdentifier> begin, @Opt Location<XMLDocumentIdentifier> end) Set the location information to an interval, if both limits are not null.void
CDataAttribute.setValue
(@Opt String newValue, TypedAttribute.SafeValues flag) Internal use only.void
EnumerationAttribute.setValue
(V newValue, TypedAttribute.SafeValues flag) Internal use only.void
Set the value of this attribute.NmTokensAttribute.splitValues
(@Opt String text) Used from extern as auxiliary method.ModifierConstructorDescriptionprotected
CDataAttribute
(@Opt String value) protected
CDataAttribute
(TypedAttribute.SafeValues flag, @Opt String value) This variant may only be invoked by generated code if value argument is known to be != null.protected
EnumerationAttribute
(@Opt String value) protected
EnumerationAttribute
(TypedAttribute.SafeValues flag, V value) This variant may only be invoked by generated code if attribute is #IMPLIED and not #FIXED.protected
EnumerationAttribute
(V value) protected
IdAttribute
(@Opt String value) protected
IdRefAttribute
(@Opt String value) protected
IdRefsAttribute
(@Opt String value) protected
IdRefsAttribute
(@Opt List<String> value) protected
NmTokenAttribute
(@Opt String value) protected
NmTokensAttribute
(@Opt String value) protected
NmTokensAttribute
(@Opt List<String> value) protected
SelectedIntegersAttribute
(@Opt Integer value) protected
SelectedIntegersAttribute
(@Opt String value) TdomAttributeException
(@Opt Locatable<?> loc, @Opt TypedAttribute attr) TdomAttributeException
(@Opt Locatable<?> loc, @Opt TypedAttribute attr) TdomAttributeException
(@Opt Locatable<?> loc, @Opt TypedAttribute attr, @Opt String value) TdomAttributeException
(@Opt Locatable<?> loc, @Opt TypedAttribute attr, @Opt String value) TdomAttributeException
(@Opt Locatable<?> loc, @Opt TypedAttribute attr, @Opt String value) TdomAttributeFixedException
(@Opt Locatable<?> loc, TypedAttribute attr, String value) TdomAttributeMissingException
(@Opt Locatable<?> loc, TypedAttribute attr) TdomAttributeSyntaxException
(@Opt Locatable<?> loc, TypedAttribute attr, @Opt String value) TdomAttributeSyntaxException
(@Opt Locatable<?> loc, TypedAttribute attr, @Opt String value) TdomAttributeUndefException
(@Opt Locatable<?> loc, NamespaceName attrName, String value) TdomContentEndException
(@Opt Locatable<?> loc) TdomContentException
(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag) TdomContentException
(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag) TdomContentException
(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag, int offendingPosition) TdomContentException
(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag, int offendingPosition) TdomException
(@Opt Locatable<?> loc) TdomXmlException
(@Opt Locatable<?> loc, String message) protected
TypedAttribute
(V value) Construct a new instance with a defined value during model construction. -
Uses of Opt in eu.bandm.tools.test
Modifier and TypeFieldDescriptionTestFrame.ArrayCanvas.fixed_max
TestFrame.ArrayCanvas.fixed_min
TestFrame.ArrayCanvas.fixed_samples
Modifier and TypeMethodDescriptionprotected void
TestFrame.checkMessages
(MessageStore<SimpleMessage<D>> store, @Opt String... expected) The string values of the (formatted) messages in the given message store must correspond to the sequence of string constants.protected void
TestFrame.matchMessages
(MessageStore<SimpleMessage<D>> store, @Opt Pattern<? super Integer> size, Pattern<? super Message>... expectedPrefix) -
Uses of Opt in eu.bandm.tools.umod
Modifier and TypeFieldDescriptionUMod2visitors.V_makeDescend.result
Deprecated.Accumulated "for(i1;..)match(...)
"-code.UMod2visitors.V_makeVDescend.result
Accumulated "for(i1;..)match(...)
"-code.Modifier and TypeMethodDescriptionprotected UMod.FieldDef
UMod2java.V_compileFieldDefs.findSuperField
(UMod.FieldDef fd) Finds a field defintion with the same name as its argument in a true super class of the class definition containing this argument.static UMod.Forest
Main.stream2umod
(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg) Main worker method, can be called from other classes.Modifier and TypeMethodDescriptionFactory.addClassDef
(UMod.ClassDef superclass, String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, boolean isAlgebraic, boolean isAbstract) Add a class definition to the model.Factory.addClassDef
(UMod.ClassDef superclass, String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, boolean isAlgebraic, boolean isAbstract) Add a class definition to the model.Factory.addClassDef
(UMod.ClassDef superclass, String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, boolean isAlgebraic, boolean isAbstract) Add a class definition to the model.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, UMod.Item source, @Opt String prefixToUser, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, UMod.Item source, @Opt String prefixToUser, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, UMod.Item source, @Opt String prefixToUser, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, UMod.Item source, @Opt String prefixToUser, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.Factory.addEnumDef
(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add an enumeration definition to the model.Factory.addEnumDef
(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add an enumeration definition to the model.Factory.addEnumDef
(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, String... items) Add an enumeration definition plus some/all of its enumeration values to the model.Factory.addEnumDef
(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, String... items) Add an enumeration definition plus some/all of its enumeration values to the model.void
Factory.addEnumItem
(UMod.EnumDef edef, String name, @Opt String doc) Add a further enumeration value to an already defined enumeration type.Factory.addExternalDeclaration
(String name, @Opt Location<XMLDocumentIdentifier> loc) Add an external declaration to the model.Factory.addFieldDef
(UMod.ClassDef cls, String name, UMod.ClassDef fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Factory.addFieldDef
(UMod.ClassDef cls, String name, UMod.ClassDef fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Factory.addFieldDef
(UMod.ClassDef cls, String name, UMod.Type fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add a field definition to a class definition.Factory.addFieldDef
(UMod.ClassDef cls, String name, UMod.Type fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add a field definition to a class definition.void
Factory.addJavaText
(UMod.ClassDef cd, String text, @Opt Location<XMLDocumentIdentifier> loc) Add a verbatim java block, either to a class definition's code, or to the top-level model classs, ifcd==null
.void
Factory.addJavaText
(UMod.ClassDef cd, String text, @Opt Location<XMLDocumentIdentifier> loc) Add a verbatim java block, either to a class definition's code, or to the top-level model classs, ifcd==null
.void
Factory.addTostringText
(UMod.ClassDef cd, String text, @Opt Location<XMLDocumentIdentifier> loc) Add a standardtoString()
method to the class definition's code.Factory.addVisitorDef
(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, @Opt Factory.VisitorFlavours flavour, int number) Add a base visitor definition to the model.Factory.addVisitorDef
(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, @Opt Factory.VisitorFlavours flavour, int number) Add a base visitor definition to the model.Factory.addVisitorDef
(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, @Opt Factory.VisitorFlavours flavour, int number) Add a base visitor definition to the model.void
Factory.addVisitorRegister
(UMod.FieldDef field, int num, int pos, @Opt String lr) Add a visitor register number to a field.protected void
UMod2java.CompileConstructors_20181214.compileConstructor
(UMod.ClassDef cd, @Opt Integer key, Collection<UMod.FieldDef> allParams, @Opt Collection<UMod.FieldDef> superParams) When this is called: no obligate fields are missing.protected void
UMod2java.CompileConstructors_20181214.compileConstructor
(UMod.ClassDef cd, @Opt Integer key, Collection<UMod.FieldDef> allParams, @Opt Collection<UMod.FieldDef> superParams) When this is called: no obligate fields are missing.(package private) void
UMod2visitors.makeVisitors
(@Opt String sourceText) Generate the source text of all visitors defined in the current input forest.protected void
Factory.opt_addDocumentation
(UMod.Item item, @Opt String text) static UMod.Forest
Reducer.reduce
(UMod.Forest in_forest, eu.bandm.tools.umod.absy.Document_modeltree el, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) static UMod.Forest
Main.stream2umod
(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg) Main worker method, can be called from other classes. -
Uses of Opt in eu.bandm.tools.umod.runtime
-
Uses of Opt in eu.bandm.tools.util.classes
Modifier and TypeFieldDescriptionprotected final T
DynamicEnum.Item.data
The explicitly added data value.protected final @Opt ClassLoader
ConfigurableClassLoader.JarArchive.localLoader
The loader to which the jar file class loader delegates according to its "Class-Path" manifest entry.Modifier and TypeMethodDescriptionNavigate.findInnerClass
(Class<?> cs, String name) Navigate.findParallelClass
(Class<?> cs, String name) DynamicEnum.get
(int i) Returns the added item by its position number, or null if no such found.DynamicEnum.Item.getData()
evidentprotected @Opt InputStream
Return an input stream which contains all data of the class with the given name.Modifier and TypeMethodDescriptionAdd one item.boolean
DynamicEnum.containsUnchecked
(@Opt Object o) Returns whether the argument is contained in this enumeration.static Collection<String>
ClassProbe.findClasses
(@Opt String targetClassPath, @Opt Predicate<? super String> filter, @Opt BiConsumer<String, Exception> signalLoadingError, String... roots) Find all recursive static references to classes.static Collection<String>
ClassProbe.findClasses
(@Opt String targetClassPath, @Opt Predicate<? super String> filter, @Opt BiConsumer<String, Exception> signalLoadingError, String... roots) Find all recursive static references to classes.static Collection<String>
ClassProbe.findClasses
(@Opt String targetClassPath, @Opt Predicate<? super String> filter, @Opt BiConsumer<String, Exception> signalLoadingError, String... roots) Find all recursive static references to classes.int
DynamicEnum.indexOfUnchecked
(@Opt Object o) Returns the number of the item in this enumeration, or -1 if not contained.static <T> boolean
StackFilter.Compiler.testIfNonNull
(Predicate<T> pred, T value) For convenience of the implementations, which use it frequently.ModifierConstructorDescriptionDynamicEnum
(@Opt T... items) Constructor for an enumeration with fixed content.protected
Item
(DynamicEnum<T> whole, int index, T data) Only constructor. -
Uses of Opt in eu.bandm.tools.util.files
Modifier and TypeFieldDescriptionSourceHabitats.SourceHabitat_resource.cls
==null only in case of error.SimpleFilePattern.inPost
The part of the input pattern after the placeholder-SimpleFilePattern.inPre
The part of the input pattern before the placeholder-SimpleFilePattern.outPost
The part of the output pattern after the placeholder-SimpleFilePattern.outPre
The part of the output pattern before the placeholder-SimpleFilePattern.stem
The string matching the placeholder from the last executed call toSimpleFilePattern.match(String)
.Modifier and TypeMethodDescriptionFilenameUtils.getExtension
(File f) Returns the suffix after the last occurence of "." in the file's local name, or null if no such.FilenameUtils.getExtension
(String fn) Returns the suffix after the last occurence of ".", or null if no such.protected @Opt SourceHabitats.SourceHabitat
SourceHabitats.makeHabitat
(String name, @Opt String additionalErrorText) Internal method to check whether the input toSourceHabitats.appendNewHabitat(String,String)
is consistent.Matches the input pattern and returns the derived output string.FilenameUtils.replaceUniquePlaceholder
(String in, String placeholder, String replacement) Replaces in "in" the only occurence of "placeholder" by "replacement".SourceHabitats.searchAllPlaces
(String name, @Opt BiConsumer<String, Object[]> verbose, String... suffices) Service access point for searching all habitats, for the name of the resources, tested with all suffixed.CliOrGui.selectOneInputFile
(String title, boolean lenient, String[] args) Central entry method.protected @Opt SourceHabitats.FoundSource
SourceHabitats.SourceHabitat.test_for_inputStream
(String id, @Opt BiConsumer<String, Object[]> verbose, String[] suffices) Deliver an input source or null, if no resource found.protected @Opt SourceHabitats.FoundSource
SourceHabitats.SourceHabitat_file.test_idExt
(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) protected @Opt SourceHabitats.FoundSource
SourceHabitats.SourceHabitat_resource.test_idExt
(String id, BiConsumer<String, Object[]> verb, String ext) protected abstract @Opt SourceHabitats.FoundSource
SourceHabitats.SourceHabitat.test_idExt
(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) Finds the resource with the given name.Modifier and TypeMethodDescriptionvoid
SourceHabitats.appendNewHabitat
(String s, @Opt String additionalErrorText) Service access point for adding a habitat to the end of the search list.protected @Opt SourceHabitats.SourceHabitat
SourceHabitats.makeHabitat
(String name, @Opt String additionalErrorText) Internal method to check whether the input toSourceHabitats.appendNewHabitat(String,String)
is consistent.static String
FilenameUtils.replaceExtension
(File f, @Opt String e) Replace the extension by a different one, or remove it completely.static String
FilenameUtils.replaceExtension
(String fn, @Opt String e) Replace the extension by a different one, or remove it completely.SourceHabitats.searchAllPlaces
(String name, @Opt BiConsumer<String, Object[]> verbose, String... suffices) Service access point for searching all habitats, for the name of the resources, tested with all suffixed.protected @Opt SourceHabitats.FoundSource
SourceHabitats.SourceHabitat.test_for_inputStream
(String id, @Opt BiConsumer<String, Object[]> verbose, String[] suffices) Deliver an input source or null, if no resource found.protected @Opt SourceHabitats.FoundSource
SourceHabitats.SourceHabitat_file.test_idExt
(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) protected abstract @Opt SourceHabitats.FoundSource
SourceHabitats.SourceHabitat.test_idExt
(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) Finds the resource with the given name. -
Uses of Opt in eu.bandm.tools.util.http
-
Uses of Opt in eu.bandm.tools.util.java
Modifier and TypeFieldDescriptionprotected final @Opt ListIterator<T>
Iterators.Pairwise.lit
Identic toIterators.Pairwise.it
iff the constructor wihtListIterator
has been called.Modifier and TypeMethodDescriptionabstract void
Call back to be overwritten by the user.abstract void
Call back to be overwritten by the user.abstract void
Call back to be overwritten by the user. -
Uses of Opt in eu.bandm.tools.util.xml
Modifier and TypeFieldDescription(package private) @Opt Location<XMLDocumentIdentifier>
SaxLocatorMapper.cache
Cache for the location of the very last SAX event.protected @Opt XMLDocumentIdentifier
ContentPrinter.dtdDocId
SaxLocatorMapper.incomingLocs
Set by the intercepted "setDocumentLocator" call.ContentPrinter.selectedEncoding
Modifier and TypeMethodDescription(package private) @Opt XMLDocumentIdentifier
SAXEventQueue._getDocumentId
(eu.bandm.tools.util.xml.SAXEventQueue.Item item) SAXEventQueue.getDocumentId()
CHECK FIXME ist das wirklich "public" notwendig?SAX2DOMConverter.getDOMImplementation()
Delivers the system-dependent factory which will deliver the dom object, as set explicityl by a call toSAX2DOMConverter.setDOMImplementation(org.w3c.dom.DOMImplementation)
.SAXEventQueue.getErrorHandler()
Get the outgoing error handler.AttributeMap.remove
(NamespaceName name) EvidentEvidentNamespaceName.validQName
(String qname) Check for validity of a qualified name and split it into its two components.Modifier and TypeMethodDescriptionboolean
Directly delegate to the implementing map.<A,
B> void NamespaceName2String.fillFromOptions
(MessageReceiver<SimpleMessage<?>> msg, @Opt List<A> files, @Opt List<B> pairs) Add the pairs from the files and then the pairs directly contained in a command line option.<A,
B> void NamespaceName2String.fillFromOptions
(MessageReceiver<SimpleMessage<?>> msg, @Opt List<A> files, @Opt List<B> pairs) Add the pairs from the files and then the pairs directly contained in a command line option.static boolean
XMLDocumentIdentifier.isValidPublicId
(@Opt String publicId) Check if string is a valid public id.void
SAXEventQueue.setDocumentLocator
(Locator locator) According to SAX documentation, this is called-back automatically by any standard XML parser when this ContentHandler is declared to it by its "setContentHandler()" method.void
SaxLocatorMapper.setDocumentLocator
(@Opt Locator loc) Intercept the call of the SAX supplier, which declares the target of all location inquiry method invocations, and stores it locally.void
SAXEventQueue.setErrorHandler
(ErrorHandler errorHandler) Set the outgoing error handler.ModifierConstructorDescriptionContentPrinter
(OutputStream out, @Opt String selectedEncoding) Deprecated.ContentPrinter
(OutputStream out, @Opt String selectedEncoding, boolean pretty) Deprecated.ContentPrinter
(OutputStream out, @Opt String selectedEncoding, boolean pretty, boolean noend) Creates a ContentPrinter which can omit all end tags.ContentPrinter
(OutputStream out, @Opt String selectedEncoding, Set<NamespaceName> noindent) Creates a ContentPrinter which inserts indentation ONLY inside of elements which do not have mixed contents.SaxDumper
(@Opt PrintStream out) Constructor which sets the target of the print output or takes System.err in case of null.XMLDocumentIdentifier
(@Opt String publicId, String systemId) Create an instance with given systemId and publicId.XMLDocumentIdentifier
(@Opt String publicId, URI systemId) Currently for convenience only, executes "systemId.toString()".XMLDocumentIdentifier
(@Opt String publicId, URL systemId) Currently for convenience only, executes "systemId.toString()". -
Uses of Opt in eu.bandm.tools.util3
-
Uses of Opt in eu.bandm.tools.xantlrtdom
Modifier and TypeMethodDescriptionstatic <T extends TypedDocument>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, @Opt EntityResolver resolver) static <T extends TypedDocument,
E extends TypedExtension>
TTdomReader.parseXmlFile
(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, @Opt EntityResolver resolver, Class<E> extClass, E ext) -
Uses of Opt in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescription(package private) TPath.Literal
TPathCache.ExprClassified.constValue
Is !=null iff the expression has one constant string value.TPathCache.ExprClassified.constValueString
Is set !=null iff there is no computing required, ie.final DTM.Dtd
ResultContext.dtd
(package private) @Opt Location<XMLDocumentIdentifier>
TPathCache.ExprClassified.errorLocation
Parsing result, "null" means erronuous.(package private) TPath.Expr
TPathCache.ExprClassified.expr
Parsing result, "null" means erronuous.(package private) @Opt List<TPathCache.PatternPart>
TPathCache.ExprClassified.patternParts
Used only if expr is used as a "pattern" (i.e.(package private) TPath.Expr
TPathCache.PatternPart.root
A TPath expression of kind TPath.Root or TPath.Function, which is the top-most tpath element (the left-most in front-end notation, and the first wehn stepping down the document.) ==null, iff the pattern is un-rooted = existentially quantified.ResultContext.tdom_package_name
(package private) @Opt Type.XPathType
TPathCache.ExprClassified.type
final DTD.Dtd
ResultContext.x_dtd
Original DTD, only needed for "WhitespaceIgnorer" in verbatimXML, seeApplication.feedTextToResult(Element,String)
.Modifier and TypeMethodDescription(package private) Rt.TemplateEntry
Application.findMatchingTemplate
(N focus, @Opt NamespaceName mode) Only called from ONE point inApplication.findRuleAndApply(eu.bandm.tools.util.xml.NamespaceName)
.(package private) Rt.TemplateEntry
Application.findMatchingTemplate
(N focus, @Opt NamespaceName mode, Transformation trans) Recursive call for stepping through imported stylesheets.static @Opt ResultContext
ResultContext.newInstance
(String tdom_package_name, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Extracts all the data required for parsing and stores them into public read-only fields.(package private) @Opt NamespaceName
Transformation.nonEmptyConstantNamespaceNameAttribute
(CDataAttribute att, TypedElement<?, ?> el, boolean required, String category, String spec) (package private) @Opt NamespaceName
Transformation.ns_resolve_noDefault
(TypedSubstantial el, String qname) Do not resolve empty prefix to declared default namespace, but to empty uri namespace (no-NS).(package private) @Opt NamespaceName
Transformation.ns_resolve_noDefault
(TypedSubstantial el, String pref, String localname) called ONLY from TemplateRegistry: tests for names of attributes DO NOT consider default name space!(package private) @Opt NamespaceName
Transformation.ns_resolve_useDefault
(TypedSubstantial el, String qname) (package private) @Opt NamespaceName
Transformation.ns_resolve_useDefault
(TypedSubstantial el, String pref, String localname) called ONLY from TemplateRegistry: tests for names of elements DO consider default name space!Transformation.optionalNonEmptyAttributeValue
(CDataAttribute att, TypedElement<?, ?> el, String category, String spec) Check whether the attribute is defined with the element.TPathCache.parse
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, NamespaceName attribName, @Opt String data, boolean isTemplate) Parse expression source and store result to caches.(package private) @Opt Type.XPathType
Transformation.ContextChecker.parse_xslt_tpath_expr
(CDataAttribute a, boolean required, boolean isTemplate, String role, String spec) Transformation.requiredNonEmptyAttributeValue
(CDataAttribute att, TypedElement<?, ?> el, String category, String spec) Check whether the attribute is defined with the element, and is a non-empty string.Application.singleResultElement()
Modifier and TypeMethodDescription(package private) TemplatesCache.LoadResult
TemplatesCache._getTemplates
(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, @Opt ResultContext resultContext) ATTENTION every source template can be loaded more than once, but only once for a particular tdom class name.(package private) TemplatesCache.LoadResult
TemplatesCache._getTemplates
(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, @Opt ResultContext resultContext) ATTENTION every source template can be loaded more than once, but only once for a particular tdom class name.(package private) Transformation
TransformationCache._getTransformation
(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, ResultContext resultContext, Function<NamespaceName, FunctionSignature> builtInFunctions, DTM.Dtd sourceDtm, Collection<DTM.Element> topSourceElements, List<Transformation> calledBy) Called directly byTransformation
/Transformation.Loader
for IMPORTing xslt sources.protected NamespaceName
Application.calculate_result_nsName
(eu.bandm.tools.xslt.tdom.Element el, TypedAttribute attr_name, @Opt TypedAttribute attr_namespace, boolean isAttr) Calculates the Namespace name for the result object to be generated by xsl:element and xsl:attribute commands.
FIXME nine cases (name and namespace can INDEPENDENTLY have been found constant, erronuous or still to calcalute) are not yet completely communicated from Transformation to Application.boolean
TPathCache.checkPattern
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, @Opt Location<XMLDocumentIdentifier> loc, TPathCache.ExprClassified expr, boolean inTemplateOrKeyMatch, String role) Returns whether the ExprClassified is a pattern, and updatesTPathCache.ExprClassified.patternParts
accordingly.(package private) Integer
Application.evalNumber_any
(TPathCache.ExprClassified count, @Opt TPathCache.ExprClassified from) Application.evalNumber_singleOrMultiple
(TPathCache.ExprClassified count, @Opt TPathCache.ExprClassified from, boolean isMultiple) Different optimizations are possible: the function "id" matches maximally once.(package private) Rt.TemplateEntry
Application.findMatchingTemplate
(N focus, @Opt NamespaceName mode) Only called from ONE point inApplication.findRuleAndApply(eu.bandm.tools.util.xml.NamespaceName)
.(package private) Rt.TemplateEntry
Application.findMatchingTemplate
(N focus, @Opt NamespaceName mode, Transformation trans) Recursive call for stepping through imported stylesheets.TemplatesCache.getTemplates
(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, @Opt ResultContext resultContext) Loads a set of xslt rules from the given file for the given result tdom into aTemplates
object.TemplatesCache.getTemplates
(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, @Opt ResultContext resultContext) Loads a set of xslt rules from the given file for the given result tdom into aTemplates
object.TransformationCache.getTransformation
(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, ResultContext resultContext, Function<NamespaceName, FunctionSignature> builtInFunctions, DTM.Dtd sourceDtm, Collection<DTM.Element> topSourceElements) Called from "Main" etc., central service access points for loading an XSLT source for a particular evaluation context.protected void
Application.openResultFrame
(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc) constructor == null when collecting variable contents.protected void
Application.openResultFrame
(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc) constructor == null when collecting variable contents.protected void
Application.openResultFrame
(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc, MultiTypeNodeList proto) constructor == null when collecting contents for variables, comments, processing instructions, paramters, etc.protected void
Application.openResultFrame
(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc, MultiTypeNodeList proto) constructor == null when collecting contents for variables, comments, processing instructions, paramters, etc.TPathCache.parse
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, NamespaceName attribName, @Opt String data, boolean isTemplate) Parse expression source and store result to caches.boolean
boolean
boolean
Trace.test
(Options.traceflag flag, NamespaceName nsname, @Opt Location loc) (package private) void
TemplateRegistry.Finder.testAllTemplatePrefices
(@Opt Set<Rt.TemplateEntry> entries) (package private) void
TemplateRegistry.Finder.testOptTemplatePrefix
(Rt.TemplateEntry te) ModifierConstructorDescriptionApplication
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, DocumentClient<N> documentClient, @Opt FunctionLibrary<N> allFuncs, Trace trace, Transformation transformation, N input, @Opt Map<NamespaceName, Value<N>> externalParameterValues) Application
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, DocumentClient<N> documentClient, @Opt FunctionLibrary<N> allFuncs, Trace trace, Transformation transformation, N input, @Opt Map<NamespaceName, Value<N>> externalParameterValues)
TunedDTDParser.parse(Reader,XMLDocumentIdentifier,URL,boolean,MessageReceiver)
instead.