XmlNode
Description
- Derived from
-
PsiNode abstract
IEquatable<XmlNode>
ICopyable<XmlNode>
ICodeOutput - Extended by
-
XmlChar sealed
XmlData sealed
XmlDocument sealed
XmlNodeWithParent abstract
XmlSpace sealed
XmlText sealed
Abstract base class for XML document model nodes.
All XmlNode classes output parsable XML source code via the ICodeOutput interface, where object.ToString delegates to ICodeOutput.ToSourceCode1, using default parameters values.
Public / Methods
ToStream
Writes the content of this XML node to the given stream in.
- IOException
-
If an I/O error has occurred.
Public / Attributes
IsDocumentContent
Can this XML node appear in the top-level document content?
The following XML nodes are document content:
- See also
IsDocumentPreamble
Can this XML node appear in the top-level document preamble?
The following XML nodes are document preamble:
- See also
IsElementContent
Can this XML node appear in element content?
The following XML nodes are element content:
- See also
IsLiteralContent
Can this XML node appear in literal content?
The following XML nodes are literal content:
- See also