Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
Modifier and Type | Field and Description |
---|---|
protected MemScanner |
Text2Udom.scanner |
Modifier and Type | Method and Description |
---|---|
MemScanner |
MemScanner.copy() |
Modifier and Type | Method and Description |
---|---|
protected static @Opt ResultingStructure |
Text2Udom.consume_enumeration(MemScanner scan,
Enumeration etype)
Used by tag parsers AND character parsers (with multiple parallel scanners !)
|
protected void |
CharacterParser.copyContentsFromTo(CharacterParser.ParseResult from,
MemScanner startpos,
ResultingStructure to)
If "from" has structured contents, then add this into "to", as a sequence
and per assoc.
|
protected @Opt Module |
ModuleRegistry.load_local_module(MemScanner mem,
String filename)
Feed the prefix of a text document into the cache of uninstantiated modules,
to retrieve it instantiated (a few steps later).
|
ResultingStructure |
CharacterParser.parse(MemScanner scanner,
CharsRegExp parser,
ResultingStructure result)
Central executive method.
|
see also the complete user documentation .