Module: Rogdl

Defined in:
lib/node.rb,
lib/rogdl.rb,
lib/parser.rb,
lib/schema.rb,
lib/writer.rb

Defined Under Namespace

Classes: Node, Parser, Schema, Writer

Constant Summary collapse

InLine =
:in_line
InPhrase =
:in_phrase
InClause =
:in_clause
InSQString =
:in_sq_string
InDQString =
:in_dq_string
InString =
:in_string
InEscape =
:in_escape
InWhitespace =
:in_whitespace
InComment =
:in_comment
Indent =
:indent
SchemaString =
'#schema://'