BUG-7057: introduce UntrustedXML class 27/47727/5
authorRobert Varga <rovarga@cisco.com>
Fri, 28 Oct 2016 10:21:46 +0000 (12:21 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 29 Oct 2016 00:49:26 +0000 (02:49 +0200)
commitcd4ec7e735d7db6fcda77c18bcf04b99a923fe1d
treec71540bc930b2b1392d3ad481e50b3f74ebedff6
parent56e1f2a2a037171bfdd5ae51629c4830cb0b6d7f
BUG-7057: introduce UntrustedXML class

This adds the basic newDocumentBuilder() and newSAXParser()
methods. The class is expected to grow more methods in future.

Change-Id: I019891af5f9e8be15eda158bb6e40243dcec0614
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/xml/UntrustedXML.java [new file with mode: 0644]