You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Charlie Hart <ch...@nc.rr.com> on 2001/02/19 15:50:42 UTC

setDoValidate()

I see this method is deprecated. What will determine if the input is
validated by the DOMParser?
cahrlie


Re: setDoValidate()

Posted by Dean Roddey <dr...@charmedquark.com>.
There is a new API that takes a 3 way enumerated value instead of a boolean.
It allows it to either always validate, and require a DTD, to never validate
even if a DTD is present, or to validate if a DTD is present.

--------------------------
Dean Roddey
The CIDLib C++ Frameworks
Charmed Quark Software
droddey@charmedquark.com
http://www.charmedquark.com

"We're gonna need a bigger boat"


----- Original Message -----
From: "Charlie Hart" <ch...@nc.rr.com>
To: "xerces forum" <xe...@xml.apache.org>
Sent: Monday, February 19, 2001 6:50 AM
Subject: setDoValidate()


> I see this method is deprecated. What will determine if the input is
> validated by the DOMParser?
> cahrlie
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>