Ruby REXML::Parsers::PullEvent Functions
EditRocket provides the following information on REXML::Parsers::PullEvent functions in the Ruby source code builder.
attlistdecl?() - "Content: [ String text ]"
cdata?() - "Content: [ String text ]"
comment?() - "Content: [ String text ]"
doctype?() - "Content: [ String name, String pub_sys, String long_name, String uri ]"
elementdecl?() - "Content: [ String text ]"
end_element?() - "Content: [ String tag_name ]"
entity?() - "Content: [ String text ]"
entitydecl?() - "Due to the wonders of DTDs, an entity declaration can be just about anything. There's no way to normalize it; you'll have to interpret the content yourself. However, the following is true:"
error?() -
event_type() -
inspect() -
instruction?() - "Content: [ String text ]"
new(arg) - The type of this event. Will be one of :tag_start, :tag_end, :text, :processing_instruction, :comment, :doctype, :attlistdecl, :entitydecl, :notationdecl, :entity, :cdata, :xmldecl, or :error.
notationdecl?() - "Content: [ String text ]"
start_element?() - "Content: [ String tag_name, Hash attributes ]"
text?() - "Content: [ String raw_text, String unnormalized_text ]"
xmldecl?() - "Content: [ String version, String encoding, String standalone ]"