com.servingxml.components.quotesymbol
Class QuoteSymbol
java.lang.Object
com.servingxml.components.quotesymbol.QuoteSymbol
public class QuoteSymbol
- extends java.lang.Object
Constructor Summary |
QuoteSymbol(char character,
java.lang.String escapeSequence)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuoteSymbol
public QuoteSymbol(char character,
java.lang.String escapeSequence)
getCharacter
public char getCharacter()
getEscapeSequence
public java.lang.String getEscapeSequence()
mustEscape
public boolean mustEscape(char ch)
escape
public java.lang.String escape(java.lang.String s)
escape
public void escape(java.lang.String input,
java.lang.StringBuilder output)
createQuoteSymbolChecker
public QuoteSymbolByteChecker createQuoteSymbolChecker(java.nio.charset.Charset charset)
createCharQuoteSymbolChecker
public QuoteSymbolCharChecker createCharQuoteSymbolChecker()