C# Class System.Xml.Serialization.SchemaObjectWriter

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Methods

Method Description
GetString ( ) : string
NewLine ( ) : void
WriteAttribute ( string localName, string ns, XmlQualifiedName value ) : void
WriteAttribute ( string localName, string ns, string value ) : void
WriteEndElement ( ) : void
WriteStartElement ( string name ) : void

Private Methods

Method Description
ToString ( NamespaceList list ) : string
Write11_XmlSchemaDerivationMethod ( XmlSchemaDerivationMethod v ) : string
Write12_XmlSchemaSimpleTypeUnion ( XmlSchemaSimpleTypeUnion o ) : void
Write14_XmlSchemaSimpleTypeList ( XmlSchemaSimpleTypeList o ) : void
Write15_XmlSchemaSimpleTypeRestriction ( XmlSchemaSimpleTypeRestriction o ) : void
Write1_XmlSchemaAttribute ( XmlSchemaAttribute o ) : void
Write30_XmlSchemaUse ( XmlSchemaUse v ) : string
Write31_XmlSchemaAttributeGroup ( XmlSchemaAttributeGroup o ) : void
Write32_XmlSchemaAttributeGroupRef ( XmlSchemaAttributeGroupRef o ) : void
Write33_XmlSchemaAnyAttribute ( XmlSchemaAnyAttribute o ) : void
Write34_XmlSchemaContentProcessing ( XmlSchemaContentProcessing v ) : string
Write35_XmlSchemaComplexType ( XmlSchemaComplexType o ) : void
Write36_XmlSchemaSimpleContent ( XmlSchemaSimpleContent o ) : void
Write38_XmlSchemaSimpleContentExtension ( XmlSchemaSimpleContentExtension o ) : void
Write3_XmlSchemaObject ( XmlSchemaObject 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 ( System.Xml.Schema.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 ) : void
Write5_XmlSchemaAnnotation ( XmlSchemaAnnotation o ) : void
Write6_XmlSchemaDocumentation ( XmlSchemaDocumentation o ) : void
Write7_XmlSchemaAppInfo ( XmlSchemaAppInfo o ) : void
Write9_XmlSchemaSimpleType ( XmlSchemaSimpleType o ) : void
WriteAttribute ( XmlAttribute a ) : void
WriteAttributes ( XmlAttribute a, XmlSchemaObject o ) : void
WriteFacets ( XmlSchemaObjectCollection facets ) : void
WriteIndent ( ) : void
WriteSortedItems ( XmlSchemaObjectCollection items ) : void
WriteXmlSchemaObject ( XmlSchemaObject o ) : string
Write_XmlSchemaFacet ( string name, XmlSchemaFacet o ) : void

Method Details

GetString() protected method

protected GetString ( ) : string
return string

NewLine() protected method

protected NewLine ( ) : void
return void

WriteAttribute() protected method

protected WriteAttribute ( string localName, string ns, XmlQualifiedName value ) : void
localName string
ns string
value System.Xml.XmlQualifiedName
return void

WriteAttribute() protected method

protected WriteAttribute ( string localName, string ns, string value ) : void
localName string
ns string
value string
return void

WriteEndElement() protected method

protected WriteEndElement ( ) : void
return void

WriteStartElement() protected method

protected WriteStartElement ( string name ) : void
name string
return void