|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwalsh.xalan.Text
Xalan extension element for inserting text
$Id: Text.java,v 1.1 2001/04/02 13:03:45 nwalsh Exp $
Copyright (C) 2001 Norman Walsh.
This class provides a Xalan extension element for inserting text into a result tree.
Change Log:
Initial release.
Constructor Summary | |
Text()
Constructor for Text |
Method Summary | |
NodeList |
insertfile(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall elem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Text()
Constructor for Text
Does nothing.
Method Detail |
public NodeList insertfile(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem) throws MalformedURLException, FileNotFoundException, IOException, TransformerException
MalformedURLException
FileNotFoundException
IOException
TransformerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |