Skip to content

psNodeValue - BaseXmlDomNode

Contains the contents of a node

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psNodeValue
Access Type Syntax
Read Access: Get psNodeValue to StringVariable
Write Access: Set psNodeValue to StringVariable/Value

Description

psNodeValue contains the contents of a node.

Use pvNodeValue to get and set the content of an XML node by working directly with a Variant variable.