This AST node represents an MXML tag or attribute that specifies a property.
An {@link IMXMLPropertySpecifierNode} has exactly one child node: an{@link IMXMLInstanceNode} representing the property value. For a simplescalar property such as one of type String, this will be an {@link IMXMLStringNode}.
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.