SAX content handler for importing XML data to a JCR {@link Workspace Workspace}. This utility class can be used to implement the {@link Workspace#getImportContentHandler(String,int) Workspace.getImportContentHandler(String, int)}method in terms of the {@link Workspace#importXML(String,java.io.InputStream,int) Workspace.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.