Class AttributeChecks_valueTemplates

java.lang.Object
eu.bandm.tools.dtm.AttributeChecks
eu.bandm.tools.xslt.base.AttributeChecks_valueTemplates

public class AttributeChecks_valueTemplates extends AttributeChecks
This is a refinement necessary for xslt of AttributeChecks. Since "attribute value templates" are allowed in xslt code, ill-defined attribute values (in XML sense) must further be analysed, and possibly be removed from error sets. The algorithm steps through the sets of all classified attributes. and moves them from there to the set "computing" iff their values contain template xpath code. Since the base class AttributeChecks is initialized from SAX , all attribute names are unique. ((FIXME stimmt das ???))