Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method sets the value of a property. The property name is any qualified Uniform Resource Identifier (URI).

Syntax

HRESULT putProperty(
  const wchar_t* 
pwchName,
  VARIANT* 
varValue
);

Parameters

pwchName

[in] Pointer to the property's name (zero-terminated Unicode string).

varValue

[in] Corresponding data type of the property.

Return Value

The following table lists the return values for the putPropertymethod.

Property Returns

lexical-handler declaration-handler

S_OK: Not parsing.

E_FAIL: Parsing.

"xmldecl-encoding" "xmldecl-version" "xmldecl-standalone"

E_FAIL

dom-node xml-string

E_FAIL

Other properties

E_INVALIDARG

Remarks

Although a core set of properties is defined, a reader is not required to recognize any specific property names. Some property values may be available only in a specific context, such as before, during, or after a parse.

The ISAXXMLReaderinterface recognizes the following properties:

  • "http://xml.org/sax/properties/lexical-handler"

    This is an optional extension handler for lexical events like comments with the following settings:

    • Data type

      ISAXXMLLexicalHandler.

    • Access

      Read/write.

  • "http://xml.org/sax/properties/declaration-handler"

    This is an optional extension handler for declaration events with the following settings:

    • Data type

      ISAXXMLDeclHandler.

    • Access

      Read/write.

  • "xmldecl-encoding"

    Encoding declared in the XML header of the currently parsed document. This data is unavailable until the reader parses the XML header. This property has the following settings:

    • Data type

      BSTR*.

    • Default

      Empty if there is no XML declaration or if a property is not found.

    • Access

      Read for parsing; none when non-parsing.

  • "xmldecl-version"

    Version declared in the XML header of currently parsed document. This data is unavailable until the reader parses the XML header. This property has the following settings:

    • Data type

      BSTR*.

    • Default

      Empty if there is no XML declaration.

    • Access

      Read for parsing; none when non-parsing.

  • "xmldecl-standalone"

    Declared in the XML header of currently parsed document. This data is unavailable until the reader parses the XML header. This property has the following settings:

    • Data type

      BSTR*("yes" or "no").

    • Default

      Empty if there is no XML declaration or if a property was not found.

    • Access

      Read for parsing; none when non-parsing.

The "xmldecl-encoding", "xmldecl-version", and "xmldecl-standalone"properties provide information about the presence and content of the XML header. However, XML header information was designed for low-level reader and parser use, not for applications.

Requirements

Header msxml2.h, msxml2.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.