Processor
class Processor (Inheritance-free)
- GetEvent(E)
- Loop()
- characters(Text)
SAX-event
- close()
close stream, release resources
- comment(Data)
SAX-event
- default(_)
SAX-event
- endCDATA()
SAX-event
- endDocument()
SAX-event
- endElement(Tag)
SAX-event
- endNamespaceDeclScope(Prefix)
SAX-event
- getEvent($)
get next SAX event as a record. This record could also be
invoked as a method on the object. When there are no more
events, unit is returned instead.
- init(SourceOrSpecs)
creates a processor given either an InputSource object or
a list of specs that can be used to create an InputSource object
- initFromFile(File)
- initFromFiles(Files)
- initFromString(Str)
- initFromURL(URL)
- initFromURLs(URLs)
- initFromVs(Vs)
- parse()
invokes a loop that processes all events by invoking them
as methods on the object.
- processingInstruction(Target Data)
SAX-event
- startCDATA()
SAX-event
- startDocument()
SAX-event
- startElement(Tag Attributes)
SAX-event
- startNamespaceDeclScope(Prefix URI)
SAX-event
end