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, useDotNames = FALSE)
include
is not),
this gives the names of the elements to remove from the list of
functions.
TRUE
, the names of the elements in the list of
handler functions are prefixed with '.'. This is the newer format
used to differentiate general element handlers and node-name-specific handlers.include
or exclude
is specified,
a subset of this list is returned.
xmlEventParse
startElement.SAX
endElement.SAX
comment.SAX
processingInstruction.SAX
entityDeclaration.SAX
.InitSAXMethods