XmlNode
Description
- Derived from
-
PsiNode abstract
IEquatable<XmlNode>
ICopyable<XmlNode>
ICodeOutput - Extended by
-
XmlChar sealed
XmlData sealed
XmlDocument sealed
XmlEntity sealed
XmlLiteral 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.