characters(ch, start, length)
click to toggle source
def characters(ch, start, length)
raise "not implemented"
end
endDocument()
click to toggle source
def endDocument()
raise "not implemented"
end
endElement(name)
click to toggle source
def endElement(name)
raise "not implemented"
end
ignorableWhitespace(ch, start, length)
click to toggle source
def ignorableWhitespace(ch, start, length)
raise "not implemented"
end
processingInstruction(target, data)
click to toggle source
def processingInstruction(target, data)
raise "not implemented"
end
setDocumentLocator(locator)
click to toggle source
def setDocumentLocator(locator)
raise "not implemented"
end
startDocument()
click to toggle source
def startDocument
raise "not implemented"
end
startElement(name, atts)
click to toggle source
def startElement(name, atts)
raise "not implemented"
end