Peter,
Xerces1_4:
file:\framework\XMLattr.hpp
method: void setSpecified(const bool newValue);
* The 'specified' field of this class indicates whether the attribute was
* actually present or whether it was faulted in because it had a fixed or
* default value.
file: \framework\XMLAttDef.hpp
method: void setProvided(const bool newValue);
// This field is really for use by the scanner. It is used to
track
// which of the attributes of an element were provided. Any marked
// as not provided (after scanning the start tag) and having a
// default type of Required, is in error.
>Old (XML4C)
>file: \framework\Attr.hpp
I did not find it in XML4C3.3.1, it could be in earlier version, i guess it
was
the former XMLAttr.hpp.
Regards,
Peiyong Zhang
____________________________________________
XML Parsers Development
IBM Toronto Laboratory email: [EMAIL PROTECTED]
Phone: (416)448-4088; Fax: (416)448-4414; T/L: 778-4088
"Peter A. Volchek" <[EMAIL PROTECTED]> on 06/04/2001 06:29:48 AM
Please respond to [EMAIL PROTECTED]
To: "Xerces" <[EMAIL PROTECTED]>
cc:
Subject: analogue ?
Old (XML4C)
file: \framework\Attr.hpp
method: void setSpecified(const bool newValue);
New (Xerces)
file: \framework\XMLAttDef.hpp
method: void setProvided(const bool newValue);
Are these functions doing same ?
Peter A. Volchek
Software Engineer
Metis International, Inc.
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]