Method: REXML::Parsers::PullEvent#attlistdecl?

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

#attlistdecl?Boolean

Content: [ String text ]

Returns:

  • (Boolean)


148
149
150
# File 'lib/rexml/parsers/pullparser.rb', line 148

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