Package | Description |
---|---|
eu.bandm.tools.d2d2.rt |
Umod main model class: This is a model for the
results of d2d text parsing.
|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMultimap_RD<Definition,ResultingStructure> |
ResultingStructure.assoc
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<ResultingStructure,CheckedMultimap_RD<Definition,ResultingStructure>> |
ResultingStructure.get_assoc
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
CheckedMultimap_RD<Definition,ResultingStructure> |
ResultingStructure.get_assoc()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResultingStructure.set_assoc(CheckedMultimap_RD<Definition,ResultingStructure> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMultimap_RD<String,String> |
TunedDTDParser.entityUsage |
protected CheckedMultimap_RD<String,String> |
DTD.Dtd.entityUsage
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMultimap_RD<String,String> |
DTD.Dtd.get_entityUsage()
Generated by umod; model author's documentation MISSING.
|
protected CheckedMultimap_RD<String,String> |
DTD.__SAX_Parser.parse_4() |
Modifier and Type | Method and Description |
---|---|
boolean |
DTD.Dtd.set_entityUsage(CheckedMultimap_RD<String,String> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_entityUsage(Pattern<? super CheckedMultimap_RD<String,String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Dtd> |
DTD.__Patterns.term_Dtd(Pattern<Object> superpattern,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super XMLDocumentIdentifier> p_documentId,
Pattern<? super DTD.TextDecl> p_textDecl,
Pattern<? super CheckedList<DTD.MarkupDecl>> p_markup,
Pattern<? super CheckedMultimap_RD<String,String>> p_entityUsage) |
see also the complete user documentation .