See: Description
Class | Description |
---|---|
JsonML |
Class which represents JsonML element according to the specification at
"http://code.google.com/p/es-lab/wiki/JsonMLASTFormat"
|
JsonMLAst |
Generates an AST from a JsonML source file.
|
JsonMLError |
Class used to represent errors which correspond to JsonML elements.
|
JsonMLUtil |
JsonMLUtil contains utilities for the JsonML object.
|
Reader |
Traverse JsonML source tree and generates AST.
|
SecureCompiler |
Compilation of JavaScript code which guarantees that all security
capabilities are preserved after the process.
|
Validator |
Statically validates JsonML elements.
|
Writer |
Converts internal AST into JsonML tree.
|
Enum | Description |
---|---|
ErrorLevel |
Represents possible error levels for JsonML errors.
|
TagAttr |
List of attributes that a JsonML element may have.
|
TagType |
List of types allowed for JsonML elements.
|