ReadTypeFunc


Description:

public delegate ReadType ReadTypeFunc (Node node, TextReader tr)

Delegate function to control parsing of XML documents. Return ReadType.NEXT to skip all children nodes of current GXml.Node; ReadType.CONTINUE continue parsing nodes or ReadType.STOP to stop reading.

While you get the current Xml.TextReader used in parsing, you can control next action to take depending on current node.

NOTE: Unless a bug on parsing is fixed, don't use this function, you will get unexpected tree parsing