Parameters
- source
- an
XmlReader
Return Value
an object that represents the whole document, as returned by ConsumeRootElement
XmlReader
XmlReader
XmlDocument
. Then it calls, in order, ConsumeInstructions, ConsumeRootElement, ConsumeRootAttributes, ConsumeRootBody, ProcessDelayedObjects. Note that if UseDOM is true, the whole DOM is loaded by LoadDOM and the XmlReader will be null. You probably do not need to override this method.