WSDXML_TEXT (Compact 2013)
3/26/2014
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 |