Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace : GoXmlReader Class |
For a list of all members of this type, see GoXmlReader members.
Name | Description | |
---|---|---|
![]() | GrandParentObject | Gets the parent object of the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | ObjectStack | Gets an List of Object acting as a stack of Objects that have been created during the walking of the XML tree during Consume , or that have been seen during Generate . (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | ParentObject | Gets the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | ReaderNode | Gets or sets the current XmlNode of the DOM that this reader is looking at. |
![]() | RootObject | Gets or sets the object representing the root element of the XML document being read. |
![]() | UseDOM | Gets or sets whether the IGoXmlTransformers should use the XmlDocument or the XmlReader. |
![]() | UserObject | Gets or sets an object holding additional information for use by your application; this property is not used by GoXml. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | XmlDocument | Gets the XmlDocument that was loaded from the stream/file. |
![]() | XmlReader | Gets the XmlReader used to actually read XML from the input stream. |
![]() | XmlReaderSettings | Gets or sets the XmlReaderSettings used in the call to XmlReader.Create to customize the XmlReader . |