RLML::CoreParser (Class)

In: rlml.rb
Parent: Object

CoreParser is a fast, lowlevel parser to be used as a base for higherlevel parsers.

CoreParser does not:

  • validate strictly
  • obey any of the inner semantics of RLML (this is left to higher levels)
  • handle encodings, all data is passed as-is.
Note:You probably don’t want to use this parser directly, but via the nicer (and more correct) StreamParser.

CoreParser is intented to be subclassed.

Methods

new   parse  

Public Class methods

Public Instance methods

Parse the string in data as RLML and generate events.

[Validate]