XmlSpace
Description
- Derived from
- 
XmlNode abstract 
Represents a sequence of whitespace characters at the top-level scope of an XML document, i.e. outside of XML elements.
XmlText objects may appear at these places in an XML document:
- 
Between document preamble nodes (see XmlDocument.Preamble). 
- 
Between document content nodes (see XmlDocument.Content). 
Public / Attributes
Space
Returns the whitespace character sequence.
This character sequence matches the grammar rule 'ws1', see XmlDocument.FromSource.