Uses of Class
net.jangaroo.jooc.mxml.ast.XmlAttribute
-
Packages that use XmlAttribute Package Description net.jangaroo.jooc.mxml net.jangaroo.jooc.mxml.ast -
-
Uses of XmlAttribute in net.jangaroo.jooc.mxml
Methods in net.jangaroo.jooc.mxml that return XmlAttribute Modifier and Type Method Description XmlAttributeMxmlParserHelper. createXmlAttribute(Ide ide, JooSymbol eq, JooSymbol value)Method parameters in net.jangaroo.jooc.mxml with type arguments of type XmlAttribute Modifier and Type Method Description XmlTagMxmlParserHelper. createXmlTag(JooSymbol lt, Ide tagName, List<XmlAttribute> attributes, JooSymbol gt) -
Uses of XmlAttribute in net.jangaroo.jooc.mxml.ast
Methods in net.jangaroo.jooc.mxml.ast that return types with arguments of type XmlAttribute Modifier and Type Method Description List<XmlAttribute>XmlElement. getAttributes()List<XmlAttribute>XmlTag. getAttributes()Constructor parameters in net.jangaroo.jooc.mxml.ast with type arguments of type XmlAttribute Constructor Description XmlHeader(JooSymbol lt, Ide xmlIde, List<XmlAttribute> attributes, JooSymbol gt)XmlTag(JooSymbol lt, Ide tagName, List<XmlAttribute> attributes, JooSymbol gt)
-