Visitor

Undocumented in source.

Members

Aliases

accept
alias accept = ConstVisitor.accept
Undocumented in source.
enter
alias enter = ConstVisitor.enter
Undocumented in source.
exit
alias exit = ConstVisitor.exit
Undocumented in source.

Functions

accept
void accept(Root obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Tags obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Tag obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(IDFull obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Values obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Attributes obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Attribute obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(OptChild obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(TagTerminator obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(Root obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(Tags obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(Tag obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(IDFull obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(Values obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(Attributes obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(Attribute obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(OptChild obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(TagTerminator obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(Root obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(Tags obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(Tag obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(IDFull obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(Values obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(Attributes obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(Attribute obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(OptChild obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(TagTerminator obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ConstVisitor

enter
void enter(const(Root) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(Root) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(Root) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(Tags) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(Tags) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(Tags) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(Tag) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(Tag) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(Tag) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(IDFull) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(IDFull) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(IDFull) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(Values) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(Values) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(Values) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(Attributes) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(Attributes) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(Attributes) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(Attribute) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(Attribute) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(Attribute) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(OptChild) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(OptChild) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(OptChild) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(const(TagTerminator) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit(const(TagTerminator) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(const(TagTerminator) obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta