Method: REXML::Parsers::PullEvent#doctype?

Defined in:
lib/rexml/parsers/pullparser.rb

#doctype?Boolean

Content: [ String name, String pub_sys, String long_name, String uri ]

Returns:

  • (Boolean)


143
144
145
# File 'lib/rexml/parsers/pullparser.rb', line 143

def doctype?
  @contents[0] == :start_doctype
end