class Nokogiri::XML::SAX::ParserContext
def self.file filename
def self.file filename ctx = LibXML.xmlCreateFileParserCtxt filename pc = allocate pc.cstruct = LibXML::XmlParserContext.new ctx pc end
def self.file filename ctx = LibXML.xmlCreateFileParserCtxt filename pc = allocate pc.cstruct = LibXML::XmlParserContext.new ctx pc end