Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 545 Bytes

File metadata and controls

27 lines (20 loc) · 545 Bytes

XMLSAXEndNode

Description

Write XML using SAX, end of a node. XMLSAXBeginNode begins a node.

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

Parameters

Name Type Description
XMLHandle LONGINT

Examples

XMLSAXBeginDocFile or XMLSAXBeginDocMemory.

Version

Availability: from Vectorworks 2011

Category