Interface TokenReplacer
-
- All Known Implementing Classes:
DefaultTokenReplacer,RoxyTokenReplacer
public interface TokenReplacerInterface for objects that replace implementation-defined tokens within a String of text, which typically will be the content of a document before it's written to MarkLogic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringreplaceTokens(java.lang.String text)
-