RE: getDOMHelper() confusion

2001-08-02 Thread Swanson, Brion
Just FYI, it's in the 2.1.0 source. Sorry I neglected to mention that the first time. Brion -Original Message- From: Gary L Peskin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 7:36 PM To: [EMAIL PROTECTED] Subject: Re: getDOMHelper() confusion Brion -- You mu

Re: getDOMHelper() confusion

2001-08-01 Thread Gary L Peskin
Brion -- You must be looking at some old code because I couldn't find that line. All I can find is a reference to the now static method createDocument() in the DOMHelper class. I believe that this is here only temporarily as we transition away from some of the old interfaces. In any event, it

getDOMHelper() confusion

2001-08-01 Thread Swanson, Brion
I found the following snippet of code in org.apache.xalan.transformer.TransformerImpl.java: public ContentHandler createResultContentHandler( Result outputTarget, OutputProperties format) { // ...code skipped... if (null != outputNode) { // ...more code i