Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.SchemaObjectWriter Class Referencesealed

Package Functions

string WriteXmlSchemaObject (XmlSchemaObject o)
 

Static Package Functions

static string ToString (NamespaceList list)
 

Private Member Functions

void WriteIndent ()
 
void WriteAttribute (string localName, string ns, string value)
 
void WriteAttribute (string localName, string ns, XmlQualifiedName value)
 
void WriteStartElement (string name)
 
void WriteEndElement ()
 
void NewLine ()
 
string GetString ()
 
void WriteAttribute (XmlAttribute a)
 
void WriteAttributes (XmlAttribute[] a, XmlSchemaObject o)
 
void WriteSortedItems (XmlSchemaObjectCollection items)
 
void Write1_XmlSchemaAttribute (XmlSchemaAttribute o)
 
void Write3_XmlSchemaObject (XmlSchemaObject o)
 
void Write5_XmlSchemaAnnotation (XmlSchemaAnnotation o)
 
void Write6_XmlSchemaDocumentation (XmlSchemaDocumentation o)
 
void Write7_XmlSchemaAppInfo (XmlSchemaAppInfo o)
 
void Write9_XmlSchemaSimpleType (XmlSchemaSimpleType o)
 
string Write11_XmlSchemaDerivationMethod (XmlSchemaDerivationMethod v)
 
void Write12_XmlSchemaSimpleTypeUnion (XmlSchemaSimpleTypeUnion o)
 
void Write14_XmlSchemaSimpleTypeList (XmlSchemaSimpleTypeList o)
 
void Write15_XmlSchemaSimpleTypeRestriction (XmlSchemaSimpleTypeRestriction o)
 
void WriteFacets (XmlSchemaObjectCollection facets)
 
void Write_XmlSchemaFacet (string name, XmlSchemaFacet o)
 
string Write30_XmlSchemaUse (XmlSchemaUse v)
 
void Write31_XmlSchemaAttributeGroup (XmlSchemaAttributeGroup o)
 
void Write32_XmlSchemaAttributeGroupRef (XmlSchemaAttributeGroupRef o)
 
void Write33_XmlSchemaAnyAttribute (XmlSchemaAnyAttribute o)
 
string Write34_XmlSchemaContentProcessing (XmlSchemaContentProcessing v)
 
void Write35_XmlSchemaComplexType (XmlSchemaComplexType o)
 
void Write36_XmlSchemaSimpleContent (XmlSchemaSimpleContent o)
 
void Write38_XmlSchemaSimpleContentExtension (XmlSchemaSimpleContentExtension o)
 
void Write40_XmlSchemaSimpleContentRestriction (XmlSchemaSimpleContentRestriction o)
 
void Write41_XmlSchemaComplexContent (XmlSchemaComplexContent o)
 
void Write42_XmlSchemaComplexContentExtension (XmlSchemaComplexContentExtension o)
 
void Write43_XmlSchemaAll (XmlSchemaAll o)
 
void Write46_XmlSchemaElement (XmlSchemaElement o)
 
void Write47_XmlSchemaKey (XmlSchemaKey o)
 
void Write48_XmlSchemaIdentityConstraint (XmlSchemaIdentityConstraint o)
 
void Write49_XmlSchemaXPath (string name, string ns, XmlSchemaXPath o)
 
void Write50_XmlSchemaKeyref (XmlSchemaKeyref o)
 
void Write51_XmlSchemaUnique (XmlSchemaUnique o)
 
void Write52_XmlSchemaChoice (XmlSchemaChoice o)
 
void Write53_XmlSchemaAny (XmlSchemaAny o)
 
void Write54_XmlSchemaSequence (XmlSchemaSequence o)
 
void Write55_XmlSchemaGroupRef (XmlSchemaGroupRef o)
 
void Write56_XmlSchemaComplexContentRestriction (XmlSchemaComplexContentRestriction o)
 
void Write57_XmlSchemaGroup (XmlSchemaGroup o)
 

Private Attributes

readonly StringBuilder _w = new StringBuilder()
 
int _indentLevel = -1
 

Detailed Description

Definition at line 8 of file SchemaObjectWriter.cs.


The documentation for this class was generated from the following file: