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