Module weedle::attribute [] [src]

Structs

ExtendedAttributeArgList

Parses an argument list. Ex: Constructor((double x, double y))

ExtendedAttributeIdent

Parses an attribute with an identifier. Ex: PutForwards=name

ExtendedAttributeIdentList

Parses an identifier list. Ex: Exposed=((Window,Worker))

ExtendedAttributeNamedArgList

Parses a named argument list. Ex: NamedConstructor=Image((DOMString src))

ExtendedAttributeNoArgs

Parses a plain attribute. Ex: Replaceable

Enums

ExtendedAttribute

Parses on of the forms of attribute

Type Definitions

ExtendedAttributeList

Parses a list of attributes. Ex: [ attribute1, attribute2 ]

IdentifierList

Matches comma separated identifier list