Package com.google.javascript.jscomp.jsonml

Provides the classes to support JsonML format and secure compiler.

See:
          Description

Class Summary
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 Summary
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.
 

Package com.google.javascript.jscomp.jsonml Description

Provides the classes to support JsonML format and secure compiler.