Uses of Class
eu.bandm.tools.d2d2.base.MemScanner
Packages that use MemScanner
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of MemScanner in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as MemScannerModifier and TypeFieldDescription(package private) final MemScanner<String> CharacterParser.ParseResult.scannerprotected MemScanner<String> Text2Udom.scannerSingle source of text input.Methods in eu.bandm.tools.d2d2.base that return MemScannerMethods in eu.bandm.tools.d2d2.base with parameters of type MemScannerModifier and TypeMethodDescriptionprotected static @Opt ResultingStructureText2Udom.consume_enumeration(MemScanner<String> scan, Enumeration etype) Used by tag parsers AND character parsers (with multiple parallel scanners !)protected voidCharacterParser.copyContentsFromTo(CharacterParser.ParseResult from, MemScanner<String> startpos, ResultingStructure to) If "from" has structured contents, then add this into "to", as a sequence and per assoc.CharacterParser.parse(MemScanner<String> scanner, CharsRegExp parser, ResultingStructure result) Central executive method.protected booleanTextFileHeader.parse(MemScanner<String> scanner, String toplevel_fileLocation, ModuleRegistry moduleRegistry) Parse the head of an input file.ModuleRegistry.storeLocalModule(MemScanner<?> mem, String filename) Feeds the prefix of a text document into the cache of uninstantiated modules, to retrieve it instantiated (a few processing steps later).Constructors in eu.bandm.tools.d2d2.base with parameters of type MemScannerModifierConstructorDescription(package private)ParseResult(MemScanner<String> scanner) (package private)ParseResult(MemScanner<String> scanner, List<ResultingStructure> subs)