Overview | Methods | This Package | All Packages
Called when all the direct children of this container are available.
Syntax
protected void onChildrenFound()
Remarks
Override this method in your derived class to be notified when all child elements are available. This method is called when child elements are inspected. This occurs when you call DhDocument.findElement specifying an element in an existing web page and when any other operation that requires the children to be inspected is performed. For performance reasons, the com.ms.wfc.html package delays this operation until the data is required.