Skip to content

pbDomSecondLevelProperty - BaseXmlDomDocument

Used to get and set the DOM second level properties

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

Parameters

Parameter Type Description
sPropertyName String Property name

Syntax

Property Boolean pbDomSecondLevelProperty
Access Type Syntax
Read Access: Get pbDomSecondLevelProperty to BooleanVariable
Write Access: Set pbDomSecondLevelProperty to BooleanVariable/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 pbDOMSecondLevelProperty of hoDoc "NewParser" to True
Get piDOMSecondLevelProperty of hoDoc "MaxXMLSize" to iMax