Re: [Htmlparser-user] use with Google App Engine
Brought to you by:
derrickoswald
From: Andy W. <an...@aw...> - 2009-12-15 12:09:12
|
Thanks for the reply. You wrote that I can turn off cookie processing with: parser.getConnectionManager ().setCookieProcessingEnabled(false) However, I am using the StringBean class that has no access to the Parser it uses: My code is like: StringBean sb = new StringBean (); sb.setURL (http://blah-blah); String result = sb.getStrings (); Any idea how I can get to the parser? Thanks |