semitwistdtools ~master (2015-08-17T23:08:05Z)
Home
Dub
Repo
MissingHtmlAttributeException
semitwist
arsddom
Undocumented in source.
class
MissingHtmlAttributeException : Exception {
Element
elem
;
string
attrName
;
string
htmlFileName
;
this
(Element elem, string attrName, string htmlFileName);
void
setTo
(Element elem, string attrName, string htmlFileName);
}
Constructors
this
this
(Element elem, string attrName, string htmlFileName)
Undocumented in source.
Members
Functions
setTo
void
setTo
(Element elem, string attrName, string htmlFileName)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
attrName
string
attrName
;
Undocumented in source.
elem
Element
elem
;
Undocumented in source.
htmlFileName
string
htmlFileName
;
Undocumented in source.
Meta
Source
See Implementation
semitwist
arsddom
classes
MissingHtmlAttributeException
functions
deactivateLink
fill
removeAll
requireAttribute
setAttributes