GoDiagram Win Reference
GoXmlWriter Class Properties


For a list of all members of this type, see GoXmlWriter members.

Public Properties
 NameDescription
Public PropertyDefaultNamespaceGets or sets the "xmlns" attribute namespace to be defined for the root element.  
Public PropertyGrandParentObjectGets the parent object of the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase)
Public PropertyNodesGeneratedFirstGets or sets whether GenerateObjects makes two passes over the collection of Objects, generating the objects that implement IGoNode first before generating the other objects.  
Public PropertyObjectsGets or sets the collection of objects to be generated.  
Public PropertyObjectStackGets 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)
Public PropertyParentObjectGets the current parent object when consuming or generating the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase)
Public PropertyRootElementNameGets or sets the name of the root element.  
Public PropertyUserObjectGets 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)
Public PropertyWriterElementGets or sets the XmlElement that is being constructed when creating a DOM rather than writing directly to a XmlWriter.  
Public PropertyXmlDocumentGets the XmlDocument that is constructed by Generate when not writing directly to a stream with XmlWriter.  
Public PropertyXmlWriterGets the XmlWriter used to actually write XML to the output stream.  
Public PropertyXmlWriterSettingsGets or sets the XmlWriterSettings used in the call to XmlWriter.Create to customize the XmlWriter.  
Top
See Also

Reference

GoXmlWriter Class
Northwoods.Go.Xml Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback