{
tokenMapping = new HashMap();
tokenMapping.put(ContentValues.CONTENTS, ContentsToken.CONTENTS);
tokenMapping.put(ContentValues.OPEN_QUOTE, new OpenQuoteToken(false));
tokenMapping.put(ContentValues.NO_OPEN_QUOTE, new OpenQuoteToken(true));
tokenMapping.put(ContentValues.CLOSE_QUOTE, new CloseQuoteToken(false));
tokenMapping.put(ContentValues.NO_CLOSE_QUOTE, new CloseQuoteToken(true));
final CSSStringValue param =
new CSSStringValue(CSSStringType.STRING, "list-item");
listCounter = new CSSFunctionValue("counter", new CSSValue[]{param});