- byAttribute
auto byAttribute(string key, string value)
- byAttributeKey
auto byAttributeKey(string name)
- byClass
auto byClass(string className)
- byCssSelector
auto byCssSelector(string selector)
- byId
auto byId(string id)
- byTagName
auto byTagName(MyHtmlTagId name)
auto byTagName(string name)
- createCommentNode
Node createCommentNode(string text)
Fast way to create a comment node
- createNode
Node createNode(MyHtmlTagId tag, MyHtmlNamespace ns)
Create a new node owned by this tree
- createTextNode
Node createTextNode(string text)
Fast way to create a text node
- document
auto document()
- first
auto first()
- head
auto head()
- html
auto html()
- opAssign
void opAssign(Tree rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
A html tree