public virtual object Consume( XmlDocument doc )
Parameters
- doc
- an
XmlDocument
Return Value
an object that represents the whole document, as returned by ConsumeRootElement
XmlDocument
XmlDocument
public virtual object Consume( XmlDocument doc )
XmlDocument
XmlReader
or call LoadDOM, since an XmlDocument
is supplied. UseDOM is set to true. You probably do not need to override this method.