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
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The lines that were affected by the change.
    A temporary file containing the transformed XML.
  • Method Details

    • linesAffected

      Set<Integer> linesAffected()
      The lines that were affected by the change.
    • transformedXml

      Path transformedXml()
      A temporary file containing the transformed XML.