Uses of Class
eu.bandm.tools.message.XMLDocumentIdentifier
Packages that use XMLDocumentIdentifier
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is the internal
model for the d2d text type definitions.
Document type definitions in various formats, plus utilities.
Created by bandm/metatools/tdom on 2024-01-07T20:22:56
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
Generate format generating code (or formats dynamically) controlled by the
format description language.
Distribute applications made with metatools.
Evaluation, statistics and renderings of bandm lab log format.
Meaning: Created from d2d definition module
lablog$expanded at
2024-01-09_09h00m18.
Messages and positions in documents,
see the user documentation.
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
Meaning: Source format for multi lingual
support.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Contains base and auxiliary classes for code generated by tdom.
Abstract syntax of the tpath language, realized as a umod model.
A DocumentClient implementation for W3C Dom.
Infrastructure for evaluating tpath expressions.
Type checking for tpath expressions.
Compiler for data models, from a concise mathematical oriented language into
Java.
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message package.Runtime classes for the xantlr
parser.
Glueing code supporting different standard use cases of tdom, xantlr
and both.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of XMLDocumentIdentifier in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as XMLDocumentIdentifierFields in eu.bandm.tools.d2d2.base with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescription(package private) Location<XMLDocumentIdentifier>Dtd2Def.Phase1.ellocATTENTION: expressions do not have their OWN location value.(package private) final Map<Transformation,LocationMap<@Opt XMLDocumentIdentifier, @Opt XMLDocumentIdentifier>> Batch.locMapsLocation Maps when extracting transformation code.(package private) final Map<Transformation,LocationMap<@Opt XMLDocumentIdentifier, @Opt XMLDocumentIdentifier>> Batch.locMapsLocation Maps when extracting transformation code.static final Location<XMLDocumentIdentifier>Navigate.locnullprotected Map<String,Location<XMLDocumentIdentifier>> DocOnly.modLocationsprotected MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>>Batch.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>CharacterParser.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>CharParserPrepare.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Def2Doc3.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Def2Dtd.msgprotected MessageTee<SimpleMessage<XMLDocumentIdentifier>>Def2Xslt3.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>DocOnly.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Dtd2Def.msgprotected MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>>Main.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Navigate.CharSetCalc.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Reducer.msgprotected MessageTee<SimpleMessage<XMLDocumentIdentifier>>Resolver.msgprotected final MessageTee<SimpleMessage<XMLDocumentIdentifier>>Resolver3.msgprotected final MessageTee<SimpleMessage<XMLDocumentIdentifier>>Resolver4.msgSplits toResolver4.msgcountand to the message channel of the caller.protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>TypeCheck.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>UMod2Def.msgprotected MessageTee<SimpleMessage<XMLDocumentIdentifier>>XsltSpecialized.msgT(package private) static final Location<XMLDocumentIdentifier>CharParserPrepare.NOLOCprotected Location<XMLDocumentIdentifier>UMod2Def.nullLocationDef2Xslt3.stringpos2origDef2Xslt3.stringpos2origprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Text2Udom.xml_msgprotected Location<XMLDocumentIdentifier>Reducer.xmlspec_locMethods in eu.bandm.tools.d2d2.base with parameters of type XMLDocumentIdentifierModifier and TypeMethodDescriptionDef2Dtd.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module module, XMLDocumentIdentifier newId, boolean tdom_mode, @Opt String tdom_doc_language) Central working method for transformation to dtd.voidDef2Xslt3.extract(String target, String topElement, XMLDocumentIdentifier docid, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.Method parameters in eu.bandm.tools.d2d2.base with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionstatic voidReducer.addToModule(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module host, SourceItem item, String kind) Store a definition to the given module.voidTypeCheck.check(Module mod, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) protected voidResolver.ReferenceResolver.checkDefinitionType(Definition def, Location<XMLDocumentIdentifier> loc, boolean isInsertion) protected voidUMod2Def.checkname(Location<XMLDocumentIdentifier> loc, String name) protected booleanDtd2Def.checkName(String s, Location<XMLDocumentIdentifier> elloc) Checks that not illegal characters are in the name of the ddf definition to create.protected voidReducer.checkNumberMode(boolean hasNumber, Location<XMLDocumentIdentifier> loc) protected voidReducer.constructMangledXmlTag(Location<XMLDocumentIdentifier> loc, Definition def) Is called for any definition: Local definitions first apply name mangling.Def2Dtd.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module module, XMLDocumentIdentifier newId, boolean tdom_mode, @Opt String tdom_doc_language) Central working method for transformation to dtd.Dtd2Def.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> p_msg, DTD.Dtd input_dtd, String name) Convert one DTD.Dtd to a ddf module.UMod2Def.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, UMod.Forest f) static voidTasks.ddf2doc3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry moduleReg, String modulename, String language, String outputname, String gencomment, NamespaceName2String stylesheetParams, Iterable<String> additionalSources, int lineWidth) Generate the html doc for a given module, ie.static voidTasks.ddf2dtd(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry moduleReg, String modulename, String docuLanguage, String fileOutputName, int lineWidth) Service point: Convert a module to a dtd.static voidTasks.ddf2xslt(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry moduleReg, String modulename, String targetModule, @Opt String targetTopTag, String outputname, Text2Udom.ErrorStrategy errorStrategy, String genString, int lineWidth) Extracts all xslt rules for the given module and target into a d2d definition and exports this to a d2d source file.protected voidReducer.defineXmlNamespaceTag(Location<XMLDocumentIdentifier> loc, Definition def, String qname) D2d only knows the combination "non-empty prefix and non-empty uri", or "empty prefix and empty uri".static voidTasks.dtd2ddf(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> extmsg, String inputname, String fileOutputName, int lineWidth) Servie point: Convert a dtd to a module.protected static voidTasks.e_error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Exception ex, String s, Object... args) protected static voidTasks.e_error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s) protected static voidTasks.e_log(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s, Object... args) protected static voidTasks.e_logEnd(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s) protected static voidTasks.e_logStart(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s) protected voidCharParserPrepare.error(Location<XMLDocumentIdentifier> loc, String txt, Object... obj) protected voidDef2Doc3.error(Location<XMLDocumentIdentifier> loc, String s, Object... args) protected voidDocOnly.error(Location<XMLDocumentIdentifier> loc, String s) protected voidReducer.error(Location<XMLDocumentIdentifier> loc, String s, Object... args) protected voidResolver.error(Location<XMLDocumentIdentifier> loc, String txt) protected voidResolver.error(Location<XMLDocumentIdentifier> loc, String txt, Object... obj) protected voidResolver3.error(Location<XMLDocumentIdentifier> loc, String txt, Object... obj) protected voidprotected voidUMod2Def.ERROR(Location<XMLDocumentIdentifier> loc, String txt) voidDef2Xslt3.extract(String target, String topElement, XMLDocumentIdentifier docid, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.voidDef2Xslt3.extract(String target, String topElement, XMLDocumentIdentifier docid, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.protected voidText2Udom.failureDEF(Location<XMLDocumentIdentifier> loc, String text) protected booleanResolver.findLoop(Location<XMLDocumentIdentifier> loc, Module mod) protected voidResolver.hint(Location<XMLDocumentIdentifier> loc, String txt) protected voidXsltSpecialized.hint(Location<XMLDocumentIdentifier> loc, String text) protected voidText2Udom.hint_xml(Location<XMLDocumentIdentifier> loc, String text) protected @Opt Resolver3.ImportContextResolver3.loadImportedModule(Location<XMLDocumentIdentifier> loc, Resolver3.ImportContext ic, String pref) Load the imported module referred to in theImportItemwith the given name, and create and store a newResolver3.ImportContext, if not yet done.protected @Opt Resolver4.ImportContextResolver4.loadImportedModule(Location<XMLDocumentIdentifier> loc, Resolver4.ImportContext ic, String pref) static ModuleRegistryModuleRegistry.makeInstance(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, int debug, String... searchpath) Factory method which constructs and initializes.protected StringDtd2Def.Phase1.AttConverter.makeQname(NamespaceName nn, Location<XMLDocumentIdentifier> elloc) protected voidDtd2Def.mapNames(NamespaceName nn, String s, Location<XMLDocumentIdentifier> elloc) Maps the dtd NamespaceName to an internal element name, after checking that not illegal characters are in the latter by callingDtd2Def.checkName(String, Location).(package private) voidResolver.moduleLevelReplacementError(Location<XMLDocumentIdentifier> loc, String pref) Reducer.reduce(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, eu.bandm.tools.d2d2.absy.Document_module input) Translate the XML encoded parsing result into a d2d model structure.ModuleRegistry.setMsgReceiver(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) EvidentMain.splitAndCheckKey(MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg, String s) Split one string according to the syntax[modulePath] (":"[ElementTag])?.protected voidDocOnly.splitdoctext(String text, Location<XMLDocumentIdentifier> startloc) protected voidReducer.splitdoctext(String text, Location<XMLDocumentIdentifier> startloc) static <T extends TypedDocument,D extends TypedDTD>
TTasks.string2tdom(String sourcetext, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Convert a d2d source text into a tdom model.protected voidResolver3.switchModuleRest(Location<XMLDocumentIdentifier> loc, String... prefs) Skip the first id in compound id, since it has just been processed and caused a module import context switch, and continue to resolve the rest, if any.protected voidResolver4.switchModuleRest(Location<XMLDocumentIdentifier> loc, Reference currentReference, String... prefs) (package private) voidReducer.testPostProcClass(Location<XMLDocumentIdentifier> loc, String s) static <T extends TypedDocument,D extends TypedDTD>
TTasks.text2tdom(File infile, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Convert a d2d input file into a tdom model.static voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Convert directly a d2d encoded input text file into xml, either to a file or to a programmed consumer or to both.protected voidCharacterParser.trace(@Opt Location<XMLDocumentIdentifier> loc, String s) protected booleanDtd2Def.tryMangle(NamespaceName nn, String name, Location<XMLDocumentIdentifier> elloc) If the name is already used, return false.protected voidCharacterParser.typingError(Location<XMLDocumentIdentifier> loc) protected voidResolver3.visitDefinition(Location<XMLDocumentIdentifier> loc, String... prefs) We are currently rewriting a reference (the on-stock produced clone isResolver3.currentReference) and resolving it, and have finally applied all rewritings of all levels and reached a reference text, one identifier or more than one identifiers, joined byChars.STRING_NAMING_LEVEL_SEPARATOR.protected voidResolver4.visitDefinition(Location<XMLDocumentIdentifier> loc, Reference currentReference, String... prefs) protected voidResolver3.visitPossiblyImportedDefinition(Location<XMLDocumentIdentifier> loc, String id) protected voidResolver3.visitPossiblyImportedDefinition(Location<XMLDocumentIdentifier> loc, String... prefs) After all substitutions have been applied: find the source text meant by a reference.protected voidResolver4.visitPossiblyImportedDefinition(Location<XMLDocumentIdentifier> loc, Reference currentReference, String id) protected voidResolver4.visitPossiblyImportedDefinition(Location<XMLDocumentIdentifier> loc, Reference currentReference, String... prefs) protected voidDocOnly.warning(Location<XMLDocumentIdentifier> loc, String s) protected voidReducer.warning(Location<XMLDocumentIdentifier> loc, String s, Object... args) protected voidResolver.warning(Location<XMLDocumentIdentifier> loc, String txt) protected voidResolver3.warning(Location<XMLDocumentIdentifier> loc, String txt, Object... obj) protected voidprotected voidXsltSpecialized.warning(Location<XMLDocumentIdentifier> loc, String text) protected voidNavigate.CharSetCalc.xerror(Location<XMLDocumentIdentifier> loc, String txt) Constructor parameters in eu.bandm.tools.d2d2.base with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionCharacterParser(Navigate.CharSetCalc charSetCalc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, boolean doTrace) Only constructor.Def2Doc3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, File generatedDir, int lineWidth) EvidentResolver(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgoutput, ModuleRegistry modules) Resolver3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgoutput, ModuleRegistry moduleRegistry, Module rootModule, int verbosity) Central service providing method.Resolver4(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgoutput, ModuleRegistry moduleRegistry, Module rootModule, int verbosity) XsltSpecialized(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry moduleRegistry, Module targetModule, String toplevelTag, Module xslt_module_raw) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionstatic final Function<LocString,Location<XMLDocumentIdentifier>> LocString.get_locDeprecated.Use new '::' method reference instead.static final Function<Expr0,Location<XMLDocumentIdentifier>> Expr0.get_locationDeprecated.Use new '::' method reference instead.static final Function<SourceItem,Location<XMLDocumentIdentifier>> SourceItem.get_locationDeprecated.Use new '::' method reference instead.protected Location<XMLDocumentIdentifier>LocString.locGenerated by umod; model author's documentation MISSING.protected Location<XMLDocumentIdentifier>Expr0.locationGenerated by umod; model author's documentation MISSING.protected Location<XMLDocumentIdentifier>SourceItem.locationGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.model that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionLocString.get_loc()Generated by umod; model author's documentation MISSING.Expr0.get_location()Generated by umod; model author's documentation MISSING.SourceItem.get_location()Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidMATCH_ONLY_00.action(Location<XMLDocumentIdentifier> e0) booleanLocString.set_loc(Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanExpr0.set_location(Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanSourceItem.set_location(Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.Constructor parameters in eu.bandm.tools.d2d2.model with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionAlt(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Alt(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".CharBinary(Location<XMLDocumentIdentifier> location, Expression left, Expression right) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharCut(Location<XMLDocumentIdentifier> location, Expression left, Expression right) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharExpr(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharJoin(Location<XMLDocumentIdentifier> location, Expression left, Expression right) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharMinus(Location<XMLDocumentIdentifier> location, Expression left, Expression right) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharRange(Location<XMLDocumentIdentifier> location, Expression left, Expression right) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharSetConst(Location<XMLDocumentIdentifier> location, CharSet value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharsRegExp(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".CharsRegExp(String name, Location<XMLDocumentIdentifier> location, Expression value) Synthetic minimal constructor provided by the umod compiler.Definition(SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Definition(String name, Location<XMLDocumentIdentifier> location) Synthetic minimal constructor provided by the umod compiler.Empty(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Enumeration(SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Enumeration(String name, Location<XMLDocumentIdentifier> location) Synthetic minimal constructor provided by the umod compiler.Expr0(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Expression(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Greedy(Location<XMLDocumentIdentifier> location, Expression on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Greedy(Location<XMLDocumentIdentifier> location, Expression on, boolean istight) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".GrMult(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".GrUnary(Location<XMLDocumentIdentifier> location, Expression on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".GrUnary(Location<XMLDocumentIdentifier> location, Expression on, boolean istight) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ImportItem(SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ImportItem(String name, Location<XMLDocumentIdentifier> location) Synthetic minimal constructor provided by the umod compiler.Insertion(Location<XMLDocumentIdentifier> location, Expression on) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".LocString(String text, Location<XMLDocumentIdentifier> loc) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Module(SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Module(String name, Location<XMLDocumentIdentifier> location) Synthetic minimal constructor provided by the umod compiler.None(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Opt(Location<XMLDocumentIdentifier> location, Expression on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Opt(Location<XMLDocumentIdentifier> location, Expression on, boolean istight) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ParseParticle(Location<XMLDocumentIdentifier> location, String ident, Expression on) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Pcdata(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Perm(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Perm(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Plus(Location<XMLDocumentIdentifier> location, Expression on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Plus(Location<XMLDocumentIdentifier> location, Expression on, boolean istight) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Reference(Location<XMLDocumentIdentifier> location, String sourceText) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ResolvedModule(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Module raw) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ResolvedModule(String name, Location<XMLDocumentIdentifier> location, Module raw) Synthetic minimal constructor provided by the umod compiler.Seq(Location<XMLDocumentIdentifier> location, boolean istight) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Seq(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on, boolean istight) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".SourceItem(SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".SourceItem(String name, Location<XMLDocumentIdentifier> location) Synthetic minimal constructor provided by the umod compiler.Star(Location<XMLDocumentIdentifier> location, Expression on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Star(Location<XMLDocumentIdentifier> location, Expression on, boolean istight) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".StringConst(Location<XMLDocumentIdentifier> location, String value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Subst(Location<XMLDocumentIdentifier> location, Expression on, Reference div, Expression mul) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".TagsRegExp(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".TagsRegExp(String name, Location<XMLDocumentIdentifier> location, Expression value) Synthetic minimal constructor provided by the umod compiler.XRegExp(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".XRegExp(String name, Location<XMLDocumentIdentifier> location, Expression value) Synthetic minimal constructor provided by the umod compiler. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.d2d2.parser2
Fields in eu.bandm.tools.d2d2.parser2 with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, CharSetConst> Parser.charsetAccepts and decodes char set constants given as contents between single quotes.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, CharSetConst> Parser.charset_dezAccepts and decodes char set constants given as decimal number.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, CharSetConst> Parser.charset_hexAccepts and decodes char set constants given as hex number.(package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.d2dLexer(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Object> Parser.defaultDef(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Void> Parser.defaultGroupfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.definitionBody(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.documentationfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.editspec(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.enumDecl(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Boolean> Parser.globaltrimmingfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.grammarExprAccepts and decodes top level grammar expressions.(package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.hexLitfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, String> Parser.identifierAccepts and decodes identifiers, which includes keywords and lexer identifiers.(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, ImportItem> Parser.importcmdfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.inputspec(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Object> Parser.manglingRule(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.modlinefinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Module> Parser.module(package private) final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Parser.DocuDistrib.msgstatic final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Parser.msg(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.namespacedeclNamespaceDecls are stored in the "Module" model element.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.postprocessorfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Reference> Parser.referenceAccepts and decodes references, which are identifiers separated by dots.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, StringConst> Parser.stringconstAccepts and decodes string constants, which is the contents between double quotes.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, StringConst> Parser.stringconstCheckedAccepts and decodes string constants not containing newline and tab characters.(package private) static Function3<Location<XMLDocumentIdentifier>,Parser.TokenType, String, TLex.Token<XMLDocumentIdentifier, Parser.TokenType>> Parser.tfact(package private) static Function3<Location<XMLDocumentIdentifier>,Parser.TokenType, String, TLex.Token<XMLDocumentIdentifier, Parser.TokenType>> Parser.tfact(package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.token_comment(package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.token_hashkeyword_XAccepts simple hash-mark keywords and "#d2d..#/d2d" escape sequences.(package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.token_ident(package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.token_numeric_0(package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.token_numeric_1_9final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Module> Parser.top(package private) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.xmlspecParse, accept and set the corresponding fields of a model elementDefinitionaccording to '[with ..] xmlrep (trimmed|untrimmed)? (data)? (el|att)? (= "nspref:tag" "value"?)? 'Methods in eu.bandm.tools.d2d2.parser2 that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionfinal eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_000(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes lowest level grammar expressions.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_002(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Parse greedy and insert prefix sequence as in "@ @ > > (a, b)"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_004(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes char set cut expression "e1 A e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_006(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes char set join expression "e1 U e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_008(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes char set minus expression "e1 - e2"protected static <A> eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, A> Parser.constant(Parser.TokenType type, A value) Delivers an Expression, which accepts the given token type, and reduces to the given value (the location is preserved).final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.declModifiers(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> p_definitionBody) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_002(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes tight sequence "e1 ~ e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_004(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes permutation "e1 & e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_006(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes non-tight sequecne "e1 , e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_008(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes alternative "e1 | e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decorated(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes decorated expression "e1? / + / * / +~ / *~"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.definitionBody(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> p_definitionBody) DOCME +++ Does not return anything but enters it into the current growing lexical context.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.grammarExpr(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> p_grammarExpr) Accepts and decodes top level grammar expressions.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.localnodes(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> p_definitionBody) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Module> Parser.module(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Module> p_module) Accepts and decodes a "module" declaration.protected static TLex<XMLDocumentIdentifier,Parser.TokenType> Parser.newLexer(XMLDocumentIdentifier docId, Reader reader) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.range(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes next-to-lowest level grammar expressions.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.substituted(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes substituted expression "e1 ^(e2/i2) ^(e3/i3).."protected static eu.bandm.tools.ramus.runtime2.Parser<XMLDocumentIdentifier,Parser.TokenType> Parser.terminal(Parser.TokenType t) (package private) static TLex.Item<XMLDocumentIdentifier,Parser.TokenType> Parser.token_stringconst(char delim, Parser.TokenType tt) protected static eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Parser.TokenType> Parser.tokenType(Parser.TokenType... types) DOCMEprotected static eu.bandm.tools.ramus.runtime2.Parser<XMLDocumentIdentifier,Parser.TokenType> protected static eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Content<XMLDocumentIdentifier, Parser.TokenType>> Parser.unparsedLiteral(Parser.TokenType... types) Auxiliary function, gives necessary constraints to type inference.protected static eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Content<XMLDocumentIdentifier, Parser.TokenType>> Parser.unparsedLiteral(Parser.TokenType... types) Auxiliary function, gives necessary constraints to type inference.protected static eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, String> Parser.unparsedLiteralText(Parser.TokenType... types) Methods in eu.bandm.tools.d2d2.parser2 with parameters of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected static TLex<XMLDocumentIdentifier,Parser.TokenType> Parser.newLexer(XMLDocumentIdentifier docId, Reader reader) Method parameters in eu.bandm.tools.d2d2.parser2 with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidParser.addToContext(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, SourceItem currentScope, Definition newdef, String kind) AddDefinition(Enum or Tags or Chars Parser) to currentscope (either to Module or (as a local definition) to a definition).static voidParser.addToModule(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module host, SourceItem item, String kind) Store a definition to the given module.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_000(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes lowest level grammar expressions.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_002(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Parse greedy and insert prefix sequence as in "@ @ > > (a, b)"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_004(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes char set cut expression "e1 A e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_006(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes char set join expression "e1 U e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.atom_008(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes char set minus expression "e1 - e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.declModifiers(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> p_definitionBody) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_002(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes tight sequence "e1 ~ e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_004(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes permutation "e1 & e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_006(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes non-tight sequecne "e1 , e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decor_008(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes alternative "e1 | e2"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.decorated(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes decorated expression "e1? / + / * / +~ / *~"final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.definitionBody(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> p_definitionBody) DOCME +++ Does not return anything but enters it into the current growing lexical context.protected static voidParser.error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s) protected static voidParser.error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.grammarExpr(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> p_grammarExpr) Accepts and decodes top level grammar expressions.final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> Parser.localnodes(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, eu.bandm.tools.ramus.runtime2.Unit> p_definitionBody) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Module> Parser.module(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Module> p_module) Accepts and decodes a "module" declaration.protected voidParser.postProcess(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module module) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.range(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes next-to-lowest level grammar expressions.Parser.splitdoctext(String text, Location<XMLDocumentIdentifier> startloc) final eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier,Parser.TokenType, Expression> Parser.substituted(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, Expression> grammarExpr) Accepts and decodes substituted expression "e1 ^(e2/i2) ^(e3/i3).."<R> RParser.testParseD2d(eu.bandm.tools.ramus.runtime2.Expression<XMLDocumentIdentifier, Parser.TokenType, R> nonterm, String data, boolean projectResult) protected static voidParser.warning(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s) protected static voidParser.warning(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s) Constructor parameters in eu.bandm.tools.d2d2.parser2 with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionDocuDistrib(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String key, Module module, List<LocString> docs) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.doctypes
Methods in eu.bandm.tools.doctypes that return XMLDocumentIdentifierModifier and TypeMethodDescriptionstatic XMLDocumentIdentifierDocTypes.local2www(XMLDocumentIdentifier doc) currently only the "system" part is analysed and replaced by the www access.Methods in eu.bandm.tools.doctypes that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionstatic Location<XMLDocumentIdentifier>DocTypes.local2www(Location<XMLDocumentIdentifier> loc) currently only the "system" part is analysed and replaced by the www access.Methods in eu.bandm.tools.doctypes with parameters of type XMLDocumentIdentifierModifier and TypeMethodDescriptionstatic XMLDocumentIdentifierDocTypes.local2www(XMLDocumentIdentifier doc) currently only the "system" part is analysed and replaced by the www access.Method parameters in eu.bandm.tools.doctypes with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionstatic Location<XMLDocumentIdentifier>DocTypes.local2www(Location<XMLDocumentIdentifier> loc) currently only the "system" part is analysed and replaced by the www access. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Inliner.msgMethods in eu.bandm.tools.doctypes.xhtml that return XMLDocumentIdentifierConstructor parameters in eu.bandm.tools.doctypes.xhtml with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionInliner(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, File baseFile) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd declared as XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected XMLDocumentIdentifierDTD.Dtd.documentIdGenerated by umod; model author's documentation MISSING.protected XMLDocumentIdentifierDTD.EntityValue.idGenerated by umod; model author's documentation MISSING.protected XMLDocumentIdentifierDTD.Notation.idGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.dtd with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected Location<XMLDocumentIdentifier>DTD.AttDef.locationGenerated by umod; model author's documentation MISSING.protected Location<XMLDocumentIdentifier>DTD.MarkupDecl.locationGenerated by umod; model author's documentation MISSING.protected List<Location<XMLDocumentIdentifier>>DTD.AttDef.locationsGenerated by umod; model author's documentation MISSING.protected List<Location<XMLDocumentIdentifier>>DTD.Dtd.locationsGenerated by umod; model author's documentation MISSING.protected List<Location<XMLDocumentIdentifier>>DTD.MarkupDecl.locationsGenerated by umod; model author's documentation MISSING.protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Statistics.msgMethods in eu.bandm.tools.dtd that return XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected XMLDocumentIdentifierTunedDTDParser.externalId(boolean notation) Parsing function.DTD.Dtd.get_documentId()Generated by umod; model author's documentation MISSING.DTD.EntityValue.get_id()Generated by umod; model author's documentation MISSING.DTD.Notation.get_id()Generated by umod; model author's documentation MISSING.static XMLDocumentIdentifierParse anXMLDocumentIdentifier.Methods in eu.bandm.tools.dtd that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionDTD.AttDef.get_location()Generated by umod; model author's documentation MISSING.DTD.MarkupDecl.get_location()Generated by umod; model author's documentation MISSING.DTD.AttDef.get_locations()Generated by umod; model author's documentation MISSING.DTD.Dtd.get_locations()Generated by umod; model author's documentation MISSING.DTD.MarkupDecl.get_locations()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd with parameters of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidDTD.MATCH_ONLY_00.action(XMLDocumentIdentifier e0) static DTD.DtdDTD.parse(Reader in, XMLDocumentIdentifier id, File base, boolean lateError, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) static DTD.DtdTunedDTDParser.parse(Reader in, XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated.static DTD.DtdTunedDTDParser.parse(Reader in, XMLDocumentIdentifier id, URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Main service access point for parsing a dtd into an internal model.booleanDTD.Dtd.set_documentId(XMLDocumentIdentifier val) Generated by umod; model author's documentation MISSING.booleanDTD.EntityValue.set_id(XMLDocumentIdentifier val) Generated by umod; model author's documentation MISSING.booleanDTD.Notation.set_id(XMLDocumentIdentifier val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtd with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidDTD.MATCH_ONLY_00.action(Location<XMLDocumentIdentifier> e0) DTD.Dtd.get_documentId(Pattern<? super XMLDocumentIdentifier> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.EntityValue>DTD.EntityValue.get_id(Pattern<? super XMLDocumentIdentifier> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.Notation>DTD.Notation.get_id(Pattern<? super XMLDocumentIdentifier> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.AttDef>DTD.AttDef.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.MarkupDecl>DTD.MarkupDecl.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.AttDef>DTD.AttDef.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Dtd.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.MarkupDecl>DTD.MarkupDecl.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static DTD.DtdDTD.parse(Reader in, XMLDocumentIdentifier id, File base, boolean lateError, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) static DTD.DtdTunedDTDParser.parse(Reader in, XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated.static DTD.DtdTunedDTDParser.parse(Reader in, XMLDocumentIdentifier id, URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Main service access point for parsing a dtd into an internal model.static DTD.DtdTunedDTDParser.parselocal(String in, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Parse a local (or temporary generated) dtd declaration.booleanDTD.AttDef.set_location(Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanDTD.MarkupDecl.set_location(Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanDTD.AttDef.set_locations(List<Location<XMLDocumentIdentifier>> val) Generated by umod; model author's documentation MISSING.booleanDTD.Dtd.set_locations(List<Location<XMLDocumentIdentifier>> val) Generated by umod; model author's documentation MISSING.booleanDTD.MarkupDecl.set_locations(List<Location<XMLDocumentIdentifier>> val) Generated by umod; model author's documentation MISSING.voidAttlistIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, DTD.Dtd dtd) This method (or its variant) must be called exactly once to initialize maps with a certain dtd.voidAttlistIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, DTD.Dtd dtd, Set<String> knownElementNames) This method (or its variant) must be called exactly once to initialize maps with a certain dtd.voidElementIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, DTD.Dtd dtd) Must be called exactly once to initialize maps with a certain dtd.voidStatistics.update(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Constructors in eu.bandm.tools.dtd with parameters of type XMLDocumentIdentifierModifierConstructorDescriptionDtd(XMLDocumentIdentifier documentId) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".EntityValue(XMLDocumentIdentifier id, String definition, String replacement) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Notation(Location<XMLDocumentIdentifier> location, String name, XMLDocumentIdentifier id) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".Notation(String name, XMLDocumentIdentifier id) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated.protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Constructor parameters in eu.bandm.tools.dtd with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionAttDef(Location<XMLDocumentIdentifier> location, String name, DTD.AttType type, DTD.DefaultDecl value) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".Attlist(Location<XMLDocumentIdentifier> location, String element) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".Comment(Location<XMLDocumentIdentifier> location, String text) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".Element(Location<XMLDocumentIdentifier> location, String name, DTD.ContentModel content) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".Entity(Location<XMLDocumentIdentifier> location, boolean parameter, String name, DTD.EntityValue value) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".MarkupDecl(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".Notation(Location<XMLDocumentIdentifier> location, String name, XMLDocumentIdentifier id) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".PI(Location<XMLDocumentIdentifier> location, String target, String text) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".TextDecl(Location<XMLDocumentIdentifier> location, String version, String encoding) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated.protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected final Location<XMLDocumentIdentifier>AttributeChecks.locprotected Location<XMLDocumentIdentifier>DTM.Named.locationGenerated by umod; model author's documentation MISSING.(package private) final MessageTranslator<@Opt XMLDocumentIdentifier>Tool.MyGui.mmrprotected final MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>>Tool.msgprotected final MessagePrinter<SimpleMessage<@Opt XMLDocumentIdentifier>>Tool.msg_pprotected final MessageStore<SimpleMessage<@Opt XMLDocumentIdentifier>>Tool.msg_sMethods in eu.bandm.tools.dtm that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionAttributeChecks.get_loc()DTM.Named.get_location()Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidDTM.MATCH_ONLY_00.action(Location<XMLDocumentIdentifier> e0) (package private) NamespaceNameDTD2DTM.attribute(String qname, Location<XMLDocumentIdentifier> loc) (package private) NamespaceNameDTD2DTM.element(String qname, Location<XMLDocumentIdentifier> loc) DTM.Named.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.voidAttributeChecks.sendErrorMessages_Undecl_Type_Fixed(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) The attributes recognized as erronuous in XML sense, can later be healed when meant in a derived system, like xslt.booleanDTM.Named.set_location(Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.voidDTD2DTM.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Constructor parameters in eu.bandm.tools.dtm with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionAttributeChecks(Attributes atts, DTM.Element elDef, Location<XMLDocumentIdentifier> loc) HtmlRenderer(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Statistics statistics, Reader text) Only constructor, returns a use-once instance. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.formatfrontends
Fields in eu.bandm.tools.formatfrontends with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>DynamicFormatter.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>GenericCompiler.recNeeded ONLY because ".getReceiver()" is of type "? super M", which does not wokr.Methods in eu.bandm.tools.formatfrontends that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>GenericCompiler.getMsgReceiver()Method parameters in eu.bandm.tools.formatfrontends with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidDynamicFormatter.error(Location<XMLDocumentIdentifier> loc, String s) protected voidGenericCompiler.error(Location<XMLDocumentIdentifier> loc, String text) protected static eu.bandm.tools.formatfrontends.absy.Document_tdomRulesTdom2format.loadDocument(Reader str, String filename, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) protected voidTdom2format.ruleerror(Location<XMLDocumentIdentifier> l, String s) protected voidGenericCompiler.setMsgReceiver(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> rec) protected voidDynamicFormatter.warning(Location<XMLDocumentIdentifier> loc, String s) protected voidGenericCompiler.warning(Location<XMLDocumentIdentifier> loc, String text) Constructor parameters in eu.bandm.tools.formatfrontends with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionprotectedDynamicFormatter(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Only constructor. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.installer
Fields in eu.bandm.tools.installer with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionDocumentedDistribution2.msgXMLReceiver for messages with a line number location. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.lablog.base
Fields in eu.bandm.tools.lablog.base with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected final Map<File,@Opt MessageStore<SimpleMessage<XMLDocumentIdentifier>>> Main.file2errorsCollects all d2d parsing errors for the processed files; value==null means "file not found".protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Main.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>ToHtml.msgMethod parameters in eu.bandm.tools.lablog.base with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescription(package private) voidToHtml.WARNING(Location<XMLDocumentIdentifier> loc, String m) Constructor parameters in eu.bandm.tools.lablog.base with type arguments of type XMLDocumentIdentifierModifierConstructorDescription(package private)Only constructor. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml that return XMLDocumentIdentifier -
Uses of XMLDocumentIdentifier in eu.bandm.tools.message
Methods in eu.bandm.tools.message with parameters of type XMLDocumentIdentifierModifier and TypeMethodDescriptionintXMLDocumentIdentifier.compareTo(XMLDocumentIdentifier x) Auxiliary comparison method, as needed for "sorted Sets" etc.protected booleanXMLDocumentIdentifier.equals(XMLDocumentIdentifier x) Compares this to another. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.muli
Fields in eu.bandm.tools.muli with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected Location<XMLDocumentIdentifier>CatalogByString.TranslationCollector.currentlocprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>CatalogByString.msgMethod parameters in eu.bandm.tools.muli with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionvoidCatalogByString.load(File f, boolean eliminateNewlines, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Fill the data encoded in the text file into the catalog object.voidCatalogByString.load(Reader s, String sourceId, boolean eliminateNewlines, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Fill the data encoded in the current text of the reader into the catalog object. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.muli.tdom
Methods in eu.bandm.tools.muli.tdom that return XMLDocumentIdentifier -
Uses of XMLDocumentIdentifier in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy that return XMLDocumentIdentifier -
Uses of XMLDocumentIdentifier in eu.bandm.tools.tdom
Fields in eu.bandm.tools.tdom with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescription(package private) final MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>Template.msg(package private) final MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>TypedDOMGenerator.recCentral message receiver, set up when constructing this instance.Methods in eu.bandm.tools.tdom that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionImporter.getImportedDocumentIds()ContentParserGenerator.getMessageReceiver()Method parameters in eu.bandm.tools.tdom with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected abstract voidTypedDOMGenerator.AbstractNamespaceCollector.addNamespaceMapping(String prefix, String uri, Location<XMLDocumentIdentifier> location) ContentParserGenerator.analyze(Location<XMLDocumentIdentifier> location, String element, DTD.CP root) ContentParserGenerator.createRule(Location<XMLDocumentIdentifier> location, String element, DTD.CP root) voidTemplate.error(Locatable<XMLDocumentIdentifier> loc, String text) protected voidTypedDOMGenerator.error(@Opt Exception ex, @Opt Location<XMLDocumentIdentifier> location, String text) DOCMEprotected voidTypedDOMGenerator.error(Location<XMLDocumentIdentifier> location, String text) DOCMEvoidTDOM_Main.RunningRenderer.execute(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> rec, PackageTemplate packageTemplate) voidTypedDOMGenerator.DtdRenderer.execute(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> rec, PackageTemplate packageTemplate) protected voidTypedDOMGenerator.hint(Location<XMLDocumentIdentifier> loc, String text) 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.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.voidContentParserGenerator.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) voidImporter.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) voidTemplate.warning(Locatable<XMLDocumentIdentifier> loc, String text) Constructors in eu.bandm.tools.tdom with parameters of type XMLDocumentIdentifierModifierConstructorDescription(package private)Import(String packageName, XMLDocumentIdentifier id) LocationFilter(XMLDocumentIdentifier... excluded) Constructor parameters in eu.bandm.tools.tdom with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionDTDTemplate(DTD.Dtd dtd, File dtdFile, PackageTemplate packageTemplate, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) LocationFilter(Collection<? extends XMLDocumentIdentifier> excluded) (package private)PackageTemplate(@Opt File dtdFile, File destination, String packageName, DTD.Dtd dtd, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, boolean useArrays, boolean generateFunctions, boolean paisleySupport) Top level meta-information storage of the template hierarchy.(package private)Template(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) TypedDOMGenerator(DTD.Dtd dtd, File destination, String packageName, boolean useArrays, boolean generateFunctions, boolean paisleySupport, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> rec) Variant which gets the DTD as a completely self-contained object.TypedDOMGenerator(File dtdFile, FileReader dtdReader, File destination, String packageName, boolean useArrays, boolean generateFunctions, boolean paisleySupport, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> rec) Variant which reads the dtd from the given FileReader.VisitorTemplate(PackageTemplate packageTpl, GeneratedPackage metaPackage, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime that return XMLDocumentIdentifierModifier and TypeMethodDescriptionTypedDTD.getDocumentId()This is only a default method which ALWAYS will be orverridden !?? bttodo FIXME ??Methods in eu.bandm.tools.tdom.runtime that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionfinal @Opt Location<XMLDocumentIdentifier>TypedNode.getLocation()Return the location in the original text document.Method parameters in eu.bandm.tools.tdom.runtime with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionbooleanElementDictionary.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 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.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. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.tpath.absy
Fields in eu.bandm.tools.tpath.absy with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionstatic final Function<TPath.Item,Location<XMLDocumentIdentifier>> TPath.Item.get_locationDeprecated.Use new '::' method reference instead.protected Location<XMLDocumentIdentifier>TPath.Item.locationGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.tpath.absy that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionTPath.Item.get_location()Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.tpath.absy with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidTPath.MATCH_ONLY_00.action(Location<XMLDocumentIdentifier> e0) booleanTPath.Item.set_location(Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.tpath.dom
Fields in eu.bandm.tools.tpath.dom with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>DOMClient.msgMethod parameters in eu.bandm.tools.tpath.dom with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionvoidDOMClient.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.tpath.runtime
Fields in eu.bandm.tools.tpath.runtime with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>FunctionLibrary.msgprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>Interpreter.msgMethod parameters in eu.bandm.tools.tpath.runtime with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidFunctionLibrary.error(Location<XMLDocumentIdentifier> loc, String s) protected voidFunctionLibrary.log(Location<XMLDocumentIdentifier> loc, String s) voidInterpreter.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) protected voidFunctionLibrary.warning(Location<XMLDocumentIdentifier> loc, String s) Constructor parameters in eu.bandm.tools.tpath.runtime with type arguments of type XMLDocumentIdentifierModifierConstructorDescription -
Uses of XMLDocumentIdentifier in eu.bandm.tools.tpath.tdomclient
Fields in eu.bandm.tools.tpath.tdomclient with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>TdomClient.msgMethod parameters in eu.bandm.tools.tpath.tdomclient with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionvoidTdomClient.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.tpath.type
Method parameters in eu.bandm.tools.tpath.type with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionvoidTypeInference.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.umod
Classes in eu.bandm.tools.umod with type parameters of type XMLDocumentIdentifierModifier and TypeClassDescriptionprotected classFields in eu.bandm.tools.umod with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected LocationMap<NoDocumentIdentifier,XMLDocumentIdentifier> Reducer.formatlocprotected LocationMap<NoDocumentIdentifier,XMLDocumentIdentifier> UMod.ClassDef.formatLocationprotected Locatable<XMLDocumentIdentifier>UMod2format.Compiler.Subformat.locprotected Location<XMLDocumentIdentifier>UMod.Item.locationprotected static MessagePrinter<SimpleMessage<@Opt XMLDocumentIdentifier>>Main.mp_interactiveprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Checker.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Factory.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Reducer.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Types.JavaMapper.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>UMod2java.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>UMod2Tsoap.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>UMod2visitors.msgprotected static MessageTee<SimpleMessage<@Opt XMLDocumentIdentifier>>Main.msg_interactiveprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>UMod2format.msgRecMethods in eu.bandm.tools.umod that return types with arguments of type XMLDocumentIdentifierMethod parameters in eu.bandm.tools.umod with type arguments of type XMLDocumentIdentifierModifier 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.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.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.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.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.voidChecker.check(UMod.Forest model0, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) Checks currently ONLY that field names are unique (from class to root) and there is only one "KEY" field.protected voidUMod2format.Compiler.error(Locatable<XMLDocumentIdentifier> loc, String text) protected voidUMod2Tsoap.error(Location<XMLDocumentIdentifier> loc, String str) protected voidTypes.JavaMapper.ERROR(Location<XMLDocumentIdentifier> loc, String txt) protected voidUMod2java.ERROR(Locatable<XMLDocumentIdentifier> loc, String txt) protected voidUMod2visitors.ERROR(Location<XMLDocumentIdentifier> loc, String txt) static booleanTypes.hasCanonicalOrder(UMod.Type t, UMod.Forest f, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) For basic types a canonical order is always defined; for internal defs depends on generated code; for external types ask the environment.static FormatTypes.implementationFlagFormat(UMod.Type t, UMod.Forest f, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) selects between tree and hash implementations for maps and setsvoidUMod2format.Compiler.makeclassstring(Locatable<XMLDocumentIdentifier> loc, boolean upcase) protected eu.bandm.tools.formatfrontends.absy.Document_patternUMod2format.Compiler.parseHint(String hint, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) voidUMod2format.process(UMod.Forest code, GeneratedContext context, GeneratedClass modelclass, GeneratedClass basematcher, boolean getterfunctions, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> externalMsgDrain) generates formatter class, derived from visitor "basematcher"
as inner class in "forestclass"
global fields and constants in this class
entry methods ("toFormat()" etc)
creates a "Format Creator" class by deriving fromformatfrontends.GeneriCompilercreates some fields and sets initializers
calls compilation method for each umod class definition
flushes accumulated const declarations to class code.
Assumes that the code of "error()" is volatile!voidReducer.PragsVisitor.putpragma(Location<XMLDocumentIdentifier> loc, int key, Integer position) static UMod.ForestReducer.reduce(UMod.Forest in_forest, eu.bandm.tools.umod.absy.Document_modeltree el, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) booleanUMod.Item.set_location(Location<XMLDocumentIdentifier> loc) 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.protected voidFactory.synterror(Location<XMLDocumentIdentifier> loc, String txt) protected voidReducer.synterror(Location<XMLDocumentIdentifier> loc, String txt) UMod2java.translate(UMod.Forest code, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0, String pkgname, Format generationDescription, boolean getterfunctions, boolean setterfunctions, boolean make_patterns, boolean saxgen, boolean swingtreegen, boolean visitordebug, boolean visitoroptimize, boolean visitorcompile, boolean allrewriterwarnings, boolean monolithic, boolean floatNotDouble, boolean constructorsPre20181214) Main class for translating a UMod model into Java source code.voidUMod2Tsoap.translate(String parsername, String writername, UMod.Forest model0, GeneratedContext context, MetaClass basevisitor, boolean visitoroptimize, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) protected voidUMod2format.Compiler.warning(Locatable<XMLDocumentIdentifier> loc, String text) protected voidUMod2Tsoap.warning(Location<XMLDocumentIdentifier> loc, String str) protected voidTypes.JavaMapper.WARNING(Location<XMLDocumentIdentifier> loc, String txt) protected voidUMod2java.WARNING(Locatable<XMLDocumentIdentifier> loc, String txt) protected voidUMod2visitors.WARNING(Location<XMLDocumentIdentifier> loc, String txt) Constructor parameters in eu.bandm.tools.umod with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionCompiler(UMod.Forest umod0, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Derived consructor which additionally only sets the current umod model.JavaMapper(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, UMod.Forest model, boolean floatNotDouble) (package private)UMod2visitors(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_, GeneratedContext context_, GeneratedClass modelclass_, UMod.Forest model_, boolean visitordebug_, boolean visitoroptimize_, boolean visitorcompile_, boolean allrewriterwarnings_) Only constructor, sets all constant configuration values. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.util2
Fields in eu.bandm.tools.util2 declared as XMLDocumentIdentifierFields in eu.bandm.tools.util2 with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescription(package private) Location<XMLDocumentIdentifier>SaxLocatorMapper.cache(package private) Locatable<XMLDocumentIdentifier>SAXEventStream.MatchException.locus(package private) final LocationMap<XMLDocumentIdentifier,XMLDocumentIdentifier> SaxLocatorMapper.map(package private) final LocationMap<XMLDocumentIdentifier,XMLDocumentIdentifier> SaxLocatorMapper.mapprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>NamespaceFilter.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>SourceHabitats.msgMethods in eu.bandm.tools.util2 that return XMLDocumentIdentifierModifier and TypeMethodDescription(package private) @Opt XMLDocumentIdentifierSAXEventQueue._getDocumentId(eu.bandm.tools.util2.SAXEventQueue.Item item) SAXEventQueue.getDocumentId()CHECK FIXME ist das wirklich "public" notwendig?Methods in eu.bandm.tools.util2 that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionSAXEventQueue.getLocation()Delivers the location of the current NEXT Event, i.e.SAXEventStream.getLocation()Delivers the location related to the next head element (tag or character data), Normally this should be the start of the textual representation of this element in the source text.SAXEventStream.MatchException.getLocation()static Location<XMLDocumentIdentifier>SaxExceptionCatcher.location(SourceLocator ex) static Location<XMLDocumentIdentifier>SaxExceptionCatcher.location(SAXException ex) static Location<XMLDocumentIdentifier>SaxExceptionCatcher.location(SAXParseException ex) SAXEventQueue.matchedEtherealLocation()SAXEventStream.matchedEtherealLocation()Methods in eu.bandm.tools.util2 with parameters of type XMLDocumentIdentifierModifier and TypeMethodDescriptionContentPrinter.setDtdDocId(XMLDocumentIdentifier dtdDocId) The dtd adress of the doctype declaration which will be printed inserted in the generated output, iff !=nullConstructor parameters in eu.bandm.tools.util2 with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionMatchException(Locatable<XMLDocumentIdentifier> locus, String text) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.xantlr.runtime
Fields in eu.bandm.tools.xantlr.runtime declared as XMLDocumentIdentifierFields in eu.bandm.tools.xantlr.runtime with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected EventGenerator<NamespaceName,XMLDocumentIdentifier> X_LLkParser.eventprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>X_LLkParser.messageReceiverMethods in eu.bandm.tools.xantlr.runtime that return XMLDocumentIdentifierMethods in eu.bandm.tools.xantlr.runtime that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionX_LLkParser.getEventGenerator()SAXEventGenerator.getLocation()SAXEventGenerator.getLocation(antlr.RecognitionException e) X_LLkParser.getLocation()Method parameters in eu.bandm.tools.xantlr.runtime with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionvoidX_LLkParser.setEventGenerator(EventGenerator<NamespaceName, XMLDocumentIdentifier> event) voidX_LLkParser.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> mr) -
Uses of XMLDocumentIdentifier in eu.bandm.tools.xantlrtdom
Fields in eu.bandm.tools.xantlrtdom with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescription(package private) MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>XantlrTdom.antlrMsg(package private) MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>>XantlrTdom.tdomMsgMethod parameters in eu.bandm.tools.xantlrtdom with type arguments of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected <D> voidXantlrTdom.init(X_LLkParser parser0, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> antlrMessages, int queueSize, ContentHandler debugSaxEvents, TypedDTD tdomDtdModel, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> tdomMessages) static XantlrTdomXantlrTdom.link(X_LLkParser parser, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> antlrMessages, int queueSize, ContentHandler debugSaxEvents, TypedDTD tdomDtdModel, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> tdomMessages) This method creates a XantlrTdom object, which subsequently will be used to parse a source text (with an xantlr generated parser, see Xantlr user documentation., and to generate a corresponding tdom model, see Tdom user documentation.. -
Uses of XMLDocumentIdentifier in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as XMLDocumentIdentifierModifier and TypeFieldDescription(package private) XMLDocumentIdentifierResultContext.resultDtdDocIdprotected XMLDocumentIdentifierRt.Report.topFileFields in eu.bandm.tools.xslt.base with type parameters of type XMLDocumentIdentifierModifier and TypeFieldDescriptionprotected CheckedSet<XMLDocumentIdentifier>Rt.Report.allFiles(package private) Location<XMLDocumentIdentifier>TPathCache.ExprClassified.errorLocationParsing result, "null" means erronuous.(package private) Location<XMLDocumentIdentifier>Templates.Stackframe.firstErrorLocationstatic final Function<Rt.Report,CheckedSet<XMLDocumentIdentifier>> Rt.Report.get_allFilesDeprecated.Use new '::' method reference instead.static final Function<Rt.Definition,Location<XMLDocumentIdentifier>> Rt.Definition.get_locationDeprecated.Use new '::' method reference instead.static final Function<Rt.Report,XMLDocumentIdentifier> Rt.Report.get_topFileDeprecated.Use new '::' method reference instead.(package private) final List<Location<XMLDocumentIdentifier>>Transformation.importedUriLocationsApplication.UserInterruptionException.loc(package private) Location<XMLDocumentIdentifier>TPathCache.locprotected Location<XMLDocumentIdentifier>Rt.Definition.locationprotected Set<Location<XMLDocumentIdentifier>>Trace.locations(package private) MessageStore<SimpleMessage<XMLDocumentIdentifier>>TemplatesCache.LoadResult.messages(package private) MessageStore<SimpleMessage<XMLDocumentIdentifier>>TransformationCache.LoadResult.messages(package private) final MessageKindFilter<SimpleMessage<@Opt XMLDocumentIdentifier>>Main.mkind(package private) final MessageLocationFilter<@Opt XMLDocumentIdentifier>Main.mloc(package private) final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>Application.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>AttributeChecks_valueTemplates.msg(package private) MessageTee<SimpleMessage<XMLDocumentIdentifier>>AttributeValueTemplate.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>ForeignFilter.msg(package private) final MessageTee<SimpleMessage<@Opt XMLDocumentIdentifier>>Main.msg(package private) MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>MessageSender.msg(package private) MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>TPathCache.msg(package private) MessagePrinter<SimpleMessage<XMLDocumentIdentifier>>MainGui.msgprinter(package private) MessageStore<SimpleMessage<XMLDocumentIdentifier>>MainGui.msgstore(package private) MessageTee<SimpleMessage<XMLDocumentIdentifier>>MainGui.msgtee(package private) Location<XMLDocumentIdentifier>Application.tpathCallingLocationprotected Map<XMLDocumentIdentifier,URI> TemplatesCache.xmldocumentid2uriMethods in eu.bandm.tools.xslt.base that return XMLDocumentIdentifierMethods in eu.bandm.tools.xslt.base that return types with arguments of type XMLDocumentIdentifierModifier and TypeMethodDescription(package private) Location<XMLDocumentIdentifier>Transformation._LOCATION(TypedSubstantial tn) (package private) Location<XMLDocumentIdentifier>Templates.currentLocation()Translate the globalTemplates.locatorvariable, which is a SAX locator and should be updated "under the hood" by the XML input parser which uses "this" as its event drain.
(This information can only have "element" granularity, since attribute source text position is already forgotten.)Rt.Report.get_allFiles()Rt.Definition.get_location()abstract Location<XMLDocumentIdentifier>BuiltInFunctions.AdditionalContext.getCurrentXsltLocation()protected Location<XMLDocumentIdentifier>MessageSender.getLocation(TypedNode n) Methods in eu.bandm.tools.xslt.base with parameters of type XMLDocumentIdentifierModifier and TypeMethodDescriptionprotected voidRt.MATCH_ONLY_00.action(XMLDocumentIdentifier e0) TemplatesCache.baseURI(XMLDocumentIdentifier id) booleanRt.Report.set_topFile(XMLDocumentIdentifier val) Method parameters in eu.bandm.tools.xslt.base with type arguments of type XMLDocumentIdentifierModifier 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) 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.(package private) StringTransformation._LOCATION_FILENAME_SHORT(Location<XMLDocumentIdentifier> loc) (package private) StringTransformation._LOCATION_SHORT(Location<XMLDocumentIdentifier> loc) protected voidRt.MATCH_ONLY_00.action(Location<XMLDocumentIdentifier> e0) voidElementMap.addClasses(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Map<NamespaceName, TypedDTD.AbstractElementInfo> map, Class<? extends TypedExtension> extension, Class<? extends TypedElement> commonAbstractSuperclass, boolean addSemiParsers) Add implementing java classes and parsing methods to maps.TemplatesCache.baseURI(Location<XMLDocumentIdentifier> loc) static voidTransformation.checkAttNameNotXmlns(String name, String[] qname, Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) static voidTransformation.checkAttNameNotXmlns(String name, String[] qname, Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) static <E extends Enum<E>>
ETransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, Class<E> enumclass) static <E extends Enum<E>>
ETransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, Class<E> enumclass) static booleanTransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, String... vals) static booleanTransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, String... vals) static booleanTransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, List<String> vals) static booleanTransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, List<String> vals) booleanTPathCache.checkPattern(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, TPathCache.ExprClassified expr, boolean inTemplateOrKeyMatch, String role) Returns whether the ExprClassified is a pattern, and updatesTPathCache.ExprClassified.patternPartsaccordingly.booleanTPathCache.checkPattern(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, TPathCache.ExprClassified expr, boolean inTemplateOrKeyMatch, String role) Returns whether the ExprClassified is a pattern, and updatesTPathCache.ExprClassified.patternPartsaccordingly.(package private) voidApplication.deliverAtt(Location<XMLDocumentIdentifier> loc, NamespaceName nn, String value) protected voidTransformation.duplicateHint(Location<XMLDocumentIdentifier> loc, NamespaceName name) (package private) voidApplication.error(Exception ex, Location<XMLDocumentIdentifier> loc, String s) (package private) voidMessageSender.error(Exception ex, Location<XMLDocumentIdentifier> loc, String s) protected voidApplication.errorOrWarning(boolean errorNotWarn, Location<XMLDocumentIdentifier> loc, String text) (package private) StringApplication.eval_attr_to_string(Binding<String, String> nsContext, NamespaceName elName, NamespaceName attName, Location<XMLDocumentIdentifier> loc, TPathCache.ExprClassified expr) Evaluate attribute and convert it to string, according to xpath rules.Application.eval_attr_to_value(Binding<String, String> nsContext, NamespaceName elName, NamespaceName attName, Location<XMLDocumentIdentifier> loc, TPathCache.ExprClassified expr) Evaluate the tpath expr.(package private) voidApplication.failure(Exception ex, Location<XMLDocumentIdentifier> loc, String s) (package private) voidMessageSender.failure(Exception ex, Location<XMLDocumentIdentifier> loc, String s) 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.(package private) voidApplication.hint(Location<XMLDocumentIdentifier> loc, String s) (package private) voidMessageSender.hint(Location<XMLDocumentIdentifier> loc, String s) (package private) voidApplication.log(Location<XMLDocumentIdentifier> loc, String s) (package private) voidMessageSender.log(Location<XMLDocumentIdentifier> loc, String s) static 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.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.AttributeValueTemplate.parse(String s, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) accumulate constant character data in Stringbuilder "konst" or call tpath parser.TPathCache.parse(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, NamespaceName attribName, String data, boolean isTemplate) Parse expression source and store result to caches.TPathCache.parse(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, NamespaceName attribName, String data, boolean isTemplate) Parse expression source and store result to caches.Application.previousErrorIndication(Location<XMLDocumentIdentifier> loc) booleanRt.Report.set_allFiles(CheckedSet<XMLDocumentIdentifier> val) booleanRt.Definition.set_location(Location<XMLDocumentIdentifier> val) voidMessageSender.setMsg(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) (package private) voidApplication.warning(Location<XMLDocumentIdentifier> loc, String s) (package private) voidMessageSender.warning(Location<XMLDocumentIdentifier> loc, String s) Constructors in eu.bandm.tools.xslt.base with parameters of type XMLDocumentIdentifierConstructor parameters in eu.bandm.tools.xslt.base with type arguments of type XMLDocumentIdentifierModifierConstructorDescriptionApplication(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, DocumentClient<N> documentClient, @Opt FunctionLibrary<N> allFuncs, Trace trace, Transformation transformation, N input, @Opt Map<NamespaceName, Value<N>> externalParameterValues) AttributeChecks_valueTemplates(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, TPathCache cache, Attributes atts, DTM.Element elDef, Location<XMLDocumentIdentifier> loc, Set<NamespaceName> additionalXslt) AttributeChecks_valueTemplates(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, TPathCache cache, Attributes atts, DTM.Element elDef, Location<XMLDocumentIdentifier> loc, Set<NamespaceName> additionalXslt) BuiltInFunctions(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, boolean traceUriResolution) Definition(NamespaceName name, Location<XMLDocumentIdentifier> location) MessageSender(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace) Templates(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace, URI ownUri, ResultContext resultContext) TemplatesCache(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace) SetsMessageReceiverandTracefor the standard messaging control.Transformation(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace, TemplatesCache templatesCache, TransformationCache transformationCache, Templates toplevelSource, Transformation.Modifiers modifiers, Function<NamespaceName, FunctionSignature> functionTypes, DTM.Dtd sourceDtm, Collection<DTM.Element> topSourceElements, List<Transformation> calledBy) This constructor is the only external calling point, it creates a new instance and does all type checking, inclusion resolving etc.TransformationCache(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace, Transformation.Modifiers modifiers, TemplatesCache templatesCache) SetsMessageReceiverandTracefor the standard messaging control, and Modifiers.UserInterruptionException(Location<XMLDocumentIdentifier> loc, String text)