Package com.nwalsh.xalan
Class Text
java.lang.Object
com.nwalsh.xalan.Text
Xalan extension element for inserting text
$Id: Text.java 6887 2007-06-26 18:23:59Z mzjn $
Copyright (C) 2001 Norman Walsh.
This class provides a Xalan extension element for inserting text into a result tree.
Change Log:
- 1.0
Initial release.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninsertfile(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
-
Constructor Details
-
Text
public Text()Constructor for Text
Does nothing.
-
-
Method Details
-
insertfile
public String insertfile(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem) throws MalformedURLException, FileNotFoundException, IOException, TransformerException
-