Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Write3_XmlSchemaObject()

void System.Xml.Serialization.SchemaObjectWriter.Write3_XmlSchemaObject ( XmlSchemaObject o)
inlineprivate

Definition at line 211 of file SchemaObjectWriter.cs.

212 {
213 if (o != null)
214 {
215 Type type = o.GetType();
217 {
219 }
220 else if (type == typeof(XmlSchemaSimpleType))
221 {
223 }
224 else if (type == typeof(XmlSchemaElement))
225 {
227 }
228 else if (type == typeof(XmlSchemaAppInfo))
229 {
231 }
233 {
235 }
236 else if (type == typeof(XmlSchemaAnnotation))
237 {
239 }
240 else if (type == typeof(XmlSchemaGroup))
241 {
243 }
244 else if (type == typeof(XmlSchemaXPath))
245 {
247 }
249 {
251 }
252 else if (type == typeof(XmlSchemaUnique))
253 {
255 }
256 else if (type == typeof(XmlSchemaKeyref))
257 {
259 }
260 else if (type == typeof(XmlSchemaKey))
261 {
263 }
264 else if (type == typeof(XmlSchemaGroupRef))
265 {
267 }
268 else if (type == typeof(XmlSchemaAny))
269 {
271 }
272 else if (type == typeof(XmlSchemaSequence))
273 {
275 }
276 else if (type == typeof(XmlSchemaChoice))
277 {
279 }
280 else if (type == typeof(XmlSchemaAll))
281 {
283 }
285 {
287 }
289 {
291 }
293 {
295 }
297 {
299 }
301 {
303 }
305 {
307 }
308 else if (type == typeof(XmlSchemaAnyAttribute))
309 {
311 }
313 {
315 }
317 {
319 }
321 {
323 }
325 {
327 }
329 {
331 }
332 else if (type == typeof(XmlSchemaAttribute))
333 {
335 }
336 }
337 }
void Write35_XmlSchemaComplexType(XmlSchemaComplexType o)
void Write42_XmlSchemaComplexContentExtension(XmlSchemaComplexContentExtension o)
void Write38_XmlSchemaSimpleContentExtension(XmlSchemaSimpleContentExtension o)
void Write1_XmlSchemaAttribute(XmlSchemaAttribute o)
void Write49_XmlSchemaXPath(string name, string ns, XmlSchemaXPath o)
void Write40_XmlSchemaSimpleContentRestriction(XmlSchemaSimpleContentRestriction o)
void Write14_XmlSchemaSimpleTypeList(XmlSchemaSimpleTypeList o)
void Write15_XmlSchemaSimpleTypeRestriction(XmlSchemaSimpleTypeRestriction o)
void Write31_XmlSchemaAttributeGroup(XmlSchemaAttributeGroup o)
void Write48_XmlSchemaIdentityConstraint(XmlSchemaIdentityConstraint o)
void Write56_XmlSchemaComplexContentRestriction(XmlSchemaComplexContentRestriction o)
void Write32_XmlSchemaAttributeGroupRef(XmlSchemaAttributeGroupRef o)
void Write41_XmlSchemaComplexContent(XmlSchemaComplexContent o)
void Write6_XmlSchemaDocumentation(XmlSchemaDocumentation o)
void Write9_XmlSchemaSimpleType(XmlSchemaSimpleType o)
void Write5_XmlSchemaAnnotation(XmlSchemaAnnotation o)
void Write36_XmlSchemaSimpleContent(XmlSchemaSimpleContent o)
void Write12_XmlSchemaSimpleTypeUnion(XmlSchemaSimpleTypeUnion o)
void Write33_XmlSchemaAnyAttribute(XmlSchemaAnyAttribute o)

References System.Xml.Dictionary, System.Type.GetType(), System.type, System.Xml.Serialization.SchemaObjectWriter.Write12_XmlSchemaSimpleTypeUnion(), System.Xml.Serialization.SchemaObjectWriter.Write14_XmlSchemaSimpleTypeList(), System.Xml.Serialization.SchemaObjectWriter.Write15_XmlSchemaSimpleTypeRestriction(), System.Xml.Serialization.SchemaObjectWriter.Write1_XmlSchemaAttribute(), System.Xml.Serialization.SchemaObjectWriter.Write31_XmlSchemaAttributeGroup(), System.Xml.Serialization.SchemaObjectWriter.Write32_XmlSchemaAttributeGroupRef(), System.Xml.Serialization.SchemaObjectWriter.Write33_XmlSchemaAnyAttribute(), System.Xml.Serialization.SchemaObjectWriter.Write35_XmlSchemaComplexType(), System.Xml.Serialization.SchemaObjectWriter.Write36_XmlSchemaSimpleContent(), System.Xml.Serialization.SchemaObjectWriter.Write38_XmlSchemaSimpleContentExtension(), System.Xml.Serialization.SchemaObjectWriter.Write40_XmlSchemaSimpleContentRestriction(), System.Xml.Serialization.SchemaObjectWriter.Write41_XmlSchemaComplexContent(), System.Xml.Serialization.SchemaObjectWriter.Write42_XmlSchemaComplexContentExtension(), System.Xml.Serialization.SchemaObjectWriter.Write43_XmlSchemaAll(), System.Xml.Serialization.SchemaObjectWriter.Write46_XmlSchemaElement(), System.Xml.Serialization.SchemaObjectWriter.Write47_XmlSchemaKey(), System.Xml.Serialization.SchemaObjectWriter.Write48_XmlSchemaIdentityConstraint(), System.Xml.Serialization.SchemaObjectWriter.Write49_XmlSchemaXPath(), System.Xml.Serialization.SchemaObjectWriter.Write50_XmlSchemaKeyref(), System.Xml.Serialization.SchemaObjectWriter.Write51_XmlSchemaUnique(), System.Xml.Serialization.SchemaObjectWriter.Write52_XmlSchemaChoice(), System.Xml.Serialization.SchemaObjectWriter.Write53_XmlSchemaAny(), System.Xml.Serialization.SchemaObjectWriter.Write54_XmlSchemaSequence(), System.Xml.Serialization.SchemaObjectWriter.Write55_XmlSchemaGroupRef(), System.Xml.Serialization.SchemaObjectWriter.Write56_XmlSchemaComplexContentRestriction(), System.Xml.Serialization.SchemaObjectWriter.Write57_XmlSchemaGroup(), System.Xml.Serialization.SchemaObjectWriter.Write5_XmlSchemaAnnotation(), System.Xml.Serialization.SchemaObjectWriter.Write6_XmlSchemaDocumentation(), System.Xml.Serialization.SchemaObjectWriter.Write7_XmlSchemaAppInfo(), and System.Xml.Serialization.SchemaObjectWriter.Write9_XmlSchemaSimpleType().

Referenced by System.Xml.Serialization.SchemaObjectWriter.WriteSortedItems(), and System.Xml.Serialization.SchemaObjectWriter.WriteXmlSchemaObject().