| Home >> All >> org >> apache >> xalan >> xslt >> [ extensions Javadoc ] |
org.apache.xalan.xslt.extensions: Javadoc index of package org.apache.xalan.xslt.extensions.
Package Samples:
org.apache.xalan.xslt.extensions
Classes:
Redirect: Implements three extension elements to allow an XSLT transformation to redirect its output to multiple output files. You must declare the Xalan namespace (xmlns:lxslt="http://xml.apache.org/xslt"), a namespace for the extension prefix (such as xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"), and declare the extension namespace as an extension (extension-element-prefixes="redirect"). You can either just use redirect:write, in which case the file will be opened and immediately closed after the write, or you can bracket the write calls by redirect:open and redirect:close, in which case ...
RowSetLocator: RowSetLocator uses JDBC to connect to a database, execute a query, and return a result set, then returns a lazy row-set DOM. This class can ONLY be used with the Xerces liaison (org.apache.xalan.xpath.xdom.XercesLiaison) and Xerces XML parser, since it extends the Xerces DOM implementation to create a lazy row-set DOM.
Nodeset: This class is an extension implementing implements the node-set function found in xt and saxon as a Xalan extension. The inner class "fools" Xalan into thinking that a result tree fragment is actually a Document root. PR:DMAN4M6N29 Submitted by:
Tokenizer: Tokenizer class. This class is an extension implementing a set of tokenizing function. I've found this functions especially usefull when used with attribute nodes.
| Home | Contact Us | Privacy Policy | Terms of Service |