Module
XML::SAX::DocumentHandler
In:
lib/xml/sax.rb
Methods
characters
endDocument
endElement
ignorableWhitespace
processingInstruction
setDocumentLocator
startDocument
startElement
Public Instance methods
characters
(ch, start, length)
endDocument
()
endElement
(name)
ignorableWhitespace
(ch, start, length)
processingInstruction
(target, data)
setDocumentLocator
(locator)
startDocument
()
startElement
(name, atts)
[Validate]