Метод | Описание | |
---|---|---|
Main ( string args ) : void |
Main entry point for sample application.
|
|
WriteExample ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
WriteExampleAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void | ||
WriteExampleAttributes ( XmlSchemaObjectCollection attributes, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
WriteExampleElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
WriteExampleParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
WriteExampleValue ( object schemaType, XmlTextWriter myXmlTextWriter ) : void | ||
WriteXSDSchema ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void |
This method writes out the XSD object model.
|
|
WriteXmlSchemaAnnotation ( XmlSchemaAnnotation annotation, XmlTextWriter myXmlTextWriter ) : void | ||
WriteXmlSchemaAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void |
This method writes out an XML schema attribute.
|
|
WriteXmlSchemaAttributeGroup ( |
||
WriteXmlSchemaComplexType ( XmlSchemaComplexType complexType, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void |
|
|
WriteXmlSchemaElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
WriteXmlSchemaGroup ( XmlSchemaGroup group, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter, string RefName ) : void | ||
WriteXmlSchemaNotation ( XmlSchemaNotation notation, XmlTextWriter myXmlTextWriter ) : void | ||
WriteXmlSchemaParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
WriteXmlSchemaSimpleType ( XmlSchemaSimpleType simpleType, XmlTextWriter myXmlTextWriter ) : void |
public static Main ( string args ) : void | ||
args | string | |
Результат | void |
public static WriteExample ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteExampleAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void | ||
attribute | XmlSchemaAttribute | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteExampleAttributes ( XmlSchemaObjectCollection attributes, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
attributes | XmlSchemaObjectCollection | |
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteExampleElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
element | XmlSchemaElement | |
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteExampleParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
particle | XmlSchemaParticle | |
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteExampleValue ( object schemaType, XmlTextWriter myXmlTextWriter ) : void | ||
schemaType | object | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXSDSchema ( XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXmlSchemaAnnotation ( XmlSchemaAnnotation annotation, XmlTextWriter myXmlTextWriter ) : void | ||
annotation | XmlSchemaAnnotation | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXmlSchemaAttribute ( XmlSchemaAttribute attribute, XmlTextWriter myXmlTextWriter ) : void | ||
attribute | XmlSchemaAttribute | XML schema attribute to be output. |
myXmlTextWriter | XmlTextWriter | XmlTextWriter to write output to. |
Результат | void |
public static WriteXmlSchemaAttributeGroup ( |
||
attributeGroup | ||
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXmlSchemaComplexType ( XmlSchemaComplexType complexType, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
complexType | XmlSchemaComplexType | |
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXmlSchemaElement ( XmlSchemaElement element, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
element | XmlSchemaElement | |
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXmlSchemaGroup ( XmlSchemaGroup group, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter, string RefName ) : void | ||
group | XmlSchemaGroup | |
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
RefName | string | |
Результат | void |
public static WriteXmlSchemaNotation ( XmlSchemaNotation notation, XmlTextWriter myXmlTextWriter ) : void | ||
notation | XmlSchemaNotation | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXmlSchemaParticle ( XmlSchemaParticle particle, XmlSchema myXmlSchema, XmlTextWriter myXmlTextWriter ) : void | ||
particle | XmlSchemaParticle | |
myXmlSchema | XmlSchema | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |
public static WriteXmlSchemaSimpleType ( XmlSchemaSimpleType simpleType, XmlTextWriter myXmlTextWriter ) : void | ||
simpleType | XmlSchemaSimpleType | |
myXmlTextWriter | XmlTextWriter | |
Результат | void |