Definition at line 79 of file StreamingElementWriter.cs.
80 {
81 if (content == null)
82 {
83 return;
84 }
85 if (content
is XNode
n)
86 {
88 return;
89 }
90 if (content
is string s)
91 {
93 return;
94 }
95 if (content
is XAttribute
a)
96 {
98 return;
99 }
100 if (content
is XStreamingElement e)
101 {
103 return;
104 }
106 {
109 {
111 }
112 return;
113 }
115 {
116 {
117 foreach (
object item in enumerable)
118 {
120 }
121 return;
122 }
123 }
125 }
void WriteString(string s)
void WriteStreamingElement(XStreamingElement e)
void Write(object content)
void WriteAttribute(XAttribute a)
References System.array, System.Xml.Linq.XContainer.GetStringValue(), System.item, and System.s.