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 Map<Definition,Map<Resolver3.ImportContext,Resolver3.Instance>> |
Resolver3.instances
Maps indexed by the raw (=source level) definitions.
|
Modifier and Type | Method and Description |
---|---|
protected Resolver3.Instance |
Resolver3.createNewInstance(Resolver3.ImportContext ic,
Definition raw,
@Opt Reference reprRef)
Central routine for processing a new instantiation of a particular definition
in a particular import context.
In case of XRegExp : Calls the main class visitor methods for applying
all rewriting expressions to the def's value. |
protected @Opt Resolver3.Instance |
Resolver3.findInstance(Definition raw,
Resolver3.ImportContext ic) |
Resolver3.Instance |
Resolver3.Instance.newHypothesis(Resolver3.Instance other)
Delivers an instance which is hypothetically equivalent with "other".
|
protected Resolver3.Instance |
Resolver3.processWaitingReference(Reference ref)
Process one reference which has not yet been classified, but
already been resolved (i.e.
|
Resolver3.Instance |
Resolver3.Instance.representative() |
Modifier and Type | Method and Description |
---|---|
protected Map<Resolver3.ImportContext,Resolver3.Instance> |
Resolver3.findInstances(Definition raw) |
Modifier and Type | Method and Description |
---|---|
Resolver3.Instance |
Resolver3.Instance.newHypothesis(Resolver3.Instance other)
Delivers an instance which is hypothetically equivalent with "other".
|
see also the complete user documentation .