sdlang-d v0.10.2 (2018-02-13T06:51:25Z)
Home
Dub
Repo
AttributeEvent
sdlang
parser
Event: Found an Attribute in the current tag
struct
AttributeEvent {
Location
location
;
string
namespace
;
string
name
;
Value
value
;
}
Members
Variables
location
Location
location
;
Undocumented in source.
name
string
name
;
Undocumented in source.
namespace
string
namespace
;
Undocumented in source.
value
Value
value
;
Undocumented in source.
Meta
Source
See Implementation
sdlang
parser
aliases
ParserEvent
functions
parseFile
parseSource
pullParseFile
pullParseSource
structs
AttributeEvent
TagEndEvent
TagStartEvent
ValueEvent
Event: Found an Attribute in the current tag