Package | Description |
---|---|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
Modifier and Type | Method and Description |
---|---|
ElementDictionary<E,X> |
TypedDocument.createDictionary()
Create a dictionary which maps all Elements with id fields to the id values,
and vice versa.
|
Modifier and Type | Method and Description |
---|---|
<E extends TypedElement<E,X>,X extends TypedExtension> |
IdRefAttribute.getValue(ElementDictionary<? extends E,X> dict)
Look up the element for the current value of this.
|
<E extends TypedElement<E,X>,X extends TypedExtension> |
IdRefsAttribute.getValues(ElementDictionary<E,X> dict)
Look up the elements for the current value of this.
|
see also the complete user documentation .