Method: REXML::Parsers::PullEvent#notationdecl?

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

#notationdecl?Boolean

Content: [ String text ]

Returns:

  • (Boolean)


169
170
171
# File 'lib/rexml/parsers/pullparser.rb', line 169

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