package com.nwalsh.xalan;
-import java.io.*;
-import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Date;
-import java.util.Locale;
import java.util.TimeZone;
-import java.text.DateFormat;
-import java.text.ParseException;
/**
* <p>Xalan extension to convert CVS date strings into local time</p>
package com.nwalsh.xalan;
-import org.w3c.dom.*;
+import org.w3c.dom.Element;
/**
* <p>Utility class for the Verbatim extension (ignore this).</p>
import org.xml.sax.SAXException;
import org.xml.sax.helpers.AttributesImpl;
-import org.w3c.dom.*;
+import org.w3c.dom.Element;
import org.apache.xml.utils.DOMBuilder;
import com.nwalsh.xalan.Callout;
import org.xml.sax.helpers.AttributesImpl;
import org.xml.sax.SAXException;
-import org.w3c.dom.*;
+import org.w3c.dom.Element;
import org.apache.xml.utils.DOMBuilder;
-import com.nwalsh.xalan.Callout;
import org.apache.xml.utils.AttList;
+import com.nwalsh.xalan.Callout;
+
/**
* <p>Utility class for the Verbatim extension (ignore this).</p>
*
import org.xml.sax.helpers.AttributesImpl;
import org.xml.sax.SAXException;
-import org.w3c.dom.*;
+import org.w3c.dom.Element;
import org.apache.xml.utils.DOMBuilder;
-import com.nwalsh.xalan.Callout;
import org.apache.xml.utils.AttList;
+import com.nwalsh.xalan.Callout;
+
+
/**
* <p>Utility class for the Verbatim extension (ignore this).</p>
*
package com.nwalsh.xalan;
-import org.w3c.dom.*;
import org.apache.xml.utils.DOMBuilder;
import com.nwalsh.xalan.Callout;
-import org.apache.xml.utils.AttList;
/**
* <p>Utility class for the Verbatim extension (ignore this).</p>
import org.xml.sax.helpers.AttributesImpl;
import org.xml.sax.SAXException;
-import org.w3c.dom.*;
+import org.w3c.dom.Element;
import org.apache.xml.utils.DOMBuilder;
-import com.nwalsh.xalan.Callout;
import org.apache.xml.utils.AttList;
+import com.nwalsh.xalan.Callout;
+
/**
* <p>Utility class for the Verbatim extension (ignore this).</p>
*
-// Func - Xalann extension function test
+// Func - Xalan extension function test
package com.nwalsh.xalan;
-import org.xml.sax.SAXException;
-import org.xml.sax.ContentHandler;
-
import org.w3c.dom.DocumentFragment;
import org.w3c.dom.Element;
import org.w3c.dom.traversal.NodeIterator;
-import org.apache.xpath.objects.XObject;
-import org.apache.xpath.objects.XRTreeFrag;
-import org.apache.xpath.XPath;
-import org.apache.xpath.NodeSet;
-import org.apache.xalan.extensions.XSLProcessorContext;
-import org.apache.xalan.extensions.ExpressionContext;
-import org.apache.xalan.transformer.TransformerImpl;
-import org.apache.xalan.templates.StylesheetRoot;
-import org.apache.xalan.templates.ElemExtensionCall;
-import org.apache.xalan.templates.OutputProperties;
-import org.apache.xalan.res.XSLTErrorResources;
-
-import javax.xml.transform.stream.StreamResult;
-import javax.xml.transform.TransformerException;
-
public class Func {
public Func() {
}
package com.nwalsh.xalan;
-import java.io.*;
-import java.awt.*;
-import java.awt.image.*;
+import java.io.BufferedReader;
+import java.io.FileReader;
+import java.io.File;
+import java.awt.Image;
+import java.awt.Toolkit;
+import java.awt.image.ImageObserver;
import java.lang.Thread;
import java.util.StringTokenizer;
package com.nwalsh.xalan;
+import javax.xml.transform.TransformerException;
+
import org.apache.xpath.objects.XObject;
import org.apache.xalan.extensions.ExpressionContext;
import org.apache.xml.utils.QName;
-import javax.xml.transform.TransformerException;
public class Params {