Examples of FXGInvalidGroupIDAttributeProblem


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
Copyright © 2018 www.massapi.com. 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.