Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 607 Bytes

File metadata and controls

30 lines (23 loc) · 607 Bytes

XMLSAXBeginNode

Description

Write XML using SAX, begin of a node. XMLSAXEndNode ends a node

FUNCTION XMLSAXBeginNode(
				XMLHandle : LONGINT;
				nodeName  : STRING): INTEGER;
def vs.XMLSAXBeginNode(XMLHandle, nodeName):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT
nodeName STRING

Examples

XMLSAXBeginDocFile or XMLSAXBeginDocMemory.

Version

Availability: from Vectorworks 2011

Category