handler.startElement( "", "", qName, new AttributesImpl() );
handler.startElement( "", "", childName, new AttributesImpl() );
handler.startElement( "", "", grandChildName, new AttributesImpl() );
handler.endElement( "", "", grandChildName );
handler.endElement( "", "", childName );
handler.endElement( "", "", qName );
final Configuration configuration = handler.getConfiguration();
assertEquals( "configuration.name", qName, configuration.getName() );
assertEquals( "configuration.location", "", configuration.getLocation() );
assertEquals( "configuration.path", "", configuration.getPath() );