Class XPathReplacer

  • All Implemented Interfaces:
    Replacer

    public class XPathReplacer
    extends java.lang.Object
    implements Replacer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String replace​(java.lang.String content, Replacement replacement, boolean regex, int regexFlags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XPathReplacer

        public XPathReplacer​(TokenReplacer tokenReplacer)
    • Method Detail

      • replace

        public java.lang.String replace​(java.lang.String content,
                                        Replacement replacement,
                                        boolean regex,
                                        int regexFlags)
        Specified by:
        replace in interface Replacer