D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
REXML
/
SAX2Listener
/
Filename :
cdesc-SAX2Listener.yaml
back
Copy
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: A template for stream parser listeners. Note that the declarations (attlistdecl, elementdecl, etc) are trivially processed; REXML doesn't yet handle doctype entity declarations, so you have to parse them out yourself. - !ruby/struct:SM::Flow::H level: 3 text: Missing methods from SAX2 - !ruby/struct:SM::Flow::VERB body: " ignorable_whitespace\n" - !ruby/struct:SM::Flow::H level: 3 text: Methods extending SAX2 - !ruby/struct:SM::Flow::P body: <tt>WARNING</tt> These methods are certainly going to change, until DTDs are fully supported. Be aware of this. - !ruby/struct:SM::Flow::VERB body: " start_document\n end_document\n doctype\n elementdecl\n attlistdecl\n entitydecl\n notationdecl\n cdata\n xmldecl\n comment\n" constants: [] full_name: REXML::SAX2Listener includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: attlistdecl - !ruby/object:RI::MethodSummary name: cdata - !ruby/object:RI::MethodSummary name: characters - !ruby/object:RI::MethodSummary name: comment - !ruby/object:RI::MethodSummary name: doctype - !ruby/object:RI::MethodSummary name: elementdecl - !ruby/object:RI::MethodSummary name: end_document - !ruby/object:RI::MethodSummary name: end_element - !ruby/object:RI::MethodSummary name: end_prefix_mapping - !ruby/object:RI::MethodSummary name: entitydecl - !ruby/object:RI::MethodSummary name: notationdecl - !ruby/object:RI::MethodSummary name: processing_instruction - !ruby/object:RI::MethodSummary name: progress - !ruby/object:RI::MethodSummary name: start_document - !ruby/object:RI::MethodSummary name: start_element - !ruby/object:RI::MethodSummary name: start_prefix_mapping - !ruby/object:RI::MethodSummary name: xmldecl name: SAX2Listener superclass: