| java.lang.Object de.schlund.pfixxml.IncludeDocumentExtension
IncludeDocumentExtension | final public class IncludeDocumentExtension (Code) | | IncludeDocumentExtension.java
author: Jens Lautenbacher author: Joerg Haecker author: This class is responsible to return the requested parts of anIncludeDocument author: . It provides a static method which is called from author: XSL via the extension mechanism (and from nowhere else!). |
get | final public static Object get(XsltContext context, String path_str, String part, String targetgen, String targetkey, String parent_part_in, String parent_theme_in, String computed_inc) throws Exception(Code) | | Get the requested IncludeDocument from
IncludeDocumentFactory and retrieve desired information from it. Note: The nested
document in the Includedocument is immutable, any attempts to modify it
will cause an exception.
Parameters: path - the path to the Includedocument in the file system relativeto docroot. Parameters: part - the part in the Includedocument. Parameters: docroot - the document root in the file system Parameters: targetgen - Parameters: targetkey - Parameters: parent_path - Parameters: parent_part - Parameters: parent_theme - a list of nodes understood by the current transformer(currently saxon) throws: Exception - on all errors |
|
|