Initial release: March 2008
Kris
- class DocTester(T) [protected] ¶
-
add various tests here, or in subclasses, as required
- void validate(Doc doc) [final] ¶
-
Generate a text representation of the document tree
- void validate(Node node) [final] ¶
-
Generate a representation of the given node-subtree
- void element(Node node) ¶
-
- void attribute(Node node) ¶
-
- void data(Node node) ¶
-
- void comment(Node node) ¶
-
- void pi(Node node) ¶
-
- void cdata(Node node) ¶
-
- void doctype(Node node) ¶
-
- void uniqueAttrNames(Node node) [static] ¶
-
Ensure attribute names are unique within the element
- void error(const(char)[] format, ...) [static] ¶
-