|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLDOMAttr::GetSpecified function method returns a scalar integer indicating how the value of the attribute node was set.
Result = Obj->[IDLffXMLDOMAttr::]GetSpecified()
Returns 1 if the value of the attribute node was explicitly set in the XML document or was set programmatically with the IDLffXMLDOMAttr::SetValue method. Returns 0 if the attribute's value was established from the default value declared in the document's DTD.
None
None
IDL Online Help (March 06, 2007)