118119120121122123124125126127
if (0 < rootList.getLength()) root = parse(root, rootList.item(0)); */ } catch (Exception e) { throw new ParserException(e); } return root; }
85868788899091929394
} eventType = xpp.next(); } } catch (Exception e) { throw new ParserException(e); } return rootNode; }
130131132133134135136137138139