Sets or gets the instance of the reader that is the parent of the IVBSAXXMLFilter
.
Property parent As SAXXMLReader
To set the parent property
Set oIVBSAXFilter.parent = oSAXXMLReader
To get the parent property
Set oSAXXMLReader = oIVBSAXFilter.parent
The parent
property is read/write.
Applies to: IVBSAXXMLFilter Interface