75767778798081828384
// call parsing parser.parse(in, handler); log.info("XML parsed in " + (System.currentTimeMillis() - startTime) + "ms."); } catch (Exception e) { throw new ParserException(e.getMessage(), e); } return handler.root; }
177178179180181182183184
result = new CompactXmlSerializer(properties).getXmlAsString(node); } return new NodeVariable(result); } catch (IOException e) { throw new ParserException(e); } }