Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.common.util
Interface StringTools.RegexAppendCallback

Enclosing class:
StringTools

public static interface StringTools.RegexAppendCallback

Allows a user to append/modify a buffer during a call to StringTools.evaluateRegexWithCallback(java.lang.String, java.lang.String, oracle.stellent.ridc.common.util.StringTools.RegexAppendCallback)


Method Summary
 void appendReplacement(java.util.regex.Matcher matcher, java.lang.StringBuffer sb)
          Called during evaluation when a match is made

 

Method Detail

appendReplacement

void appendReplacement(java.util.regex.Matcher matcher,
                       java.lang.StringBuffer sb)
Called during evaluation when a match is made
Parameters:
matcher - the current matcher object
sb - the current string buffer to append/modify

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.