Class Nokogiri::XML::SAX::ParserContext
In: lib/nokogiri/xml/sax/parser_context.rb
ext/nokogiri/xml_sax_push_parser.c
Parent: Object

call-seq: column

Get the current column the parser context is processing.

Methods

column   file   io   line   memory   new   parse_with   replace_entities   replace_entities=  

Public Class methods

Parse file given filename

Parse io object with encoding

Parse the XML stored in memory in data

Public Instance methods

Get the current column the parser context is processing.

Get the current line the parser context is processing.

Use sax_handler and parse the current document

Should this parser replace entities? & will get converted to ’&’ if set to true

Should this parser replace entities? & will get converted to ’&’ if set to true

[Validate]