You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by anand awasthi <an...@usa.net> on 2001/01/31 23:55:01 UTC

problem while using parseSomeSetup() method of Xerces DOMParser

Hi,

I am using the Xerces DOMParser  for parsing 
an XML document. When I uae method parseSomeSetup(InputSource) 
in place of parse(String). Then I cant use Document object 
why its so ??

pls help me.

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Re: problem while using parseSomeSetup() method of Xerces DOMParser

Posted by Andy Clark <an...@apache.org>.
anand awasthi wrote:
> I am using the Xerces DOMParser  for parsing
> an XML document. When I uae method parseSomeSetup(InputSource)
> in place of parse(String). Then I cant use Document object
> why its so ??

Please do not circumvent the traditional means of parsing a
document. In short, don't call parseSomeSetup directly -- that
method is for the implementation to call, not you.

-- 
Andy Clark * IBM, TRL - Japan * andyc@apache.org