Class Capture

java.lang.Object
net.sf.saxon.regex.Capture

public class Capture extends Object
Represents a match of a captured subgroup
  • Field Details

    • groupNr

      public int groupNr
    • start

      public int start
    • end

      public int end
  • Constructor Details

    • Capture

      public Capture(int groupNr, int start, int end)