Class NQXML::ParserError
In: nqxml/error.rb
Parent: RuntimeError
Methods
new   
Attributes
:column  [R] 
:line  [R] 
:pos  [R] 
Public Class methods
new(message, readStream)

We don't have to "require 'nqxml/tokenizer' because I don't really care if it is an NQXML::Tokenizer. All I really care is that the argument responds to line(), column(), and pos().