protected void doneParsing()
throws SAXException
{
for (int i = 0; i < fontFaceReadHandlers.size(); i++)
{
final FontFaceReadHandler handler = (FontFaceReadHandler) fontFaceReadHandlers.get(i);
fontFaceDecls.addFontFace((FontFaceElement) handler.getElement());
}
}