Package io.codemodder
Interface XMLEventHandler
public interface XMLEventHandler
Type that gets used to modify an XML stream.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRegionMatchingXMLEvent
(XMLEventReader xmlReader, XMLEventWriter xmlWriter, XMLEvent incomingEvent) Perform some action when anXMLEvent
is determined to match a SARIF region.
-
Method Details
-
onRegionMatchingXMLEvent
void onRegionMatchingXMLEvent(XMLEventReader xmlReader, XMLEventWriter xmlWriter, XMLEvent incomingEvent) throws XMLStreamException Perform some action when anXMLEvent
is determined to match a SARIF region.- Throws:
XMLStreamException
-