SAX content handler for importing XML data to a JCR {@link Session Session}. This utility class can be used to implement the {@link Session#getImportContentHandler(String,int) Session.getImportContentHandler(String, int)}method in terms of the {@link Session#importXML(String,java.io.InputStream,int) Session.importXML(String, InputStream, int)}method.
@author Jukka Zitting
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.