Uses of Annotation Interface
eu.bandm.tools.annotations.Opt
Packages that use Opt
Package
Description
A collection of general-purpose annotations and exceptions.
CLI tool to construct the initial skeleton of files and folders required
for a user project with 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.
Processor for parameter substitution in character streams.
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
2025-08-17_22h58m27.
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 from an application to the user, and the building blocks
for a processing pipeline.
Mirror of Java reflection: Build java sources as object models.
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.
Realizes basic test funtionality.
Compiler for data models, from a concise mathematical oriented language into
Java.
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
Collection types which work without names for classes and components.
Utility classes for Java and JVM runtime objects and bytecode.
Utility classes for file handling and IO.
Utility classes for HTTP handling.
Collection types which maintain multiplicities of references.
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.annotations
Method parameters in eu.bandm.tools.annotations with annotations of type OptModifier and TypeMethodDescriptionstatic StringProjectInfo.getProperty(@Opt ClassLoader classLoader, String propertyName, String defaultValue) Queries the value of a project context property.static StringProjectInfo.getProperty(@Opt ClassLoader classLoader, String projectInfoFilename, String propertyName, String defaultValue) Queries the value of a project context property.Constructor parameters in eu.bandm.tools.annotations with annotations of type OptModifierConstructorDescriptionImplementationMissingException(@Opt String message) Constructur with some text information.ImplementationMissingException(@Opt String message, @Opt Throwable cause) Constructur with some text information and causing Throwable.ImplementationMissingException(@Opt String message, @Opt Throwable cause) Constructur with some text information and causing Throwable.Constructur with causing Throwable.ImpossibleError(@Opt String message) Constructor with some text information.ImpossibleError(@Opt String message, @Opt Throwable cause) Constructor with some text information and causing Throwable.ImpossibleError(@Opt String message, @Opt Throwable cause) Constructor with some text information and causing Throwable.ImpossibleError(@Opt Throwable cause) Constructor with causing Throwable. -
Uses of Opt in eu.bandm.tools.applicationStart
Method parameters in eu.bandm.tools.applicationStart with annotations of type OptModifier and TypeMethodDescription(package private) voidStartApplicationProject_makeBased.copyFile(String fileNameSrc, File targetDirectory, @Opt String fileNameTarget, @Opt String firstLine, String... substs) Copy a file into the newly created hierarchy:(package private) voidStartApplicationProject_makeBased.copyFile(String fileNameSrc, File targetDirectory, @Opt String fileNameTarget, @Opt String firstLine, String... substs) Copy a file into the newly created hierarchy:(package private) FileStartApplicationProject_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) FileStartApplicationProject_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
Fields in eu.bandm.tools.d2d2.base with annotations of type OptModifier and TypeFieldDescription(package private) @Opt List<UdomClient.Node<?>> UdomClient.Element.attrs(package private) @Opt List<UdomClient.Node<?>> UdomClient.Element.childsResolver4.currentDefinitionNameIs ==null iff "c" is visited from "import a = b ^(c/d)"protected @Opt FlattenContextResolver4.currentFlattenContextDtd2Def.defaultNamespaceURIDeclared as the default name space by an explicit "<?tdom xmlns=...?>"processing instruction.Def2Xslt3.defaultXsltLibConfiguration parameter: can be overwritten by the init block of an anonymous subclass.(package private) @Opt TransformationUserdoc.docTextXsltTransformationIs != null after succesful loading.(package private) final @Opt FunctionLibrary<Node> BatchProcessor.Job.functionLibraryLibrary of additinal functions to be usable in tpath exprs.(package private) @Opt UdomClient.PcdataUdomClient.Element.growingPcdata(package private) final OUdomClient.Node.origis null for pcdata, because this must support MORE THAN ONE origs(package private) final @Opt UdomClient.ElementUdomClient.Node.parentis null for document nodeprotected @Opt TagsRegExpNavigate.LocalReferenceNormalizer.regexpLocalsThe lowest definition to search for locals.Def2Xslt3.stringpos2origMap constructed during output which maps the module source location to the generated output source.Classifier.Instance.substsDef2Dtd.tdomDocLanguageBatchProcessor.Job.topElementNameIdentifier of the topmost definition which will be produced by the xslt transformation.XsltInstance.toplevelXRegExpThe definition from which all possible (elements and attributes are reachable.(package private) final @Opt SimpleFilePatternBatchProcessor.xmlOutputFilePatternThe rule to derive the file name to store the xml representations of the parsed d2d sources.protected @Opt ExpressionText2Udom.xslt_alt_ubiquituousContains all xslt tags which can appear anywhere in the target elements.Methods in eu.bandm.tools.d2d2.base with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt ResultingStructureText2Udom.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 TransformationBatchProcessor.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 TemplatesBatchProcessor.do_loadTransformationForModule_jre(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) 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 DefinitionNavigate.findInDefinitions(Module mod, String name) Look for a definition in a module, including local defs.static @Opt DefinitionNavigate.findInDefinitions(Module mod, String[] names) Look for a definition in a module, including local defs.protected @Opt Classifier.InstanceClassifier.findInstance(Definition raw, ImportContext ic) Navigate.findXRegExp(Module mod, String name) Looks for a XRegExp with the given name.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.Text2Udom.fromReader(String locationText, Reader r, ModuleRegistry moduleRegistry) Parse the contents of the given file, using the given location text for all error messages.static @Opt Tasks.XsltExtractionResultTasks.get_xslt_xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Because it is very unlikely that the same xslt source text must be processed by both Txsl and Jre-xslt, no cache is maintained for the intermediate Udom result, which in that rare case must be calculated twice.Extract an input module name and an output file from the options (option --module 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..(package private) @Opt Classifier.InstanceClassifier.Instance.getRepresentative()static @Opt Location<XMLDocumentIdentifier> Tasks.getRootSourceLocator(Throwable exception) Follows a published routine from the xalan project page, http://xalan.apache.org/old/xalan-j/faq.html#faq-N103D5TextFileHeader.getToplevelElementName()The recognized top-most element name.protected @Opt DefinitionDtd2Def.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.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 ImportContextResolver4.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 TransformationBatchProcessor.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 TemplatesBatchProcessor.loadTransformationForModule_jre(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) protected @Opt Element_tableUserdoc.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.parse(Reader charstream, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String filename) Reducer.parse(Reader charstream, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String sourceIndication) DISLOCATED from ModuleRegistry: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.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_initialcharacter 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.readString(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 ExpressionDtd2Def.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.Method parameters in eu.bandm.tools.d2d2.base with annotations of type OptModifier 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 tdomMode, @Opt String tdomDocLanguage) Central working method for transformation to dtd.voidUdom2Sax.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ContentHandler sax, ResultingStructure structure, @Opt Map<String, String> namespaceContext) Top-level entry point.static StringTasks.ddf2doc3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleReg, String modulename, String language, boolean isStatic, String outputname, String gencomment, String dateAndTime, @Opt NamespaceName2String ext_stylesheetParams, @Opt Iterable<String> additionalSources, int lineWidth) Service point: Generate the HTML documentation for a given module, ie.static StringTasks.ddf2doc3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleReg, String modulename, String language, boolean isStatic, String outputname, String gencomment, String dateAndTime, @Opt NamespaceName2String ext_stylesheetParams, @Opt Iterable<String> additionalSources, int lineWidth) Service point: Generate the HTML documentation for a given module, ie.static voidTasks.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 in xml encoding.static voidTasks.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 in xml encoding.static voidTasks.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 voidTasks.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 voidprotected voidvoidDef2Xslt3.extract(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.voidDef2Xslt3.extract(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.voidDef2Xslt3.extract(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, @Opt 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 @Opt Tasks.XsltExtractionResultTasks.get_xslt_xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Because it is very unlikely that the same xslt source text must be processed by both Txsl and Jre-xslt, no cache is maintained for the intermediate Udom result, which in that rare case must be calculated twice.static @Opt Tasks.XsltExtractionResultTasks.get_xslt_xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Because it is very unlikely that the same xslt source text must be processed by both Txsl and Jre-xslt, no cache is maintained for the intermediate Udom result, which in that rare case must be calculated twice.static TransformationTasks.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 TransformationTasks.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 TemplatesTasks.getTransformation_jre(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) static TemplatesTasks.getTransformation_jre(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) protected voidbooleanUdomClient.nameTest(UdomClient.Node<?> node, PrincipalNodeType pnt, String uri, String suffix) uri and suffix may be ==null, which means "not tested".booleanUdomClient.nameTest(UdomClient.Node<?> node, PrincipalNodeType pnt, String uri, String suffix) uri and suffix may be ==null, which means "not tested".(package private) ImportContextResolver4.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 voidText2Udom.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 voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, Charset encoding, @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 voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, Charset encoding, @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 voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, Charset encoding, @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 voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, Reader e_source, @Opt String sourceIndication, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded text from a Reader into xml, either to a file or to a programmed consumer or to both.static voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, Reader e_source, @Opt String sourceIndication, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded text from a Reader into xml, either to a file or to a programmed consumer or to both.static voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, Reader e_source, @Opt String sourceIndication, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded text from a Reader into xml, either to a file or to a programmed consumer or to both.static voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, Reader e_source, @Opt String sourceIndication, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded text from a Reader into xml, either to a file or to a programmed consumer or to both.protected voidCharacterParser.trace(@Opt Location<XMLDocumentIdentifier> loc, String s) static booleanTasks.transformerException2errorMessage(Throwable ex, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos) ATTENTION pure heuristics WHERE to find the error diagnosis !?!?!protected void(package private) static Location<XMLDocumentIdentifier> Tasks.x_location(@Opt String pub, String sys, int lin, int col) Make a location with the given coordinates.(package private) voidBatchProcessor.xslt_by_jre(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) Execute xslt (1.0) transformation by processor coming with the jre.(package private) voidBatchProcessor.xslt_by_jre(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) Execute xslt (1.0) transformation by processor coming with the jre.(package private) voidBatchProcessor.xslt_by_jre(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) Execute xslt (1.0) transformation by processor coming with the jre.(package private) voidBatchProcessor.xslt_by_txsl(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) (package private) voidBatchProcessor.xslt_by_txsl(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) (package private) voidBatchProcessor.xslt_by_txsl(BatchProcessor.Job job, Map<NamespaceName, Value<Node>> params, String inputFilenameL, ResolvedModule mod, String dateNow, @Opt File outputDirectory, @Opt String outputfilename, Document inputDom, @Opt Map<BatchProcessor.Job, Object> resultMap) Constructor parameters in eu.bandm.tools.d2d2.base with annotations of type OptModifierConstructorDescriptionBatchProcessor(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
Methods in eu.bandm.tools.d2d2.infra with annotations of type Opt -
Uses of Opt in eu.bandm.tools.d2d2.model
Method parameters in eu.bandm.tools.d2d2.model with annotations of type OptModifier and TypeMethodDescriptionstatic <D> booleanChars.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> booleanChars.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.parser2
Methods in eu.bandm.tools.d2d2.parser2 with annotations of type OptModifier and TypeMethodDescriptionstatic @Opt D2dLexer.TokenTypeParser2.optTokenType(Object o) Parser2.parse(Reader reader, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String sourceIndication) Service Access Point for converting a text into a d2d definition module.static <R> RParser2.parse_nonterminal(Reading<XMLDocumentIdentifier, D2dLexer.TokenType, R> nonterminal, Reader reader, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String sourceIndication) Service Access Point for parsing a particular non-terminal.Method parameters in eu.bandm.tools.d2d2.parser2 with annotations of type OptModifier and TypeMethodDescriptionprotected static voidParser2.error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s, Object... args) protected voidParser2.DocuDistrib.rematch(SourceItem container, @Opt SourceItem s) protected static voidParser2.warning(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s, Object... args) -
Uses of Opt in eu.bandm.tools.d2d2.postproc
Methods in eu.bandm.tools.d2d2.postproc with annotations of type OptModifier and TypeMethodDescriptionForget.process(ResultingStructure input) Process the given result element by simply returning constantly null. -
Uses of Opt in eu.bandm.tools.doctypes
Methods in eu.bandm.tools.doctypes with annotations of type OptModifier 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 InputSourceprotected @Opt InputStreamIff the href begins with the prefix, then return an input stream, else null.protected @Opt InputSourceMethod parameters in eu.bandm.tools.doctypes with annotations of type OptModifier and TypeMethodDescriptionstatic EntityResolverDocTypes.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
Methods in eu.bandm.tools.doctypes.xhtml with annotations of type OptModifier 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_abbrElement_abbr.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_acronymElement_acronym.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_addressElement_address.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_areaElement_area.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_b.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_baseElement_base.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_bdoElement_bdo.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_bigElement_big.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_block_contentElement_block_content.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_blockElement_block.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_blockquoteElement_blockquote.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_blocktextElement_blocktext.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_bodyElement_body.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_brElement_br.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_buttonElement_button.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_captionElement_caption.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_citeElement_cite.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_codeElement_code.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_colElement_col.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_colgroupElement_colgroup.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ddElement_dd.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_delElement_del.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dfnElement_dfn.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_divElement_div.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dl.Choice_1Element_dl.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dlElement_dl.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dtElement_dt.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_emElement_em.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_fieldsetElement_fieldset.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_fontstyleElement_fontstyle.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_form_contentElement_form_content.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_formElement_form.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h1Element_h1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h2Element_h2.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h3Element_h3.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h4Element_h4.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h5Element_h5.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_h6Element_h6.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_1Element_head.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_1_Choice_1Element_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_1Element_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_1Element_head.Choice_2_Alt_1_Seq_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2_Alt_2_Choice_1Element_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_1Element_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_1Element_head.Choice_2_Alt_2_Seq_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_head.Choice_2Element_head.Choice_2.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_headElement_head.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_headingElement_heading.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_hrElement_hr.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_htmlElement_html.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_i.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_imgElement_img.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_inline_formsElement_inline_forms.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_inlineElement_inline.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_inputElement_input.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_insElement_ins.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_kbdElement_kbd.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_labelElement_label.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_legendElement_legend.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_liElement_li.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_linkElement_link.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_listsElement_lists.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_map.Choice_1Element_map.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_mapElement_map.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_metaElement_meta.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_misc_inlineElement_misc_inline.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_miscElement_misc.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_noscriptElement_noscript.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_objectElement_object.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_olElement_ol.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optgroupElement_optgroup.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionElement_option.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_p.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_paramElement_param.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_phraseElement_phrase.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_preElement_pre.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_q.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_sampElement_samp.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_scriptElement_script.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_select.Choice_1Element_select.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_selectElement_select.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_smallElement_small.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_spanElement_span.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_special_preElement_special_pre.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_specialElement_special.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_strongElement_strong.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_styleElement_style.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_subElement_sub.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_supElement_sup.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_table.Choice_1Element_table.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_table.Choice_2Element_table.Choice_2.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tableElement_table.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tbodyElement_tbody.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tdElement_td.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_textareaElement_textarea.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tfootElement_tfoot.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_thElement_th.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_theadElement_thead.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_titleElement_title.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_tr.Choice_1Element_tr.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_trElement_tr.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ttElement_tt.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ulElement_ul.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_varElement_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.Method parameters in eu.bandm.tools.doctypes.xhtml with annotations of type OptModifier and TypeMethodDescriptionstatic Element_aArriving link target with @name/@id, @class and pure text contents.static Element_aArriving link target with @name/@id, @class, pure text contents and a tooltip text.static Element_aArriving link target with @name/@id, @class, pure text contents and a tooltip text.static Element_formUtil.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_formUtil.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_selectUtil.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_aUtil.jumpNCC(String xhref, @Opt String cls, Element_a.Content... contents) Jump to target with @href, @class and structured contents.static Element_aJump to target with @href, @class and pure text contents.static Element_aJump to target with @href, @class, pure text contents and tooltip.static Element_aJump 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_spanCreate a xhtml "span" element with plain text content and a given css class.static Element_textareaUtil.textarea(@Opt String contents, int rows, int cols, String id, boolean active, boolean editable) Makes one "text area" element.static Element_headUtil.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_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.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_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.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_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.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_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.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_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.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_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.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_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >Constructor parameters in eu.bandm.tools.doctypes.xhtml with annotations of type OptModifierConstructorDescription(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
Methods in eu.bandm.tools.dpll with annotations of type OptModifier 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
Fields in eu.bandm.tools.dtd with annotations of type OptMethods in eu.bandm.tools.dtd with annotations of type OptModifier and TypeMethodDescriptionTunedDTDParser.AUX_convert(@Opt File f) Deprecated, for removal: This API element is subject to removal in a future version.Utilities.fpiExtractDescription(String fpi) Extracts the underlined part, which is most commonly interpreted as a file identifier:Method parameters in eu.bandm.tools.dtd with annotations of type OptModifier and TypeMethodDescriptionTunedDTDParser.AUX_convert(@Opt File f) Deprecated, for removal: This API element is subject to removal in a future version.static final StringUtilities.makeFormalPublicIdentifier(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 StringUtilities.makeFormalPublicIdentifier_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 as further components.protected static voidUtilities.notEmptyCheck(@Opt String o, String t) static DTD.DtdTunedDTDParser.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.Constructor parameters in eu.bandm.tools.dtd with annotations of type OptModifierConstructorDescriptionprotectedTunedDTDParser(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.protectedTunedDTDParser(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.protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) -
Uses of Opt in eu.bandm.tools.dtm
Method parameters in eu.bandm.tools.dtm with annotations of type OptModifier and TypeMethodDescriptionvoidHtmlRenderer.printHtml(OutputStream os, String dtdFileName, String outfilename, @Opt File outputdir, ToolOptions options, String cmdLineText) Main (currently: the only) entry method after constructor call.protected Element_aAppend an xhtml "anchor" object to the currently growing list. -
Uses of Opt in eu.bandm.tools.expander
Methods in eu.bandm.tools.expander with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt ParameterExpander.ParameterParameterExpander.systemParameter(String name) Constructs a new parameter object, if the given name is a valid user parameter name.static @Opt ParameterExpander.ParameterParameterExpander.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
Fields in eu.bandm.tools.format with annotations of type OptModifier and TypeFieldDescriptionFormat.FormatPrinter.afterLfComment lead-in, currently starting every printed line.protected final AFormat.Annotated.annotationThe annotation value.Format.Comment.prefixFormat.Comment.suffixMethod parameters in eu.bandm.tools.format with annotations of type OptModifier and TypeMethodDescriptionstatic <A> FormatCreates anFormat.Annotatedformat.static FormatCreates anFormat.Commentformat.static FormatCreates anFormat.Commentformat.static FormatFormat.comment(@Opt String prefix, String linePrefix, @Opt String suffix, Iterable<@Opt ? extends Format> f) Creates anFormat.Commentformat.static FormatFormat.comment(@Opt String prefix, String linePrefix, @Opt String suffix, Iterable<@Opt ? extends Format> f) Creates anFormat.Commentformat.Constructor parameters in eu.bandm.tools.format with annotations of type OptModifierConstructorDescriptionConstructor used only internally by the cloning methods.Constructor used by the factory methods.protectedConstructor used by the factory methods.protectedConstructor used by the factory methods. -
Uses of Opt in eu.bandm.tools.format.spi
Method parameters in eu.bandm.tools.format.spi with annotations of type Opt -
Uses of Opt in eu.bandm.tools.formatDiagnosis
Methods in eu.bandm.tools.formatDiagnosis with annotations of type Opt -
Uses of Opt in eu.bandm.tools.graficUtils
Fields in eu.bandm.tools.graficUtils with annotations of type OptModifier and TypeFieldDescriptionSwingForester.TreeProxy.labelSwingForester.TreeProxy.parentTextDialog.shortcutlistMethods in eu.bandm.tools.graficUtils with annotations of type OptModifier and TypeMethodDescriptionTerm.getEnvironment()Evident.PlafIcon.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 GeneralPathGeom.makeRoundedPath(double radius, double epsCollinear, Point2D... points0) Creates a path with rounded edges which connect the given points.static <C> CBasicAwtTools.nearestContainer(Class<C> c, Component here) 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.Method parameters in eu.bandm.tools.graficUtils with annotations of type OptModifier and TypeMethodDescriptionprotected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.TreeProxydisplaying an object.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a map.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a multimap.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a sequence.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a set.static <D extends Message>
booleanSwingTools.ask(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String cancelbutton, String okbutton) static booleanSwingTools.ask(JFrame frame, @Opt String windowtitle, int messageType, Object[] text, String cancelbutton, String okbutton) (package private) TreeNodeGenerate representation for oen single object.(package private) TreeNodeGenerate representation for oen single object.SwingForester.growBranch(TreeNode parent, @Opt String label, Object x) Generate representation for oen single object.(package private) TreeNodeSwingForester.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) TreeNodeSwingForester.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) TreeNodeService called by the user-defined tree rendering method: Start a subree representing a map.(package private) TreeNodeService called by the user-defined tree rendering method: Start a subree representing a map.(package private) TreeNodeService called by the user-defined tree rendering method: Start a subree representing a Multimap.(package private) TreeNodeService 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 <E> JComboBox<E> SwingTools.setEnabling(JComboBox<E> comboBox, @Opt Predicate<E> enabled) SwingTools.EnabledJComboBoxModel.setPredicate(@Opt Predicate<D> predicate) SwingTools.EnabledJComboBoxRenderer.setPredicate(@Opt Predicate<D> predicate) static <E> JComboBox<E> SwingTools.setPredicate(JComboBox<E> comboBox, @Opt Predicate<E> enabled) Changes the predicate for a JComboBox with disabling/enabling.static <D extends Message>
voidSwingTools.show(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String buttonText) static voidSwingTools.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!Constructor parameters in eu.bandm.tools.graficUtils with annotations of type OptModifierConstructorDescriptionprotectedOnly constructor.protectedOnly constructor.Only constructor.Only constructor.ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) protectedTextDialog(@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.protectedTextDialog(@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.protectedTextDialog(@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.protectedOnly constructor.protectedOnly constructor. -
Uses of Opt in eu.bandm.tools.graph
Methods in eu.bandm.tools.graph with annotations of type OptModifier 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
Fields in eu.bandm.tools.installer with annotations of type OptModifier and TypeFieldDescriptionDownloadDialog.browseUrlInput parameter by the caller: where to read the documentation online.DocumentedDistribution2.Configuration.buildDateThe current build date.DocumentedDistribution2.codePositionDisk file position of the currently running code.DocumentedDistribution2.Configuration.copyrightStringThe year and holders of the copyright.DocumentedDistribution2.Configuration.creditsKeys to translations to add as credits.protected @eu.bandm.tools.annotations.Opt byte[]DownloadDialog.curDigestLocal value: last checksum of DEnS during this dialog.DownloadDialog.curPositionLocal value: last successful storage of DEnS during this dialog.DocumentedDistribution2.DEnS_dirCommon root directory's position of documentation, examples and sources on the local machine.DocumentedDistribution2.Configuration.DEnS_download_positionThe URL from which the "DEnS" jar file may be read.DocumentedDistribution2.Configuration.emailForBugReportWhere to send bug reports.DocumentedDistribution2.Configuration.examplesShortNamesNick names under which the standard examples are presented in the Menu.DocumentedDistribution2.firstSignerNameThe name of the first/main signer of the code.DocumentedDistribution2.Configuration.iconRelativePathRelative path of a resource holding a middle-sized icon, presented at the start of the several message windows.DocumentedDistribution2.Configuration.licenseStringThe license under which the program and its sources may by used, distributed, etc.protected @eu.bandm.tools.annotations.Opt byte[]DownloadDialog.newDigestOutput value: last checksum of DEnS during this dialog.DownloadDialog.newPositionOutput value: last successful storage of DEnS during this dialog.protected final @eu.bandm.tools.annotations.Opt byte[]DownloadDialog.oldDigestInput parameter by the caller: last checksum d of DEnS, if any.DownloadDialog.oldPositionInput parameter by the caller: last local store positon of DEnS, if any.DocumentedDistribution2.Configuration.programContextNameThe name of a programming project this program belongs to.DocumentedDistribution2.Configuration.prototypeOptionsGuiPrototype for instances employed in all graphic based modes of operation.DocumentedDistribution2.resetToDefaultsButtonThe button below the GUI option pane, for resetting to default values.DocumentedDistribution2.Configuration.user_language_iconsList of optional flag icons in parallel withDocumentedDistribution2.Configuration.user_languages.Methods in eu.bandm.tools.installer with annotations of type OptModifier 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 parameter 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.Method parameters in eu.bandm.tools.installer with annotations of type OptModifier and TypeMethodDescriptionprotected voidDocumentedDistribution2.addMuli_jTabbedPane(Component p, String text, @Opt String tooltiptext) protected voidDocumentedDistribution2.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 parameter used as key.protected voidDocumentedDistribution2.persistentPutString(String key, @Opt String value) Put the data, retrievable by the current application and the explict key used together as key.protected voidDocumentedDistribution2.selectExampleOptions(@Opt String shortName) Is called by the framework and must be implemented by the derived class to let the options inDocumentedDistribution2.optionsModelpoint to a prefactored example.Constructor parameters in eu.bandm.tools.installer with annotations of type OptModifierConstructorDescriptionDownloadDialog(@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
Fields in eu.bandm.tools.lablog.base with annotations of type OptModifier and TypeFieldDescription(package private) @Opt ToHtml.DeliveryContextToHtml.deliveryContextGlobal stack to deliver the html fragments.(package private) final @Opt Element_inlineToHtml.Alt.inlineField realizing the variant that an inline Element is delivered.(package private) final @Opt TypedPCDataToHtml.Alt.pcdataField realizing the variant that pc data is delivered.(package private) @Opt ToHtml.DeliveryContext<?> ToHtml.DeliveryContext.predPredecessor, must be != null but for the very first (= outermost) context.Method parameters in eu.bandm.tools.lablog.base with annotations of type OptModifier and TypeMethodDescription(package private) voidToHtml.dumpDelivery(@Opt ToHtml.DeliveryContext d) Auxiliary debugging procedure which dumps the current stack of accepting contexts.protected voidToHtml.renderPackage(String packagename, @Opt List<Element_issue> issues, @Opt List<Element_docmat> docmats) Make the xhtml rendering of a package header, i.e.protected voidToHtml.renderPackage(String packagename, @Opt List<Element_issue> issues, @Opt List<Element_docmat> docmats) Make the xhtml rendering of a package header, i.e.Constructor parameters in eu.bandm.tools.lablog.base with annotations of type OptModifierConstructorDescriptionprotectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedDeliveryContext(@Opt ToHtml.DeliveryContext<?> pred) Only constructor. -
Uses of Opt in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml with annotations of type OptModifier 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_allElement_a_all.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_alphaElement_a_alpha.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ascii_alphaElement_a_ascii_alpha.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ascii_lowerElement_a_ascii_lower.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ascii_upperElement_a_ascii_upper.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_blinkElement_a_blink.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_boldElement_a_bold.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_borderElement_a_border.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_citeElement_a_cite.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_decimalDigitElement_a_decimalDigit.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_decimalPositiveElement_a_decimalPositive.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_emphElement_a_emph.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_footnoteElement_a_footnote.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_footnotemarkElement_a_footnotemark.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_footnotetextElement_a_footnotetext.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_hhElement_a_hh.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_identElement_a_ident.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_identFirstCharElement_a_identFirstChar.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_identInnerCharElement_a_identInnerChar.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_alignElement_a_image_align.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_altElement_a_image_alt.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_fileElement_a_image_file.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_heightElement_a_image_height.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_showLabelElement_a_image_showLabel.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_image_widthElement_a_image_width.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_imageElement_a_image.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_indexhiElement_a_indexhi.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_indexloElement_a_indexlo.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_italElement_a_ital.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_keyElement_a_key.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_kindElement_a_kind.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_labelElement_a_label.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_largerElement_a_larger.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ldotsElement_a_ldots.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_linkElement_a_link.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_list.Choice_1Element_a_list.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listElement_a_list.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listContinuesElement_a_listContinues.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listitemElement_a_listitem.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listStartnumElement_a_listStartnum.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_listSymbolElement_a_listSymbol.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_locElement_a_loc.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_locusElement_a_locus.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_modeElement_a_mode.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_nlElement_a_nl.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_opusElement_a_opus.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_pElement_a_p.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_pathElement_a_path.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_persElement_a_pers.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_persopElement_a_persop.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_pkindElement_a_pkind.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_popusElement_a_popus.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ppersElement_a_ppers.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_refElement_a_ref.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_refdateElement_a_refdate.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_scapsElement_a_scaps.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_smallerElement_a_smaller.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_spanstyleElement_a_spanstyle.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_srcElement_a_src.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_SRCElement_a_SRC.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_strikeoutElement_a_strikeout.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_tableElement_a_table.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_tdElement_a_td.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_tdClsElement_a_tdCls.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_textElement_a_text.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_thElement_a_th.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_tr.Choice_1Element_a_tr.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_trElement_a_tr.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_treeIncludeElement_a_treeInclude.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_ulinElement_a_ulin.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_urlElement_a_url.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_verbatimXmlElement_a_verbatimXml.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_whitespaceElement_a_whitespace.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_xemphElement_a_xemph.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_a_xlangElement_a_xlang.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ACCEPTEDElement_ACCEPTED.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_authorElement_author.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_authorsElement_authors.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_CLOSEDElement_CLOSED.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_costsElement_costs.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dateElement_date.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_descElement_desc.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dezElement_dez.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_docmat.Choice_1Element_docmat.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_docmatElement_docmat.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_entries.Choice_1Element_entries.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_entriesElement_entries.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_FIXEDElement_FIXED.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_identElement_ident.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_issueElement_issue.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_nameElement_name.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note.Choice_1Element_note.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note.Choice_2Element_note.Choice_2.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_noteElement_note.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_package.Choice_1Element_package.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_packageElement_package.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_priorElement_prior.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_referenceElement_reference.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_REOPENEDElement_REOPENED.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_WONTFIXElement_WONTFIX.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_WORKSFORMEElement_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.Method parameters in eu.bandm.tools.lablog.xml with annotations of type OptModifier 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) Constructor parameters in eu.bandm.tools.lablog.xml with annotations of type OptModifierConstructorDescription(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_decimalPositive(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_ident(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_identFirstChar(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_identInnerChar(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_dez(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_ident(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
Methods in eu.bandm.tools.lexic with annotations of type OptModifier and TypeMethodDescriptionCodePointMap.get(int key) Returns the value associated with the given key.Lexer.getClassifier()LocationCodePointException.getLocation()Returns the location of the offending code point in the input document.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.TokenRule.getType()Returns the token type of this rule.Method parameters in eu.bandm.tools.lexic with annotations of type OptModifier 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> LookaheadTokenSource<D, T, int[]> Lexer.lex(CodePointSource input, D documentId, int firstLine, int firstColumn) Returns a token source that produces tokens from the given input source.<D> LookaheadTokenSource<D, T, int[]> Lexer.lex(CodePointSource input, D documentId, int firstLine, int firstColumn, Token.Factory<D, T, ?> tokenFactory) Returns a token source that produces tokens from the given input source.(package private) static <F> FFormats.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) Returns a pretty-printable representation of a map.(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.Creates a new instance.Creates a new instance.static CodePointSourceCodePointSource.read(Reader reader, @Opt Consumer<? super IOException> handler) Returns a supplier that produces the code points corresponding to the UTF-8 characters available from a given reader.Lexer.setClassifier(@Opt Classifier classifier) Lexer.setEndType(T endType) Sets the token type indicating the end of input.Lexer.setErrorType(T errorType) Sets the token type indicating an error in the lexical analysis.(package private) static <F> FFormats.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.voidCodePointMap.with(int key, V value, @Opt BinaryOperator<V> merge) Returns a map containing the entries of this map with one value added or merged.Constructor parameters in eu.bandm.tools.lexic with annotations of type OptModifierConstructorDescriptionLocationCodePointException(@Opt Location<?> location, int codePoint) Creates a new instance.LocationCodePointSource(CodePointSource input, D documentId, int firstLine, int firstColumn) Creates a new instance.LookaheadTokenSourceProxy(@Opt LookaheadTokenSource<D, T, L> source) Creates a new instance.Creates a new instance.TokenRule(T type, TokenFragment fragment) Creates a new instance. -
Uses of Opt in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy with annotations of type OptModifier and TypeMethodDescriptionControlFlowSynthesizer.getInterval(LLJava.Instruction instruction) Method parameters in eu.bandm.tools.lljava.absy with annotations of type OptModifier and TypeMethodDescriptionvoidControlFlowSynthesizer.exceptionHandler(int startPC, int endPC, int handlerPC, LLJava.ClassReference catchType) -
Uses of Opt in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser with annotations of type OptModifier and TypeMethodDescriptionLLJavaLexer.Token.getLocation()Returns the source location of this token.Constructor parameters in eu.bandm.tools.lljava.parser with annotations of type Opt -
Uses of Opt in eu.bandm.tools.location
Methods in eu.bandm.tools.location with annotations of type OptModifier and TypeMethodDescriptionResolve a point or a region.abstract DLocation.getDocumentId()Returns the document identifier of this location's reference point, maybe null.Locatable.getLocation()Returns the location, may be = null.Spectrum.getLocations(Object docId) Returns the list of all locations in the given document.Location.live(int depth) Creates a location from the current JVM thread stack trace.Location.live(int depth, Predicate<? super StackTraceElement> skipCaller) Creates a location from the current JVM thread stack trace.Location.regionRobust(@Opt Location<D> a, @Opt Location<D> b) Variant ofLocation.region(Location,Location)which returns null when the region cannot be constructed and the other location when one location== null.Resolve a point or a region from the left-side regions to the right-side regions.LocationMap.resolveBackward(Location<E> loc) Resolve a point or a region from the right-side regions to the left-side regions.Translates a location point at offset p in domain region n to the point at the same offset in the range region n.Method parameters in eu.bandm.tools.location with annotations of type OptModifier and TypeMethodDescriptionstatic <D> Location<D> Location.line(D document, int line) Factory method for aLocation.Pointlocation with given doc id and only line number.static <D> Location<D> Location.lineFromTo(D document, int line, int startCol, int endCol) Factory method for anLocation.Regionin one single line, between the given start and end columns.static <D> Location<D> Location.offset(D document, int offset) Factory method for aLocation.Pointlocation with given doc id and only a column number.static <D> Location<D> Location.point(D document, int line, int column) Factory method for aLocation.Pointlocation 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.Regionbetween the given start and end positions.Location.regionRobust(@Opt Location<D> a, @Opt Location<D> b) Variant ofLocation.region(Location,Location)which returns null when the region cannot be constructed and the other location when one location== null.Location.regionRobust(@Opt Location<D> a, @Opt Location<D> b) Variant ofLocation.region(Location,Location)which returns null when the region cannot be constructed and the other location when one location== null.Constructor parameters in eu.bandm.tools.location with annotations of type OptModifierConstructorDescriptionLocationReader(Reader in, D documentId, int firstLine, int firstColumn) Constructor, which sets the tabulator width to one.LocationReader(Reader in, D documentId, int firstLine, int firstColumn, int tabWidth) Constructor with an arbitrary tabulator width>=1. -
Uses of Opt in eu.bandm.tools.message
Fields in eu.bandm.tools.message with annotations of type OptModifier and TypeFieldDescriptionSimpleMessage.argsOptional pieces of information.MessageCatcher.caughtlocal cache for the caught exception.Message.causeA throwable which has been caught and thus caused this message.protected @Opt MessageReceiver<? super M> SingleSender.drainWhereto the messages are passed.MessageStore_.indentsLocal store of the indentation levels.(package private) MMessageLatch.lastMessageInternal store for the last received message.Outstream2Log.locIntermediate storage for the location of the next message.SimpleMessage.locationOptional document position the message is related to.protected @Opt Comparator<? super M> MessageStoreSorted.orderIf set, defines the storage order.MessageCatcher.runnableThe payload code to executeSwingMessageTable.separatorKeyMessage text which makes a bold horizontal line, nothing else.SimpleMessage.textContains the textual information of the message (maybe null).MessagePrinter.Indenting.timingKeyTranslating the correspondingMessage.Kind.logStartandMessage.Kind.logEndmessages to the same key.Methods in eu.bandm.tools.message with annotations of type OptModifier and TypeMethodDescriptionMessageCatcher.getCaught()Returns the last exception caught, if any.Message.getCause()Returns the cause of the message.@Opt MessageReceiver<? super M> SingleSender.getDrain()Return the currently active drain.MessageLatch.getLastMessage()Return the last received message.SimpleMessage.getLocation()Delivers the text location related to the message.@Opt Comparator<? super M> MessageStoreSorted.getOrder()Returns the comparator which rules the sequential order of storing.@Opt MessageReceiver<? super M> PrimitiveMessageDemux.getReceiver(E tag) Get the receiver for one particular tag.@Opt MessageReceiver<? super M> SingleSender.getReceiver()Deprecated.useSingleSender.getDrain()instead.SimpleMessage.getText()MessageFormatter.process(PreMessage embed) Service access point to apply the text as a format to the arguments.Service access point to apply the text as a format to the arguments.MessageFormatter.render(SimpleMessage<?> msg) Service access point to apply the text as a format to the arguments.SwingMessageTable.setSeparatorKey(@Opt String separatorKey) Sets the message text which causes the message to be shown simply as one big grey separating block.Method parameters in eu.bandm.tools.message with annotations of type OptModifier and TypeMethodDescriptionstatic <D> SimpleMessage<D> SimpleMessage.error(PreMessage pm, @Opt Location<D> loc) Convenience factory Method: Construct a message of error kind from a PreMessage.static voidSimpleMessage.explode(@Opt PreMessage pm) Convert a premessage into a simple message and throw it as an exception.static <D> voidSimpleMessage.explode(@Opt PreMessage pm, @Opt Location<D> loc) Convert a premessage into a simple message and throw it as an exception.static <D> voidSimpleMessage.explode(@Opt PreMessage pm, @Opt Location<D> loc) Convert a premessage into a simple message and throw it as an exception.static <D> SimpleMessage<D> SimpleMessage.from(PreMessage pm, Message.Kind kind, @Opt Location<D> loc, int level) Create a message from a pre-message, a kind, a location, and a level.static <D> ThreadSimpleMessage.monitor(Thread thread, MessageReceiver<? super SimpleMessage<D>> receiver, PrintStream ps) Installs a handler on the given thread that reports uncaught exceptions as failure messages.Service access point to apply the text as a format to the arguments.Set the location for the very next message synthesized.MessagePrinter.Indenting.setCriticalColor(@Opt String colorStartCritical, @Opt String colorEndCritical) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).MessagePrinter.Indenting.setCriticalColor(@Opt String colorStartCritical, @Opt String colorEndCritical) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).MessageLevelFilter.setDrain(@Opt MessageReceiver<? super M> r) Set the drain of the sent messages.SingleSender.setDrain(@Opt MessageReceiver<? super M> r) Set the drain for the sent messages.voidMessageStoreSorted.setOrder(@Opt Comparator<? super M> comp) Set the comparator which rules the sequential order of storing.voidPrimitiveMessageDemux.setReceiver(E tag, @Opt MessageReceiver<? super M> rec) Set the receiver for one particular tag.SingleSender.setReceiver(@Opt MessageReceiver<? super M> r) Deprecated.SwingMessageTable.setSeparatorKey(@Opt String separatorKey) Sets the message text which causes the message to be shown simply as one big grey separating block.MessagePrinter.Indenting.setTimingKey(@Opt Function<M, Object> fun) Set the function to translate the correspondingMessage.Kind.logStartandMessage.Kind.logEndmessages to the same key.MessagePrinter.Indenting.setWarningColor(@Opt String colorStartWarning, @Opt String colorEndWarning) Sets the terminal escape sequences for starting and ending the printing of a warning message.MessagePrinter.Indenting.setWarningColor(@Opt String colorStartWarning, @Opt String colorEndWarning) Sets the terminal escape sequences for starting and ending the printing of a warning message.static <D> SimpleMessage<D> SimpleMessage.warning(PreMessage pm, @Opt Location<D> loc) Convenience factory Method: Construct a message of warning kind from a PreMessage.static <D> SimpleMessage<D> SimpleMessage.warning(PreMessage pm, @Opt Location<D> loc, int level) Convenience factory Method: Construct a message of warning kind from a PreMessage.Constructor parameters in eu.bandm.tools.message with annotations of type OptModifierConstructorDescriptionLocationMapper(@Opt MessageReceiver<SimpleMessage<E>> drain, LocationMap<D, E> map) Only constructor.protectedMessage(Message.Kind k, int v, @Opt Throwable e) Create a message with kind, level, cause, and timestamp set.protectedMessage(Message.Kind k, @Opt Throwable e) Create a message with kind, cause, and timestamp set.protectedCreates a message ofMessage.Kind.failurekind.MessageCatcher(Runnable c, @Opt MessageReceiver<Message> rec) Constructor which sets the payload code and the message receiver.MessageKindFilter(@Opt MessageReceiver<? super M> d) Constructor with no kind is initially selected.MessageKindFilter(@Opt MessageReceiver<? super M> d, Message.Kind... kk) Constructor with the given kinds initially selected.MessageLevelFilter(@Opt MessageReceiver<M> drain) Constructor with an initial drain.MessageLocationFilter(@Opt MessageReceiver<SimpleMessage<D>> d, boolean emptyList, boolean locationLess) Only constructor.MessageMapper(Function<? super M, ? extends N> fun, boolean p, @Opt MessageReceiver<N> drain) Will apply the specified function to each received message and propagate it to a receiver.MessagePasser(@Opt MessageReceiver<? super M> r) Constructor which sets the drain.(package private)MessageStore_(@Opt List<Integer> indents) Only constructor.MessageStripExceptions(@Opt MessageReceiver<? super M> d, boolean total) Only constructor.MessageSync(@Opt MessageReceiver<? super M> r) Constuctor setting the drain.Outstream2Log(MessageReceiver<SimpleMessage<D>> drain, @Opt Location<D> loc) Constructor specifying (finally) the receiver and the first location.Sender(@Opt MessageReceiver<SimpleMessage<E>> msgr) A constructor which sets the receiver of the messages.SimpleMessage(Message.Kind k, int v, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.SimpleMessage(Message.Kind k, int v, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.SimpleMessage(Message.Kind k, int v, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.protectedSingleSender(@Opt MessageReceiver<? super M> r) Constructor which setsSingleSender.drain. -
Uses of Opt in eu.bandm.tools.metajava
Methods in eu.bandm.tools.metajava with annotations of type OptModifier and TypeMethodDescriptionGeneratedPackage.getAuxiliaryFile(String name) final TGeneratedLiteral.getValue()GeneratedPackage.hasInfoFile()FormatProvider.newDeclarationReducer(GeneratedClass cls) protected static <T> TGeneratedLiteral.selectValue(Class<T> cls, String name) Method parameters in eu.bandm.tools.metajava with annotations of type OptModifier and TypeMethodDescriptionstatic FormatFormats.annotationGeneratedArguments(String tool, String version, String date, @Opt List<String> args) static FormatFormats.generationComment(String main_class, @Opt String descriptive_name, @Opt String clickable, @Opt String versionText, String dateAndTime, int escapemode, boolean htmlMode, String[] args) Generates a Format which can be used as a doc-comment to document the command line call which initiated the generation of a Java source file.static FormatFormats.generationComment(String main_class, @Opt String descriptive_name, @Opt String clickable, @Opt String versionText, String dateAndTime, int escapemode, boolean htmlMode, String[] args) Generates a Format which can be used as a doc-comment to document the command line call which initiated the generation of a Java source file.static FormatFormats.generationComment(String main_class, @Opt String descriptive_name, @Opt String clickable, @Opt String versionText, String dateAndTime, int escapemode, boolean htmlMode, String[] args) Generates a Format which can be used as a doc-comment to document the command line call which initiated the generation of a Java source file.static GeneratedLiteral<String> static StringConstructor parameters in eu.bandm.tools.metajava with annotations of type OptModifierConstructorDescriptionprotectedGeneratedLiteral(T value, Format display) protectedGeneratedLiteral(T value, String display) -
Uses of Opt in eu.bandm.tools.metajava.format
Method parameters in eu.bandm.tools.metajava.format with annotations of type OptModifier and TypeMethodDescription<D extends eu.bandm.tools.metajava.tdom.Document>
DFormatClosure.nonterminal_document(Class<D> documentClass, Reader in, String sourcetext, @Opt MessageReceiver<? super SimpleMessage<?>> msgOut) static eu.bandm.tools.metajava.tdom.Element_fileUnparser.unparse(GeneratedSourceFile file, @Opt GeneratedPackage packInfo) -
Uses of Opt in eu.bandm.tools.muli
Methods in eu.bandm.tools.muli with annotations of type OptModifier and TypeMethodDescriptionReturns an unmodifiable copy of theMuLifor a given key object.Returns the name of a given key object in language chosen from a preference list.Returns the name of a given key object in language chosen from a preference list.Return aMuLi.TextFoundobject representing the first string found when trying the listed languages from left to right.Return aMuLi.TextFoundobject representing the first string found when trying the listed languages from left to right.Returns the key object for a given name in a given languageCatalog.getSpecific(K key, String lang) Returns the name of a given key object in a certain language.MuLi.getSpecific(String lang) Return the string stored under a particular key.Deliver an ImageIcon for the given language, if such an Icon is present.Catalog.readLanguageMap(String lang) Returns the mapString->Kfor a given language -
Uses of Opt in eu.bandm.tools.muli.tdom
Methods in eu.bandm.tools.muli.tdom with annotations of type OptModifier and TypeMethodDescription(package private) static @Opt Element_entryElement_entry.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_textElement_text.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_translationfileElement_translationfile.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) Constructor parameters in eu.bandm.tools.muli.tdom with annotations of type OptModifierConstructorDescription(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.muli.utils
Method parameters in eu.bandm.tools.muli.utils with annotations of type OptModifier 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.ops
Fields in eu.bandm.tools.ops with annotations of type OptModifier and TypeFieldDescriptionprotected final TDynamicEnum.Item.dataThe explicitly added data value.Methods in eu.bandm.tools.ops with annotations of type OptModifier and TypeMethodDescriptionRtArraySet.any()Get one arbitrarily chosen element and remove it.RtArraySet2.any()Get one arbitrarily chosen element and remove it.DynamicEnum.get(int i) Returns the added item by its position number, or null if no such found.<V> VHeteroMap.get(HeteroMap.Key<V> key) Returns the value to which the specified key is mapped, ornullif 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()DynamicEnum.Item.getData()evidentfinal VTrie.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> A0Tuples.tuple(A0 elem0) static <A0> A0Tuples.tuple1(A0 elem0) Method parameters in eu.bandm.tools.ops with annotations of type OptModifier and TypeMethodDescriptionAdd one item.Rational.additiveName(@Opt String separator) Shows integer part and fractional rest separately.booleanDynamicEnum.containsUnchecked(@Opt Object o) Returns whether the argument is contained in this enumeration.intDynamicEnum.indexOfUnchecked(@Opt Object o) Returns the number of the item in this enumeration, or -1 if not contained.static <A0> A0Tuples.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> A0Tuples.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> HeteroMapHeteroMap.with(HeteroMap.Key<V> key, V value) Returns a map that has the same mappings as this map, with one exception.Constructor parameters in eu.bandm.tools.ops with annotations of type OptModifierConstructorDescriptionDynamicEnum(T... items) Constructor for an enumeration with fixed content.protectedItem(DynamicEnum<T> whole, int index, T data) Only constructor.RationalComparator(@Opt Comparator<? super A> base) Only constructor, setting the underlying comparator. -
Uses of Opt in eu.bandm.tools.option
Fields in eu.bandm.tools.option with annotations of type OptModifier and TypeFieldDescriptionCompiler.Phase.abbrevThe extracted short abbrev of the option under visit, if any.Compiler.Phase_enum.currentEnumItemNameWhen visiting an Element_desc: Name of the containing enumeration item.(package private) @Opt GeneratedMethodCompiler.Phase1.documentedMethThe pars-pro-toto meth which gets the user-level documentation of the whole option.Compiler.Phase_usage_enumerations.enumItemFor generating error messages.(package private) final @Opt GeneratedMethodCompiler.Phase_usage.gmInput parameter: the usage() method under construction.Compiler.Phase.nameThe extracted long name of the option under visit, if any.(package private) @Opt GeneratedClassCompiler.Phase1.repetingValueClassCurrently processed repeting group, or null when on top-level.Method parameters in eu.bandm.tools.option with annotations of type OptModifier and TypeMethodDescriptionprotected voidCompiler.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 voidCompiler.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 voidCompiler.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.voidCompiler.compile(Element_optionlist data0, String packagename0, String classname_model, @Opt String classname_gui, String destdir, Format genComment, GeneratedAnnotation generatedAnnotation, String inputfilename, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr) Create source text for a model, and for a gui, if required.protected voidCompiler.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 voidCompiler.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 voidCompiler.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 voidSend warning to central message receiverCompiler.msgrafter adding the name of the current option as the context info of the warning.Constructor parameters in eu.bandm.tools.option with annotations of type OptModifierConstructorDescription(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
Methods in eu.bandm.tools.option.absy with annotations of type OptModifier 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_1Element_and.Choice_1_Alt_1_Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_and.Choice_1Element_and.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_andElement_and.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_boolElement_bool.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_commentElement_comment.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_condition.Choice_1_Alt_1_Choice_1Element_condition.Choice_1_Alt_1_Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_condition.Choice_1Element_condition.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_conditionElement_condition.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_constantElement_constant.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_defaultsElement_defaults.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_descElement_desc.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_dirOnlyElement_dirOnly.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumElement_enum.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumerationElement_enumeration.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumitemElement_enumitem.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumsetElement_enumset.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumSetContainsElement_enumSetContains.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_floatElement_float.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_intElement_int.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_isMetaElement_isMeta.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_noGuiElement_noGui.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_not.Choice_1_Alt_1_Choice_1Element_not.Choice_1_Alt_1_Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_not.Choice_1Element_not.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_notElement_not.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_notDirElement_notDir.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optargElement_optarg.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionElement_option.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionlist.Choice_1Element_optionlist.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionlistElement_optionlist.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_or.Choice_1_Alt_1_Choice_1Element_or.Choice_1_Alt_1_Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_or.Choice_1Element_or.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_orElement_or.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_printout_titleElement_printout_title.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_ratElement_rat.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_rep.Choice_1Element_rep.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_repElement_rep.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_simpletypes.Choice_1Element_simpletypes.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_simpletypesElement_simpletypes.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_stringElement_string.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testequal.Choice_1Element_testequal.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testequal.Choice_2Element_testequal.Choice_2.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testequalElement_testequal.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testgreater.Choice_1Element_testgreater.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testgreater.Choice_2Element_testgreater.Choice_2.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testgreaterElement_testgreater.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_textElement_text.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_type.Choice_1Element_type.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_typeElement_type.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_uri.Choice_1Element_uri.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_uriElement_uri.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_v.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_writableElement_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.Method parameters in eu.bandm.tools.option.absy with annotations of type OptModifier 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) Constructor parameters in eu.bandm.tools.option.absy with annotations of type OptModifierConstructorDescription(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
Fields in eu.bandm.tools.option.runtime with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt JComponentGui.errorcomponentThe component, the editing of which caused the last error, if any.Gui.messagePaneText 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.nextTokenArgument 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.Methods in eu.bandm.tools.option.runtime with annotations of type OptModifier 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) Parse and return the next argument value.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.Method parameters in eu.bandm.tools.option.runtime with annotations of type OptModifier and TypeMethodDescriptionprotected abstract Gui.CollectionSpecialized by Generated Code to create one new GUI view for this repeting group.voidGui.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.voidGui.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.voidGui.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 voidCalled by Generated code.protected voidCalled by Generated code.voidModel.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 someexecsystem call.voidModel.parseOneString(String s, MessageReceiver<SimpleMessage<String>> mr, @Opt String lang) Central entry point for parsing.voidvoidSet the current value.voidGui.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
Method parameters in eu.bandm.tools.paisley with annotations of type OptModifier 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
Methods in eu.bandm.tools.ramus.runtime2 with annotations of type OptModifier and TypeMethodDescriptionReverseList.get(int i) Parser.getCallerLocation()Parser.getChildren()Parser.getDescription()ReverseList.getLast()Returns the last element.Content.getLocation()Parser.getParameters()Method parameters in eu.bandm.tools.ramus.runtime2 with annotations of type OptModifier and TypeMethodDescriptionReturns an extension of this list by a given element.static <A> ReverseList<A> ReverseList.build(A... elems) 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 Ustatic <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) Deprecated.static <D,T, A1, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor1<D, A1, ? extends R> cons, Fragment<D, T, ? extends A1> arg1, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) Creates a compound expression for AST nodes with one parsed argument.static <D,T, A1, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor1<D, A1, ? extends R> cons, Reading<D, T, ? extends A1> arg1) 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) Deprecated.static <D,T, A1, A2, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, Reading<D, T, ? extends A1> arg1, Reading<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) Deprecated.static <D,T, A1, A2, A3, R, E>
EReducer.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, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor3<D, A1, A2, A3, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<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) Deprecated.static <D,T, A1, A2, A3, A4, R, E>
EReducer.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, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor4<D, A1, A2, A3, A4, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<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) Deprecated.static <D,T, A1, A2, A3, A4, A5, R, E>
EReducer.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, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, A5, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor5<D, A1, A2, A3, A4, A5, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<D, T, ? extends A4> arg4, Reading<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) Deprecated.static <D,T, A1, A2, A3, A4, A5, A6, R, E>
EReducer.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, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, A5, A6, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor6<D, A1, A2, A3, A4, A5, A6, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<D, T, ? extends A4> arg4, Reading<D, T, ? extends A5> arg5, Reading<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) Deprecated.static <D,T, A1, A2, A3, A4, A5, A6, A7, R, E>
EReducer.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, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, A5, A6, A7, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor7<D, A1, A2, A3, A4, A5, A6, A7, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<D, T, ? extends A4> arg4, Reading<D, T, ? extends A5> arg5, Reading<D, T, ? extends A6> arg6, Reading<D, T, ? extends A7> arg7) static <D> voidReducer.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 voidParser.setWatcher(@Opt Consumer<Parser<?, ?>> watcher) static <D,T> Parser <D, T> Returns a parser that consumes a single token matching a given predicate.Constructor parameters in eu.bandm.tools.ramus.runtime2 with annotations of type OptModifierConstructorDescriptionprotectedAbstractCharacterInput(D documentId, Reader in) DOCUMENT MEReverseList(ReverseList<? extends A> front, A last) -
Uses of Opt in eu.bandm.tools.rdparser
Fields in eu.bandm.tools.rdparser with annotations of type OptModifier and TypeFieldDescriptionTunableParser.baseBasis for resolving include directives.IncludingCharBuf.eotextLocationThe location after consuming the last character is stored here to be still deliverable when the finished buffer has been discarded.protected IncludingCharBuf<D>.@Opt CharBufIncludingCharBuf.CharBuf.hostChaining to callingCharBufobject.IncludingCharBuf.CharBuf.locationPosition of the lastIncludingCharBuf.CharBuf.bufferConsume().IncludingCharBuf.CharBuf.startLocationPosition of the firstIncludingCharBuf.consume().Methods in eu.bandm.tools.rdparser with annotations of type OptModifier and TypeMethodDescriptionTunableParser.readExternal(String systemID) Read a file relative to the currentTunableParser.baseand return its contents.Method parameters in eu.bandm.tools.rdparser with annotations of type OptModifier and TypeMethodDescriptionvoidInsert the complete content of s at the current position.voidset base for resolving include directives.Constructor parameters in eu.bandm.tools.rdparser with annotations of type OptModifierConstructorDescriptionCreate a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and take the array s as its character data.Create a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and take the array s as its character data.Create a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and fill it with all character data from r.Create a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and fill it with all character data from r.IncludingCharBuf(Reader r, @Opt Location<D> loc) Initialize with the complete char stream readable from r.IncludingCharBuf(String s, @Opt Location<D> loc) Initialize with the complete content of s. -
Uses of Opt in eu.bandm.tools.tdom
Fields in eu.bandm.tools.tdom with annotations of type OptModifier and TypeFieldDescriptionPackageTemplate.dtdFile(package private) final @Opt ToplevelTemplateDocumentTemplate.elementATTENTION FieldDocumentTemplate.elementis of classToplevelTemplate, because it can be anElementTemplateOR anAbstractElementTemplate.(package private) @Opt GeneratedConstructorElementTemplate.parsingConstructorSurvey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructorElementTemplate.pcdataOnlyConstructorSurvey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructorElementTemplate.pcdataOnlyConstructorSafeSurvey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructorElementTemplate.semiparsingConstructorSurvey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructorElementTemplate.semiparsingConstructorShortSurvey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructorElementTemplate.semiparsingPreConstructorSurvey on all GeneratedConstructor-s:(package private) @Opt GeneratedConstructorElementTemplate.typedConstructorSafeSurvey on all GeneratedConstructor-s:Methods in eu.bandm.tools.tdom with annotations of type OptModifier 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 GeneratedFieldTypedAttrsGenerator.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.Method parameters in eu.bandm.tools.tdom with annotations of type OptModifier and TypeMethodDescriptionprotected voidTypedDOMGenerator.error(@Opt Exception ex, @Opt Location<XMLDocumentIdentifier> location, String text, Object... args) DOCMEprotected voidTypedDOMGenerator.error(@Opt Exception ex, @Opt Location<XMLDocumentIdentifier> location, String text, Object... args) DOCMEprotected GeneratedClassTypedAttrsGenerator.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) voidTypedAttrsGenerator.processOneAttDef(DTD.AttDef attDef, @Opt ElementTemplate elementTemplate) Generate source code for one particular Attribute definition.(package private) voidTypedAttrsGenerator.processOneAttlist(DTD.Attlist attlist, @Opt ElementTemplate elementTemplate) Generate source code for all Definitions in one Attlist.(package private) voidTypedAttrsGenerator.processOneAttlist(DTD.Attlist attlist, @Opt ElementTemplate elementTemplate) Generate source code for all Definitions in one Attlist.Constructor parameters in eu.bandm.tools.tdom with annotations of type OptModifierConstructorDescriptionAbstractElementTemplate(PackageTemplate packageTemplate, @Opt String name, Set<String> children, boolean hasDoc, boolean extensible, MetaType superClass) DocumentTemplate(PackageTemplate packageTemplate, @Opt ToplevelTemplate element) (package private)PackageTemplate(String toolname, FormatClosure formatClosure, @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
Fields in eu.bandm.tools.tdom.runtime with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt TypedAttributeTdomAttributeException.attrTypedDocument.generationCommentTdomAttributeException.valueprotected VTypedAttribute.valueThe value of this attribute, includingnullfor "absent".Methods in eu.bandm.tools.tdom.runtime with annotations of type OptModifier and TypeMethodDescriptionstatic @Opt BigDecimalTypedNode.asBigDecimal(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt String s) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.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.TypedNode.asDouble(TypedElement.PCDataContainer el) Returns the contents 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.TypedNode.asFloat(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded float value.Returns the value 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.TypedNode.asHexInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a hexdecimal encoded integer value.Returns the value 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.TypedNode.asInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded integer value.Returns the value 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.TypedNode.asLong(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded long value.Returns the value 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 NamespaceNameTypedElement.classifyForException(TypedSubstantial s) static @Opt TdomExceptionFollow 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) Returns the textual representation of a possible attribute value (not null), as it would be contained literally in a possible XML text representation.<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 VTypedAttribute.getValue()Returns the current value of this attribute.NmTokensAttribute.splitValues(@Opt String text) Used from extern as auxiliary method.final @Opt TypedPCDataTypedElement.MixedContent.toPCData()Returns the unwrapped PCDATA content, or null if it is not this variant.Method parameters in eu.bandm.tools.tdom.runtime with annotations of type OptModifier and TypeMethodDescriptionstatic @Opt BigDecimalTypedNode.asBigDecimal(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt String s) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.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.TypedNode.asFloat(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded float value.Returns the value 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.TypedNode.asHexInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a hexdecimal encoded integer value.Returns the value 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.TypedNode.asInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded integer value.Returns the value 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> voidTypedAttribute.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.booleanElementDictionary.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.protected voidCDataAttribute.checkValue(@Opt String value) Check routine for the validity of the attributes' intended value.protected voidEnumerationAttribute.checkValue(V value) Check routine for the validity of the attributes' intended value.protected voidIdAttribute.checkValue(@Opt String value) Check whether the value matches the syntactical rules for XML Names.protected voidIdRefAttribute.checkValue(@Opt String value) Check routine for the validity of the attributes' intended value.protected voidNmTokenAttribute.checkValue(@Opt String value) Check routine for the validity of the attributes' intended value.protected voidNmTokensAttribute.checkValue(@Opt List<String> values) Check routine for the validity of the attributes' intended value.protected abstract voidTypedAttribute.checkValue(V v) Check routine for the validity of the attributes' intended value.voidTypedComment.dump(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write this model component to a SAX output stream.abstract voidTypedEthereal.dump(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write this model component to a SAX output stream.voidTypedProcessingInstruction.dump(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write this model component to a SAX output stream.protected voidTypedSubstantial.dumpFollowingEthereals(ContentHandler contentHandler, LexicalHandler lexicalHandler) protected voidTypedEtherealContainer.dumpLeadingEthereals(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write PIs to the content handler, and Comments to the lexical Handler, if present.protected voidTypedSubstantial.dumpPrecedingEthereals(ContentHandler contentHandler, LexicalHandler lexicalHandler) protected voidTypedEtherealContainer.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) Returns the textual representation of a possible attribute value (not null), as it would be contained literally in a possible XML text representation.protected voidTypedElement.initAttrs(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code.protected voidTypedElement.initAttrs(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code.protected voidTypedElement.initAttrsSafe(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code if notTdomAttributeSyntaxExceptioncan arise when parsing the attributes.protected voidTypedElement.initAttrsSafe(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code if notTdomAttributeSyntaxExceptioncan arise when parsing the attributes.voidTypedDocument.setGenerationComment(@Opt String generationComment) Will be emitted when this document is dumped to any SAX handler.final voidTypedNode.setLocation(@Opt Locatable<XMLDocumentIdentifier> loc) Set the location information.final voidTypedNode.setLocation(@Opt Location<XMLDocumentIdentifier> location) Set the location information.protected final voidTypedNode.setLocation(@Opt Location<XMLDocumentIdentifier> begin, @Opt Location<XMLDocumentIdentifier> end) Set the location information to an interval, if both limits are not null.protected final voidTypedNode.setLocation(@Opt Location<XMLDocumentIdentifier> begin, @Opt Location<XMLDocumentIdentifier> end) Set the location information to an interval, if both limits are not null.voidCDataAttribute.setValue(@Opt String newValue, TypedAttribute.SafeValues flag) Internal use only.voidEnumerationAttribute.setValue(V newValue, TypedAttribute.SafeValues flag) Internal use only.voidSet the value of this attribute.NmTokensAttribute.splitValues(@Opt String text) Used from extern as auxiliary method.Constructor parameters in eu.bandm.tools.tdom.runtime with annotations of type OptModifierConstructorDescriptionprotectedCDataAttribute(TypedAttribute.SafeValues flag, @Opt String value) This variant may only be invoked by generated code if value argument is known to be != null.protectedCDataAttribute(@Opt String value) protectedEnumerationAttribute(TypedAttribute.SafeValues flag, V value) This variant may only be invoked by generated code if attribute is #IMPLIED and not #FIXED.protectedEnumerationAttribute(@Opt String value) protectedEnumerationAttribute(V value) protectedIdAttribute(@Opt String value) protectedIdRefAttribute(@Opt String value) protectedIdRefsAttribute(@Opt String value) protectedIdRefsAttribute(@Opt List<String> value) protectedNmTokenAttribute(@Opt String value) protectedNmTokensAttribute(@Opt String value) protectedNmTokensAttribute(@Opt List<String> value) protectedSelectedIntegersAttribute(@Opt Integer value) protectedSelectedIntegersAttribute(@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) protectedTypedAttribute(V value) Construct a new instance with a defined value during model construction. -
Uses of Opt in eu.bandm.tools.test
Fields in eu.bandm.tools.test with annotations of type OptModifier and TypeFieldDescriptionTestFrame.ArrayCanvas.fixed_maxTestFrame.ArrayCanvas.fixed_minTestFrame.ArrayCanvas.fixed_samplesMethod parameters in eu.bandm.tools.test with annotations of type OptModifier and TypeMethodDescriptionprotected voidTestFrame_messages.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 voidTestFrame_messages.matchMessages(MessageStore<SimpleMessage<D>> store, @Opt Pattern<? super Integer> size, Pattern<? super Message>... expectedPrefix) Constructor parameters in eu.bandm.tools.test with annotations of type Opt -
Uses of Opt in eu.bandm.tools.tpath.parser2
Methods in eu.bandm.tools.tpath.parser2 with annotations of type OptModifier and TypeMethodDescriptionParser.parse(Reader reader, MessageReceiver<SimpleMessage<D>> msg, D sourceIndication) Service Access Point for converting a complete text (ended with EOF) into a tpath expression.Parser.parse_AVT(Reader reader, MessageReceiver<SimpleMessage<D>> msg, D sourceIndication) Parse an "xslt attribute value template".<R> RParser.parse_nonterminal(Reading<D, TokenType, R> nonterminal, LookaheadTokenSource<D, TokenType, int[]> tokenSource, MessageReceiver<SimpleMessage<D>> msg) <R> RParser.parse_nonterminal(Reading<D, TokenType, R> nonterminal, Reader reader, MessageReceiver<SimpleMessage<D>> msg, D sourceIndication) Service Access Point for parsing a particular non-terminal. -
Uses of Opt in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod with annotations of type OptModifier and TypeFieldDescriptionUMod2visitors.V_makeDescend.resultDeprecated.Accumulated "for(i1;..)match(...)"-code.UMod2visitors.V_makeVDescend.resultAccumulated "for(i1;..)match(...)"-code.Methods in eu.bandm.tools.umod with annotations of type OptModifier and TypeMethodDescriptionprotected UMod.FieldDefUMod2java.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.ForestMain.stream2umod(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg) Main worker method, can be called from other classes.Method parameters in eu.bandm.tools.umod with annotations of type OptModifier 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 voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected voidUMod2java.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 voidUMod2java.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 voidUMod2java.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 voidUMod2java.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.voidFactory.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.voidFactory.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.voidFactory.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.voidFactory.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.voidFactory.addVisitorRegister(UMod.FieldDef field, int num, int pos, @Opt String lr) Add a visitor register number to a field.protected voidUMod2java.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 voidUMod2java.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) voidUMod2visitors.makeVisitors(@Opt String sourceText) Main Service Access Point: generate the source text of all visitors defined in the current input forest.protected voidFactory.opt_addDocumentation(UMod.Item item, @Opt String text) static UMod.ForestReducer.reduce(UMod.Forest in_forest, eu.bandm.tools.umod.absy.Document_modeltree el, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) static UMod.ForestMain.stream2umod(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg) Main worker method, can be called from other classes.Constructor parameters in eu.bandm.tools.umod with annotations of type Opt -
Uses of Opt in eu.bandm.tools.umod.runtime
Methods in eu.bandm.tools.umod.runtime with annotations of type Opt -
Uses of Opt in eu.bandm.tools.util.anon
Fields in eu.bandm.tools.util.anon with annotations of type OptModifier and TypeFieldDescription(package private) final ACoTuple.p1Data store for variant 1(package private) final BCoTuple.p2Data store for variant 2(package private) final CCoTuple.p3Data store for variant 3(package private) final DCoTuple.p4Data store for variant 4Methods in eu.bandm.tools.util.anon with annotations of type OptModifier and TypeMethodDescriptionTuple2.get0()Get the value of the first component.Tuple4.get0()Get the value of the first component.Tuploid1.get0()Return the value of the first component.Tuple2.get1()Get the value of the second component.Tuple4.get1()Get the value of the second component.Tuploid2.get1()Return the value of the second component.Tuple4.get2()Get the value of the third component.Tuploid3.get2()Return the value of the third component.Tuple4.get3()Get the value of the fourth component.Tuploid4.get3()Return the value of the fourth component.Method parameters in eu.bandm.tools.util.anon with annotations of type OptModifier and TypeMethodDescriptionbooleanstatic <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new1(A0 p1) Create an instance of variant one.static <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new2(B0 p2) Create an instance of variant two.static <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new3(C0 p3) Create an instance of variant three.static <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new4(D0 p4) Create an instance of variant four.static <A0,A1> Tuple2 <A0, A1> Tuples.tuple(A0 elem0, A1 elem1) Build a 2-tuple.static <A0,A1> Tuple2 <A0, A1> Tuples.tuple(A0 elem0, A1 elem1) Build a 2-tuple.static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) Build a 3-tuple.static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) Build a 3-tuple.static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) Build a 3-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.Constructor parameters in eu.bandm.tools.util.anon with annotations of type OptModifierConstructorDescriptionOnly constructor.Only constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.Only constructor.Only constructor.Only constructor.Only constructor. -
Uses of Opt in eu.bandm.tools.util.classes
Fields in eu.bandm.tools.util.classes with annotations of type OptModifier and TypeFieldDescriptionprotected final @Opt ClassLoaderConfigurableClassLoader.JarArchive.localLoaderThe loader to which the jar file class loader delegates according to its "Class-Path" manifest entry.Methods in eu.bandm.tools.util.classes with annotations of type OptModifier and TypeMethodDescriptionNavigate.findInnerClass(Class<?> cs, String name) Navigate.findParallelClass(Class<?> cs, String name) AnnotationVisitor.Annotation.getValueParam()protected @Opt InputStreamReturn an input stream which contains all data of the class with the given name.Method parameters in eu.bandm.tools.util.classes with annotations of type OptModifier and TypeMethodDescriptionstatic 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.static <T> booleanStackFilter.Compiler.testIfNonNull(Predicate<T> pred, T value) For convenience of the implementations, which use it frequently. -
Uses of Opt in eu.bandm.tools.util.files
Fields in eu.bandm.tools.util.files with annotations of type OptModifier and TypeFieldDescriptionSourceHabitats.SourceHabitat_resource.clsStartpoint of the resources represented by this habitat.ReaderInput.infoThe human-read source info, as used in error messages, etc.SimpleFilePattern.inPostThe part of the input pattern after the placeholder-SimpleFilePattern.inPreThe part of the input pattern before the placeholder-SimpleFilePattern.outPostThe part of the output pattern after the placeholder-SimpleFilePattern.outPreThe part of the output pattern before the placeholder-SimpleFilePattern.stemThe string matching the placeholder from the last executed call toSimpleFilePattern.match(String).Methods in eu.bandm.tools.util.files with annotations of type OptModifier and TypeMethodDescriptionChoose an existing file (simple file or directory) interactively.FilenameUtils.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 exists.ReaderInput.getInfo()Deliver a human readable text for the source identification.TextInput.getInfo()Deliver a human readable text for the source identification.protected @Opt SourceHabitats.SourceHabitatSourceHabitats.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.replaceFirstPlaceholder(String in, String placeholder, String replacement) Replaces in "in" the first occurence of "placeholder" by "replacement".FilenameUtils.replaceUniquePlaceholder(String in, String placeholder, String replacement) Replaces" the only occurence of a placeholder by a replacement.SourceHabitats.searchAllPlaces(String name, @Opt BiConsumer<String, Object[]> verbose, String... suffices) Service access point for searching all habitats for the given name of the resource, tested with all given suffixes.CliOrGui.selectOneInputFile(String title, boolean lenient, String[] args) Define the path of one input file.CliOrGui.selectOneInputFile(String title, CliOrGui.FileChooser fileChooser, boolean lenient, String[] args) Define the path of one input file.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_for_inputStream(String id, @Opt BiConsumer<String, Object[]> verbose, String[] suffices) Searches for the resource with the given name and one of the given suffices.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat_file.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat_resource.test_idExt(String id, BiConsumer<String, Object[]> verbose, String ext) protected abstract @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) Searches for the resource with the given name and suffix.Method parameters in eu.bandm.tools.util.files with annotations of type OptModifier and TypeMethodDescriptionvoidSourceHabitats.appendNewHabitat(String s, @Opt String additionalErrorText) Service access point for adding a habitat to the end of the search list.protected @Opt SourceHabitats.SourceHabitatSourceHabitats.makeHabitat(String name, @Opt String additionalErrorText) Internal method to check whether the input toSourceHabitats.appendNewHabitat(String,String)is consistent.static TextInputFactory method.static StringFilenameUtils.replaceExtension(File f, @Opt String e) Replace the extension in the canonical path of a file by a different string value, or remove it completely.static StringFilenameUtils.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 given name of the resource, tested with all given suffixes.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_for_inputStream(String id, @Opt BiConsumer<String, Object[]> verbose, String[] suffices) Searches for the resource with the given name and one of the given suffices.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat_file.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) protected abstract @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) Searches for the resource with the given name and suffix.Constructor parameters in eu.bandm.tools.util.files with annotations of type OptModifierConstructorDescription(package private)ReaderInput(Reader reader, @Opt String info) Only constructor. -
Uses of Opt in eu.bandm.tools.util.http
Methods in eu.bandm.tools.util.http with annotations of type Opt -
Uses of Opt in eu.bandm.tools.util.java
Method parameters in eu.bandm.tools.util.java with annotations of type OptModifier and TypeMethodDescriptionstatic <T> voidIterables.forEachPair(Iterable<T> data, @Opt Consumer<T> first, BiConsumer<T, T> pairwise, @Opt Consumer<T> last) Performs the given action for all remaining pairs of adjacent elements delivered by the iterator, as well as for the first and last singleton, in order.static <T> voidIterables.forEachPair(Iterable<T> data, @Opt Consumer<T> first, BiConsumer<T, T> pairwise, @Opt Consumer<T> last) Performs the given action for all remaining pairs of adjacent elements delivered by the iterator, as well as for the first and last singleton, in order.static <D,E> E Objects.ifNullElse(D input, Supplier<E> nullCase, Function<D, E> notNull) Computes a value from an argument depending on whether it is null.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applyingObject.toString()to all elements and merging the results.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applyingObject.toString()to all elements and merging the results.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, Function<T, String> fun, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applying the given function to all elements and merging the results.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, Function<T, String> fun, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applying the given function to all elements and merging the results.static <A extends Comparable<? super A>>
Comparator<A> Comparators.orNatural(@Opt Comparator<A> c) Returns the given comparison function if not null, or one equivalent to the natural ordering otherwise.Constructor parameters in eu.bandm.tools.util.java with annotations of type OptModifierConstructorDescriptionProgressTracker(double resolution, @Opt DoubleConsumer hook) Creates a new tracker for a whole task. -
Uses of Opt in eu.bandm.tools.util.multi
Methods in eu.bandm.tools.util.multi with annotations of type OptModifier and TypeMethodDescriptionMultisets.compareInner(Multiset<A> left, Multiset<A> right, Set<A> dom) Auxiliary method to compare two multisets restricted to the given set of elements.Multisets.partialCompare(Multiset<A> left, Multiset<A> right) Compare two multisets, if possible.Constructor parameters in eu.bandm.tools.util.multi with annotations of type OptModifierConstructorDescriptionTreeMultiset(@Opt Comparator<? super A> comparator) Construct an empty set and use the given comparator. -
Uses of Opt in eu.bandm.tools.util.xml
Fields in eu.bandm.tools.util.xml with annotations of type OptModifier and TypeFieldDescription(package private) @Opt Location<XMLDocumentIdentifier> SaxLocatorMapper.cacheCache for the location of the very last SAX event.protected @Opt XMLDocumentIdentifierContentPrinter.dtdDocIdSaxLocatorMapper.incomingLocsSet by the intercepted "setDocumentLocator" call.SaxLocatorMapper.NO_PUB_ID_AVAILABLEEvidentContentPrinter.selectedEncodingMethods in eu.bandm.tools.util.xml with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt PreMessageAttributeValues._checkToken(@Opt String token, boolean mustBeName) Checks whether the argument fits the rules for Nmtoken, Name, and similars, in XML 1.0.(package private) @Opt XMLDocumentIdentifierSAXEventQueue._getDocumentId(eu.bandm.tools.util.xml.SAXEventQueue.Item item) static @Opt PreMessageAttributeValues.checkNameToken(@Opt String token) Check whether the argument is a legal value for a "Name" token, according to [XML 1.0].static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NameTokens".static @Opt PreMessageAttributeValues.checkNCName(@Opt String token) Check whether the argument is a legal value for a "Name" token and does furthermore not contain a colon ":".static @Opt PreMessageAttributeValues.checkNmToken(@Opt String token) Check whether the argument is a legal value for "Nmtoken".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NmTokens".static @Opt PreMessageAttributeValues.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.static @Opt PreMessageAttributeValues.checkQName(@Opt String token) Check whether the argument is a legal value for a "QName".SAXEventQueue.getDocumentId()CHECK FIXME ist das wirklich "public" notwendig?SAX2DOMConverter.getDOMImplementation()Delivers the system-dependent factory which will deliver the dom object, as set explicitly 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.Method parameters in eu.bandm.tools.util.xml with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt PreMessageAttributeValues._checkToken(@Opt String token, boolean mustBeName) Checks whether the argument fits the rules for Nmtoken, Name, and similars, in XML 1.0.static @Opt PreMessageAttributeValues.checkNameToken(@Opt String token) Check whether the argument is a legal value for a "Name" token, according to [XML 1.0].static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NameTokens".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NameTokens".static @Opt PreMessageAttributeValues.checkNCName(@Opt String token) Check whether the argument is a legal value for a "Name" token and does furthermore not contain a colon ":".static @Opt PreMessageAttributeValues.checkNmToken(@Opt String token) Check whether the argument is a legal value for "Nmtoken".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NmTokens".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NmTokens".static @Opt PreMessageAttributeValues.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.static @Opt PreMessageAttributeValues.checkQName(@Opt String token) Check whether the argument is a legal value for a "QName".<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 booleanXMLDocumentIdentifier.isValidPublicId(@Opt String publicId) Check if string is a valid public id.voidSAXEventQueue.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.voidSaxLocatorMapper.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.voidSAXEventQueue.setErrorHandler(ErrorHandler errorHandler) Set the outgoing error handler.Constructor parameters in eu.bandm.tools.util.xml with annotations of type OptModifierConstructorDescriptionContentPrinter(OutputStream out, @Opt String selectedEncoding) Deprecated, for removal: This API element is subject to removal in a future version.ContentPrinter(OutputStream out, @Opt String selectedEncoding, boolean pretty) Deprecated, for removal: This API element is subject to removal in a future version.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
Fields in eu.bandm.tools.util3 with annotations of type Opt -
Uses of Opt in eu.bandm.tools.xantlrtdom
Method parameters in eu.bandm.tools.xantlrtdom with annotations of type OptModifier 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
Fields in eu.bandm.tools.xslt.base with annotations of type OptModifier and TypeFieldDescription(package private) TPath.LiteralTPathCache.ExprClassified.constValueIs !=null iff the expression has one constant string value.TPathCache.ExprClassified.constValueStringIs set !=null iff there is no computing required, ie.final DTM.DtdResultContext.dtd(package private) @Opt Location<XMLDocumentIdentifier> TPathCache.ExprClassified.errorLocationParsing result, "null" means erronuous.(package private) TPath.ExprTPathCache.ExprClassified.exprParsing result, "null" means erronuous.(package private) @Opt List<TPathCache.PatternPart> TPathCache.ExprClassified.patternPartsUsed only if expr is used as a "pattern".(package private) TPath.ExprTPathCache.PatternPart.rootA 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 when stepping down the document.) Field ==null, iff the pattern is un-rooted = existentially quantified.ResultContext.tdom_package_name(package private) @Opt Type.XPathTypeTPathCache.ExprClassified.typefinal DTD.DtdResultContext.x_dtdOriginal DTD, only needed for "WhitespaceIgnorer" in verbatimXML, seeApplication.feedTextToResult(Element,String).Methods in eu.bandm.tools.xslt.base with annotations of type OptModifier and TypeMethodDescription(package private) Rt.TemplateEntryApplication.findMatchingTemplate(N focus, @Opt NamespaceName mode) Only called from ONE point inApplication.findRuleAndApply(eu.bandm.tools.util.xml.NamespaceName).(package private) Rt.TemplateEntryApplication.findMatchingTemplate(N focus, @Opt NamespaceName mode, Transformation trans) Recursive call for stepping through imported stylesheets.static @Opt ResultContextResultContext.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 NamespaceNameTransformation.nonEmptyConstantNamespaceNameAttribute(CDataAttribute att, TypedElement<?, ?> el, boolean required, String category, String spec) (package private) @Opt NamespaceNameTransformation.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 NamespaceNameTransformation.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 NamespaceNameTransformation.ns_resolve_useDefault(TypedSubstantial el, String qname) (package private) @Opt NamespaceNameTransformation.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.XPathTypeTransformation.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()Method parameters in eu.bandm.tools.xslt.base with annotations of type OptModifier and TypeMethodDescription(package private) TemplatesCache.LoadResultTemplatesCache._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.LoadResultTemplatesCache._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) TransformationTransformationCache._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.Loaderfor IMPORTing xslt sources.protected NamespaceNameApplication.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.booleanTPathCache.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.patternPartsaccordingly.(package private) IntegerApplication.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.TemplateEntryApplication.findMatchingTemplate(N focus, @Opt NamespaceName mode) Only called from ONE point inApplication.findRuleAndApply(eu.bandm.tools.util.xml.NamespaceName).(package private) Rt.TemplateEntryApplication.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 aTemplatesobject.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 aTemplatesobject.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 voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc) constructor == null when collecting variable contents.protected voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc) constructor == null when collecting variable contents.protected voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc, MultiTypeNodeList proto) constructor == null when collecting contents for variables, comments, processing instructions, paramters, etc.protected voidApplication.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.booleanTrace.test(Options.traceflag flag, NamespaceName nsname, @Opt Location loc) booleanboolean(package private) voidTemplateRegistry.Finder.testAllTemplatePrefices(@Opt Set<Rt.TemplateEntry> entries) (package private) voidTemplateRegistry.Finder.testOptTemplatePrefix(Rt.TemplateEntry te) Constructor parameters in eu.bandm.tools.xslt.base with annotations of type OptModifierConstructorDescriptionApplication(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.