|
|
|
всё тот же парсинг XMLя но уже из плагина
|
|||
|---|---|---|---|
|
#18+
....Разбираюсь с плагинами... Проблема возникла какая: функция отлично работающая в обычном приложении збоит в Плагине(возникает IOException). Прилагаю проблемное место класс TableManeger функция GetContent()... В чем проблема? public String[][] GetContent(){ String[][] Empty = {}; try{ DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); File f = new File("data.xml");//фаил data.xml лежит в папке документа Document document = factory.newDocumentBuilder().parse(f); return content; } catch(SAXException e){ System.out.println("ERROR_SAXException"); return Empty;} catch (ParserConfigurationException e){ System.out.println("ERROR_ParserConfigurationException"); return Empty;} catch (IOException e){ System.out.println("ERROR_IOException"); return Empty;} } ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 05.04.2007, 22:52:22 |
|
||
|
всё тот же парсинг XMLя но уже из плагина
|
|||
|---|---|---|---|
|
#18+
Проблема какая... Приведенная ниже функция отлично работает в простом приложении... Но в плагине почему-то глючит (Возникает IOException)!.. В чем проблема? public String[][] GetContent(){ String[][] Empty = {}; try{ DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); File f = new File("data.xml"); //фаил лежит в папке проекта Document document = factory.newDocumentBuilder().parse(f); return Empty; } catch(SAXException e){ System.out.println("ERROR_SAXException"); return Empty;} catch (ParserConfigurationException e){ System.out.println("ERROR_ParserConfigurationException"); return Empty;} catch (TransformerException e){ System.out.println("ERROR_TransformerException"); return Empty;} catch (IOException e){ System.out.println("ERROR_IOException"); return Empty;} } ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 06.04.2007, 00:28:39 |
|
||
|
|

start [/forum/topic.php?fid=59&gotonew=1&tid=2146151]: |
0ms |
get settings: |
17ms |
get forum list: |
20ms |
check forum access: |
6ms |
check topic access: |
6ms |
track hit: |
48ms |
get topic data: |
17ms |
get first new msg: |
8ms |
get forum data: |
4ms |
get page messages: |
56ms |
get tp. blocked users: |
2ms |
| others: | 334ms |
| total: | 518ms |

| 0 / 0 |
