64656667686970
* * @return ASXPlaylist object * @throws ParseException if an error occurs during parsing */ public static ASXPlaylist parseAsxPlaylist(String asx) throws ParseException { return new ASXHandler().getPlaylist(asx); }