JSONFormatter

Undocumented in source.

Members

Functions

finalize
string finalize(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
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. Be warned that the author may not have intended to support it.
processAttribute
string processAttribute(string name, string value, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
processComment
string processComment(string content, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
processData
string processData(string content, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
processList
string processList(string[] elements, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
processNode
string processNode(string name, string attributes, string content, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
processNode
string processNode(string name, string attributes, string content, int nodeDepth, bool nameless)
Undocumented in source. Be warned that the author may not have intended to support it.
processPair
string processPair(string name, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
processString
string processString(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
reduceAttributes
string reduceAttributes(string[] attributes, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
reduceNodes
string reduceNodes(string[] nodes, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
strip
bool strip()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TreeFormatter

fullIndent
string fullIndent(int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
newline
string newline()
Undocumented in source. Be warned that the author may not have intended to support it.
indent
string indent()
Undocumented in source.
strip
bool strip()
Undocumented in source.
processData
string processData(string content, int nodeDepth)
Undocumented in source.
processComment
string processComment(string content, int nodeDepth)
Undocumented in source.
processAttribute
string processAttribute(string name, string value, 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.
finalize
string finalize(string content)
Undocumented in source.

Meta