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
private static final class DefAttCompatibilityChecker.DefAttMap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map
defaultAttributes
the map from the attribute name (as StringPair) to the default value (as String).(package private) ElementExp
sampleDecl
one of the ElementExps that have this particular element name.
-
Constructor Summary
Constructors Constructor Description DefAttMap(ElementExp sample, java.util.Map atts)
-
-
-
Field Detail
-
defaultAttributes
final java.util.Map defaultAttributes
the map from the attribute name (as StringPair) to the default value (as String).
-
sampleDecl
final ElementExp sampleDecl
one of the ElementExps that have this particular element name. used only for the error reporting.
-
-
Constructor Detail
-
DefAttMap
DefAttMap(ElementExp sample, java.util.Map atts)
-
-