Class ActiveSupport::XmlMini_NokogiriSAX::HashBuilder
In: lib/active_support/xml_mini/nokogirisax.rb
Parent: Nokogiri::XML::SAX::Document

Class that will build the hash while the XML document is being parsed using SAX events.

Methods

Constants

CONTENT_KEY = '__content__'.freeze
HASH_SIZE_KEY = '__hash_size__'.freeze

Attributes

hash  [R] 

Public Instance methods

cdata_block(string)

Alias for characters

[Validate]