org.apache.xalan.lib |
Xalan and EXSLT Extensions.
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
We are adding extensions to this package.
|
Java Source File Name | Type | Comment |
ExsltBase.java | Class | The base class for some EXSLT extension classes. |
ExsltCommon.java | Class | This class contains EXSLT common extension functions. |
ExsltDatetime.java | Class | This class contains EXSLT dates and times extension functions. |
ExsltDynamic.java | Class | This class contains EXSLT dynamic extension functions. |
ExsltMath.java | Class | This class contains EXSLT math extension functions. |
ExsltSets.java | Class | This class contains EXSLT set extension functions.
It is accessed by specifying a namespace URI as follows:
xmlns:set="http://exslt.org/sets"
The documentation for each function has been copied from the relevant
EXSLT Implementer page. |
ExsltStrings.java | Class | This class contains EXSLT strings extension functions. |
Extensions.java | Class | This class contains many of the Xalan-supplied extensions. |
NodeInfo.java | Class | NodeInfo defines a set of XSLT extension functions to be
used from stylesheets. |
ObjectFactory.java | Class | This class is duplicated for each JAXP subpackage so keep it in sync.
It is package private and therefore is not exposed as part of the JAXP
API.
This code is designed to implement the JAXP 1.1 spec pluggability
feature and is designed to run on JDK version 1.1 and
later, and to compile on JDK 1.2 and onward. |
PipeDocument.java | Class | PipeDocument is a Xalan extension element to set stylesheet params and pipes an XML
document through a series of 1 or more stylesheets. |
Redirect.java | Class | Implements three extension elements to allow an XSLT transformation to
redirect its output to multiple output files.
It is accessed by specifying a namespace URI as follows:
xmlns:redirect="http://xml.apache.org/xalan/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 the
file will be kept open for multiple writes until the close call is
encountered. |
SecuritySupport.java | Class | This class is duplicated for each Xalan-Java subpackage so keep it in sync. |
SecuritySupport12.java | Class | This class is duplicated for each Xalan-Java subpackage so keep it in sync. |