public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
{
this.buffer.setLength(0);
if ("myfaces-resources-config".equals(qName))
{
this.config = new MyFacesResourcesConfig();
}
else if ("library".equals(qName))
{
this.libraryName = null;
this.redirectName = null;