Share via


WSDXML_TEXT

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure describes the text in an XML node.

Syntax

typedef struct _WSDXML_TEXT {
  WSDXML_NODE Node;
  WCHAR* Text;
} WSDXML_TEXT;

Members

  • Node
    The current node in a linked list of WSDXML_NODE structures.
  • Text
    The text contained in the XML node.

Remarks

WSDXML_TEXT is used to represent the contents of an element. Since no type information exists for elements in DOM, the Text member is the exact representation of the element contents from the XML document.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures