621622623624625626627628629630631
{ String filename = attributes.getValue(ATTR_FILENAME); if (filename != null && filename.toLowerCase().trim().endsWith(".xml")) { return new XMLPropertyListConfiguration(); } else { return new PropertyListConfiguration(); }
618619620621622623624625626627628
616617618619620621622623624625626
600601602603604605606607608609610
627628629630631632633634635636637