Package edu.umd.cs.findbugs.xml
Class MetaCharacterMap
- java.lang.Object
-
- edu.umd.cs.findbugs.xml.MetaCharacterMap
-
public class MetaCharacterMap extends java.lang.Object
Map of metacharacters that need to be escaped, and what to replace them with.- Author:
- David Hovemeyer
- See Also:
QuoteMetaCharacters
-
-
Constructor Summary
Constructors Constructor Description MetaCharacterMap()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMeta(char meta, java.lang.String replacement)
Add a metacharacter and its replacement.
-