Module: Iudex::HTML::Tree

Included in:
Filters::FactoryHelper
Defined in:
lib/iudex-html.rb

Defined Under Namespace

Modules: Filters

Class Method Summary collapse

Class Method Details

.parse(input) ⇒ Object

Parse the input String using HTMLStAXConsumer, HTMLTag. Raises XMLStreamException on parse error



48
49
50
51
# File 'lib/iudex-html.rb', line 48

def self.parse( input )
  Gravitext::XMLProd::XMLHelper.
    stax_parse_string( input, HTMLStAXConsumer.new )
end