Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace : GoXmlWriter Class |
For a list of all members of this type, see GoXmlWriter members.
Name | Description | |
---|---|---|
![]() | DefaultNamespace | Gets or sets the "xmlns" attribute namespace to be defined for the root element. |
![]() | 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) |
![]() | NodesGeneratedFirst | Gets or sets whether GenerateObjects makes two passes over the collection of Objects, generating the objects that implement IGoNode first before generating the other objects. |
![]() | Objects | Gets or sets the collection of objects to be generated. |
![]() | 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) |
![]() | RootElementName | Gets or sets the name of the root element. |
![]() | 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) |
![]() | WriterElement | Gets or sets the XmlElement that is being constructed when creating a DOM rather than writing directly to a XmlWriter. |
![]() | XmlDocument | Gets the XmlDocument that is constructed by Generate when not writing directly to a stream with XmlWriter. |
![]() | XmlWriter | Gets the XmlWriter used to actually write XML to the output stream. |
![]() | XmlWriterSettings | Gets or sets the XmlWriterSettings used in the call to XmlWriter.Create to customize the XmlWriter . |