public class LaTeXEscaper extends AbstractEscaper
Constructor and Description |
---|
LaTeXEscaper() |
Modifier and Type | Method and Description |
---|---|
protected Map<Character,String> |
getEscapeMap()
Returns the map from
Character s to their escape sequence strings. |
escape, escape, escape, escapeChar
protected Map<Character,String> getEscapeMap()
AbstractEscaper
Character
s to their escape sequence strings.
Subclasses typically return a Map
instance which is a static final
member of the class.getEscapeMap
in class AbstractEscaper
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.