Property Value
Initially this is null and gets set to the value returned by ConsumeRootElement and then to the value returned by ConsumeRootAttributes. You may want to provide anIList
or a IGoCollection
that ConsumeRootBody will Add
to.IList
or a IGoCollection
that ConsumeRootBody will Add
to.GoObject
s, it is fairly common to provide a GoDocument
, so that all those new nodes and links get added to that document. After Consume(XmlReader) or Consume(XmlDocument) are finished, this property is reset to null.