Class NQXML::TreeParser
In: nqxml/treeparser.rb
Parent: Parser
Methods
handleNextEntity    handleTag    handleTagEnd    handleTagStart    miscEntity?    new   
Attributes
:document  [R] 
Public Class methods
new(stringOrReadable)
Public Instance methods
miscEntity?(entity)

Returns true if the specified entity is a comment, processing instruction, XMLDecl, or whitespace.

handleTagStart(entity)
handleTagEnd(entity)
handleTag(entity)

Passes entity on to either handleTagEnd or handleTagStart. Not too exciting, really.

handleNextEntity(entity)

Handle entity based on which document section we are in and what kind of entity it is.