KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > transform > URIResolver > Top Examples

  • net.sf.saxon.Controller
    The Controller is Saxon's implementation of the JAXP Transformer class, and represents an executing instance of a transformation or query. Multiple concurrent executions of the same transformation or query will use different Controller instances. This class is therefore not thread-safe. <p> ...
  • net.sf.saxon.query.DynamicQueryContext
    This object represents a dynamic context for query execution. This class is used by the application writer to set up aspects of the dynamic context; it is not used operationally (or modified) by the XQuery processor itself, which copies all required information into its own internal representation ...
  • com.icl.saxon.TransformerFactoryImpl
    A TransformerFactoryImpl instance can be used to create Transformer and Template objects. <p>The system property that determines which Factory implementation to create is named "javax.xml.transform.TransformerFactory". This property names a concrete subclass of the TransformerFactory abstra ...
  • com.genimen.djeneric.web.util.DjenericTransformerFactory
  • com.caucho.xsl.fun.DocumentFun
    The document(...) function.
Popular Tags