Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 633 Bytes

File metadata and controls

30 lines (23 loc) · 633 Bytes

XMLSAXAddNodeValue

Description

Write XML using SAX, adds a node value to a node begun with XMLSAXBeginNode.

FUNCTION XMLSAXAddNodeValue(
				XMLHandle : LONGINT;
				nodeValue : STRING): INTEGER;
def vs.XMLSAXAddNodeValue(XMLHandle, nodeValue):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT
nodeValue STRING

Examples

XMLSAXBeginDocFile or XMLSAXBeginDocMemory.

Version

Availability: from Vectorworks 2011

Category