Skip to content

pbReadyState - BaseXmlDomDocument

Returns True when an asynchronous XML document is loaded and parsed

Type: Property
Access: Read-Only
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbReadyState
Access Type Syntax
Read Access: Get pbReadyState to BooleanVariable

Description

pbReadyState is a read only property that returns True when an XML document has been loaded and parsed.

This can be used when loading an asynchronous XML file to test if the file has been loaded. pbReadyState does not indicate if the XML document was parsed without errors. After the document is loaded, you can test for this by checking LastParseError, which should be zero.

See pbAsync for more information and a sample.

Although this property does exist in revisions prior to 18.0, it should not be used prior to that revision.