Package com.sun.msv.reader.trex.ng.comp
Class DefAttCompatibilityChecker.DefAttMap
java.lang.Object
com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker.DefAttMap
- Enclosing class:
DefAttCompatibilityChecker
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Map
the map from the attribute name (as StringPair) to the default value (as String).(package private) final ElementExp
one of the ElementExps that have this particular element name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultAttributes
the map from the attribute name (as StringPair) to the default value (as String). -
sampleDecl
one of the ElementExps that have this particular element name. used only for the error reporting.
-
-
Constructor Details
-
DefAttMap
DefAttMap(ElementExp sample, Map atts)
-