parent Property (Visual Basic)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

parent Property (Visual Basic)

Sets or gets the instance of the reader that is the parent of the IVBSAXXMLFilter.

Implementation Syntax

Property parent As SAXXMLReader

Usage Syntax

To set the parent property

Set oIVBSAXFilter.parent = oSAXXMLReader

To get the parent property

Set oSAXXMLReader = oIVBSAXFilter.parent 

Remarks

The parent property is read/write.

See Also

Applies to: IVBSAXXMLFilter Interface