493494495496497498499500
*/ protected void processTagSpecificAttribute(MXMLTreeBuilder builder, IMXMLTagData tag, IMXMLTagAttributeData attribute, MXMLNodeInfo info) { ICompilerProblem problem = new MXMLUnexpectedAttributeProblem(attribute); builder.addProblem(problem); }