# File nqxml/treeparser.rb, line 88 def handleTag(entity) if entity.isTagEnd handleTagEnd(entity) else handleTagStart(entity) end end