Class ActiveSupport::XmlMini_LibXMLSAX::HashBuilder
In: lib/active_support/xml_mini/libxmlsax.rb
Parent: Object

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

Methods

Included Modules

LibXML::XML::SaxParser::Callbacks

Constants

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

Attributes

hash  [R] 

Public Instance methods

on_cdata_block(string)

Alias for on_characters

[Validate]