TreeFormatter

Undocumented in source.

Members

Functions

finalize
string finalize(string content)
Undocumented in source.
fullIndent
string fullIndent(int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
indent
string indent()
Undocumented in source.
newline
string newline()
Undocumented in source. Be warned that the author may not have intended to support it.
processAttribute
string processAttribute(string name, string value, int nodeDepth)
Undocumented in source.
processComment
string processComment(string content, int nodeDepth)
Undocumented in source.
processData
string processData(string content, int nodeDepth)
Undocumented in source.
processNode
string processNode(string name, string attributes, string content, int nodeDepth)
Undocumented in source.
reduceAttributes
string reduceAttributes(string[] attributes, int nodeDepth)
Undocumented in source.
reduceNodes
string reduceNodes(string[] nodes, int nodeDepth)
Undocumented in source.
strip
bool strip()
Undocumented in source.

Meta