class Nokogiri::XML::ParseOptions

def strict?

def strict?
  @options & RECOVER == STRICT
end