org.apache.xalan.xsltc.trax.TransformerFactoryImpl Implementation of a JAXP1.1 TransformerFactory for Translets. @author G. Todd Miller @author Morten Jorgensen @author Santiago Pericas-Geertsen org.apache.xpath.SourceTreeManager This class bottlenecks all management of source trees. The methods in this class should allow easy garbage collection of source trees (not yet!), and should centralize parsing for those source trees. org.springframework.web.servlet.view.xslt.AbstractXsltView Convenient superclass for views rendered using an XSLT stylesheet. Subclasses must <b>either</b> provide the XML W3C Document or Node to transform by overriding <code>createDomNode()</code>, <b>or</b> provide the <code>Source</code> to transform by o ...org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl Implementation of a transformer factory that uses an XSLTC transformer factory for the creation of Templates objects and uses the Xalan processor transformer factory for the creation of Transformer objects. @author G. Todd Miller com.icl.saxon.StyleSheet This <B>StyleSheet</B> class is the entry point to the Saxon XSLT Processor. This class is provided to control the processor from the command line.<p> The XSLT syntax supported conforms to the W3C XSLT 1.0 and XPath 1.0 recommendation. Only the transformation language is impleme ...org.apache.tools.ant.types.XMLCatalog <p>This data type provides a catalog of resource locations (such as DTDs and XML entities), based on the <a HREF="http://oasis-open.org/committees/entity/spec-2001-08-06.html"> OASIS "Open Catalog" standard</a>. The catalog entries are used both for Entity resolution and URI res ...org.apache.turbine.services.xslt.TurbineXSLTService Implementation of the Turbine XSLT Service. It transforms xml with a given xsl file. XSL stylesheets are compiled and cached (if the property in TurbineResources.properties is set) to improve speeds. @author <a HREF="mailto:leon@opticode.co.za">Leon Messerschmidt</a> @author <a H ...net.sf.saxon.SourceResolver This interface defines a SourceResolver. A SourceResolver can be registered as part of the Configuration, and enables new kinds of Source to be recognized beyond those that are natively recognized by Saxon. <p> The task of the SourceResolver is to take any Source as input, and to return a So ...com.sun.org.apache.xerces.internal.util.XMLInputSourceAdaptor {@link Source} that represents an {@link XMLInputSource}. <p> Ideally, we should be able to have {@link XMLInputSource} derive from {@link Source}, but the way the {@link XMLInputSource#getSystemId()} method works is different from the way {@link Source#getSystemId()} method works. <p&g ...org.exoplatform.services.xml.querying.XMLWellFormedData
| Popular Tags |