Package io.codemodder
Interface XPathStreamProcessChange
- All Known Implementing Classes:
XPathStreamProcessChange.Default
public interface XPathStreamProcessChange
Represents the results when an XML file is transformed using
XPathStreamProcessor
.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe lines that were affected by the change.A temporary file containing the transformed XML.
-
Method Details
-
linesAffected
The lines that were affected by the change. -
transformedXml
Path transformedXml()A temporary file containing the transformed XML.
-