Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 479 Bytes

File metadata and controls

28 lines (20 loc) · 479 Bytes

XMLSAXEndNode

Description

Write XML using SAX, end of a node. [[VS:XMLSAXBeginNode| XMLSAXBeginNode]] begins a node.

FUNCTION XMLSAXEndNode(XMLHandle : LONGINT): INTEGER;
def vs.XMLSAXEndNode(XMLHandle):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT

Examples

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

Version

Availability: from Vectorworks 2011

Category

  • XML SAX