{//TODO indent does not work
StyleConstants.setLeftIndent(sas, 10f);
StyleConstants.setRightIndent(sas, 10f);
parseStyle(attr.getValue("style"),sas);
currentAttributes = sas;
wordList.add(new Word("\n",sas));
}
else if(name.equals("q"))
{//quote cite=url attribute not implemented???
parseStyle(attr.getValue("style"),sas);
currentAttributes = sas;
wordList.add(new Word("'",sas));
}
else if(name.equals("pre"))
{
StyleConstants.setFontFamily(sas,"courier");
parseStyle(attr.getValue("style"),sas);