Skip to content

piDomSecondLevelProperty - BaseXmlDomDocument

Used to get and set the DOM second level properties

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Parameters

Parameter Type Description
sPropertyName String

Syntax

Property Integer piDomSecondLevelProperty
Access Type Syntax
Read Access: Get piDomSecondLevelProperty to IntegerVariable
Write Access: Set piDomSecondLevelProperty to IntegerVariable/Value

Description

Used to get and set the DOM second level properties. You will rarely use this. See the MSDN MSXML documentation for more information.

Set piDOMSecondLevelProperty of hoDoc "NewParser" to True
Get piDOMSecondLevelProperty of hoDoc "MaxXMLSize" to iMax