Uses of Class
eu.bandm.tools.tdom.runtime.ElementDictionary
Package
Description
Contains base and auxiliary classes for code generated by tdom.
-
Uses of ElementDictionary in eu.bandm.tools.tdom.runtime
Modifier and TypeMethodDescriptionTypedDocument.createDictionary()
Create a dictionary which maps all Elements with id fields to the id values, and vice versa.Modifier and TypeMethodDescription<E extends TypedElement<E,
X>, X extends TypedExtension>
EIdRefAttribute.getValue
(ElementDictionary<? extends E, X> dict) Look up the element for the current value of this.<E extends TypedElement<E,
X>, X extends TypedExtension>
List<E>IdRefsAttribute.getValues
(ElementDictionary<E, X> dict) Look up the elements for the current value of this. -
Uses of ElementDictionary in eu.bandm.tools.tpath.tdomclient
Modifier and TypeFieldDescription(package private) Map<TypedDocument,
ElementDictionary<?, ?>> TdomClient.maps