Package org.apache.flex.compiler.problems

Examples of org.apache.flex.compiler.problems.FXGInvalidGroupIDAttributeProblem


            definesScaleGrid = true;
        }
        else if (FXG_ID_ATTRIBUTE.equals(name))
        {
          //The id attribute is not allowed on the Group child a Definition.
            problems.add(new FXGInvalidGroupIDAttributeProblem(getDocumentPath(), getStartLine(), getStartColumn()));
        }
        else
        {
            super.setAttribute(name, value, problems);
        }
View Full Code Here

TOP

Related Classes of org.apache.flex.compiler.problems.FXGInvalidGroupIDAttributeProblem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.