Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 541 Bytes

File metadata and controls

31 lines (23 loc) · 541 Bytes

XMLSAXBeginNode

Description

Write XML using SAX, begin of a node. [[VS:XMLSAXEndNode| 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

[[VS:XMLSAXBeginDocFile]] or [[VS:XMLSAXBeginDocMemory]].

Version

Availability: from Vectorworks 2011

Category

  • XML SAX