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