RE: question about cocoon object

2003-02-13 Thread Lionel Crine
rited from, but it shouldn't take long to find out - the java docs will tell you where it came from. Geoff > -Original Message- > From: Lionel Crine [<mailto:[EMAIL PROTECTED]>mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 8:23 AM > To: [EMAIL PRO

RE: question about cocoon object

2003-02-13 Thread Lionel Crine
> Sent: Thursday, February 13, 2003 8:23 AM > To: [EMAIL PROTECTED] > Subject: question about cocoon object > > > /* I'm reading the code located in the requestgenerator */ > > > public void generate() > throws SAXException { > Request request = Obje

RE: question about cocoon object

2003-02-13 Thread Geoff Howard
Title: RE: question about cocoon object Maybe I don't understand your question, but this in java refers to the current instance of the class itself.  So this refers to the current RequestGenerator object.  And this.attribute refers to a method defined somewhere in the class itself or i

question about cocoon object

2003-02-13 Thread Lionel Crine
/* I'm reading the code located in the requestgenerator */ public void generate() throws SAXException { Request request = ObjectModelHelper.getRequest(objectModel); this.contentHandler.startDocument(); ===> this method comes from AbstractXMLProducer /*** Add xmlns ***/ /