# File rexml/attlistdecl.rb, line 82
  def AttlistDecl.pull source
			source.match( ATTLISTDECL, true )[1]
		end