Interface TokenReplacer

  • All Known Implementing Classes:
    DefaultTokenReplacer, RoxyTokenReplacer

    public interface TokenReplacer
    Interface 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 Detail

      • replaceTokens

        java.lang.String replaceTokens​(java.lang.String text)