public void endElement(String uri, String localName, String qName) throws SAXException {

    if (localName.equalsIgnoreCase(LIBRARY_DESCRIPTOR_PROPERTY)) {
      libraryDescriptor.addProperty(propertyName, tempValue);
    }
  }