Uses of Class
eu.bandm.tools.tdom.runtime.ElementDictionary
Packages that use ElementDictionary
Package
Description
Contains base and auxiliary classes for code generated by tdom.
-
Uses of ElementDictionary in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime that return ElementDictionaryModifier and TypeMethodDescriptionTypedDocument.createDictionary()Create a dictionary which maps all Elements with id fields to the id values, and vice versa.Methods in eu.bandm.tools.tdom.runtime with parameters of type ElementDictionaryModifier 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
Fields in eu.bandm.tools.tpath.tdomclient with type parameters of type ElementDictionaryModifier and TypeFieldDescription(package private) Map<TypedDocument, ElementDictionary<?, ?>> TdomClient.maps