Microsoft HomeproductssearchsupportshopWrite Us   Microsoft Home
Magazine
 |  Community
 |  Workshop
 |  Tools & Samples
 |  Training
 |  Site Info

Workshop  |  XML (Extensible Markup Language)

IDOMNode::get_nodeValue Method


Contains the text associated with the node.

Syntax

HRESULT get_nodeValue(
    VARIANT * value);

Parameters

value
[out] Node value; depends on the nodeType property.

IDOMNode::put_nodeValue Method


Contains the text associated with the node.

Syntax

HRESULT put_nodeValue(
    VARIANT * value);

Parameters

value
[out] Node value; depends on the nodeType property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This value depends on the value of the nodeType property:

NODE_ATTRIBUTE
A string representing the value of the attribute. For attributes with subnodes, this is the concatenated text of all subnodes with entities expanded. Setting this value deletes all children of the node and replaces them with a single text node containing the value written.
NODE_CDATA_SECTION
A string representing the text stored in the CDATA section.
NODE_COMMENT
The content of the comment, exclusive of the comment begin and end sequence.
NODE_DOCUMENT
,
NODE_DOCUMENT_TYPE
,
NODE_DOCUMENT_FRAGMENT
,
NODE_ELEMENT
,
NODE_ENTITY
,
NODE_ENTITY_REFERENCE
,
NODE_NOTATION
Null. Note also that attempting to set the value of the node returns an error.
NODE_PROCESSING_INSTRUCTION
The content of the processing instruction, excluding the target. (The target appears in the nodeName property.)
NODE_TEXT
A string representing the text stored in the text node.

The new value is also available from the nodeTypedValue property.

See Also

IDOMNode


Does this content meet your programming needs? Write us!

Back to topBack to top

© 1998 Microsoft Corporation. All rights reserved. Terms of use.

 

Magazine Home
Ask Jane
DHTML Dude
Extreme XML
For Starters
More or Hess
Servin' It Up
Site Lights
Web Men Talking
Member Community Home
Benefits: Freebies & Discounts
Benefits: Promote Your Site
Benefits: Connect with Your Peers
Benefits at a Glance
Online Special-Interest Groups
Your Membership
SBN Stores
Join Now
Workshop Home
Essentials
Content & Component Delivery
Component Development
Data Access & Databases
Design
DHTML, HTML & CSS
Extensible Markup Language (XML)
Languages & Development Tools
Messaging & Collaboration
Networking, Protocols & Data Formats
Reusing Browser Technology
Security & Cryptography
Server Technologies
Streaming & Interactive Media
Web Content Management
Workshop Index
Tools & Samples Home
Tools
Samples, Headers, Libs
Images
Sounds
Style Sheets
Web Fonts
Training Home
SBN Live Seminars
SBN Live Chats
Courses
Peer Support
CD-ROM Training
Books & Training Kits
Certification
SBN Home
New to SBN?
What's New on SBN
Site Map
Site Search
Glossary
Write Us
About This Site