Method: REXML::Parsers::PullEvent#xmldecl?

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

#xmldecl?Boolean

Content: [ String version, String encoding, String standalone ]

Returns:

  • (Boolean)


184
185
186
# File 'lib/rexml/parsers/pullparser.rb', line 184

def xmldecl?
  @contents[0] == :xmldecl
end