Gets an XmlSpace representing the current xml:space scope.
[Visual Basic] Overridable Public ReadOnly Property XmlSpace As XmlSpace [C#] public XmlSpace XmlSpace {override get;} [C++] public: __property virtual XmlSpace get_XmlSpace(); [JScript] public function get XmlSpace() : XmlSpace;
The current xml:space scope.
Value | Meaning |
---|---|
None (0) | This is the default if no xml:space scope exists |
Default (1) | In the scope of xml:space="default" |
Preserve (2) | In the scope of xml:space="preserve". |
This allows one component to find out what state another component has left the writer in.
XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace