Uses of Class
eu.bandm.tools.d2d2.base.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
Modifier and TypeFieldDescription(package private) final MemScanner<String>
CharacterParser.ParseResult.scanner
protected MemScanner<String>
Text2Udom.scanner
Single source of text input.Modifier and TypeMethodDescriptionprotected static @Opt ResultingStructure
Text2Udom.consume_enumeration
(MemScanner<String> scan, Enumeration etype) Used by tag parsers AND character parsers (with multiple parallel scanners !)protected void
CharacterParser.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 boolean
TextFileHeader.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).ModifierConstructorDescription(package private)
ParseResult
(MemScanner<String> scanner) (package private)
ParseResult
(MemScanner<String> scanner, List<ResultingStructure> subs)