Class XSLTConverter

java.lang.Object
com.gigaspaces.internal.utils.xslt.XSLTConverter

public class XSLTConverter extends Object
Utility Class that provides methods for DOM <--> XML <--> XSL conversions/transformations. e.g. : 1. DOM InputStream and XSL --> transform to a DOM Node (or an XML file) 2. DOM Document and XSL --> transform to a DOM Node (or an XML file) 3. DOM InputStream and XSL --> transform to a XSL results. The underlying parsing processor is any standat XSLT/SAX parser, such as the Xalan or the defaults coming with the JDK 5.0. This class is used for the cluster schema transformation, from XML/DOM input together with cluster schema XSL file, results in a DOM xml Node, used in the ClusterXML.java.
Version:
5.0
Author:
Gershon Diner