
Last chance! 50% off unlimited learning
Sale ends in
handlers
argument in xmlEventParse
.
One can easily specify a subset
of the handlers by giving the names of
the elements to include or exclude.genericSAXHandlers(include, exclude)
If include
or exclude
is specified,
a subset of this list is returned.
xmlEventParse
startElement.SAX
endElement.SAX
comment.SAX
processingInstruction.SAX
entityDeclaration.SAX
.InitSAXMethods
<testonly># .InitSAXMethods()
names(genericSAXHandlers())
names(genericSAXHandlers(inc=c("startElement", "endElement", "text")))
names(genericSAXHandlers(ex=c("startElement", "endElement", "text")))</testonly>
Run the code above in your browser using DataLab