Class | Nokogiri::XML::Reader |
In: |
lib/nokogiri/xml/reader.rb
ext/nokogiri/xml_document_fragment.c |
Parent: | Object |
The Reader parser allows you to effectively pull parse an XML document. Once instantiated, call Nokogiri::XML::Reader#each to iterate over each node. Note that you may only iterate over the document once!
encoding | [R] | |
errors | [RW] |