Class TypedDTD.ElementInfo

Enclosing class:
TypedDTD

public static class TypedDTD.ElementInfo extends TypedDTD.AbstractElementInfo
Reflection information for one particular Element definition from the DTD. It indicates the implementing Java class, the NamespaceName and all all defined Attributes. One instance will be generated statically in each Element's class code. From there it is accessible by the static method getInterfaceInfo(), and by the elements's NamespaceName via TypedDTD.DTDInfo.getElements().
bttodo: WIE sind die attributliste ZUGREIFBAR?