com.nwalsh.xalan
Class Text

java.lang.Object
  extended by com.nwalsh.xalan.Text

public class Text
extends java.lang.Object

Xalan extension element for inserting text

$Id: Text.java,v 1.2 2004/10/29 13:16:16 nwalsh Exp $

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.

Version:
$Id: Text.java,v 1.2 2004/10/29 13:16:16 nwalsh Exp $
Author:
Norman Walsh ndw@nwalsh.com

Constructor Summary
Text()
          Constructor for Text
 
Method Summary
 java.lang.String insertfile(XSLProcessorContext context, ElemExtensionCall elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text()

Constructor for Text

Does nothing.

Method Detail

insertfile

public java.lang.String insertfile(XSLProcessorContext context,
                                   ElemExtensionCall elem)
                            throws java.net.MalformedURLException,
                                   java.io.FileNotFoundException,
                                   java.io.IOException,
                                   javax.xml.transform.TransformerException
Throws:
java.net.MalformedURLException
java.io.FileNotFoundException
java.io.IOException
javax.xml.transform.TransformerException