C# Class System.Xml.XPath.DataBinding.ShapeGenerator

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GenerateFromSchema ( XmlSchemaAttribute xsa ) : Shape
GenerateFromSchema ( XmlSchemaElement xse ) : Shape
ResetState ( ) : void
ShapeGenerator ( IXmlNamespaceResolver nsResolver ) : System

Private Methods

Méthode Description
GenAttrName ( XmlQualifiedName xqn, string names ) : string
GenName ( XmlQualifiedName xqn ) : string
ProcessParticle ( XmlSchemaParticle xsp, Shape parent ) : Shape
ProcessParticleElement ( XmlSchemaElement xse ) : Shape
ProcessParticleGroup ( XmlSchemaGroupBase xsg, BindingType bt ) : Shape

Method Details

GenerateFromSchema() public méthode

public GenerateFromSchema ( XmlSchemaAttribute xsa ) : Shape
xsa System.Xml.Schema.XmlSchemaAttribute
Résultat Shape

GenerateFromSchema() public méthode

public GenerateFromSchema ( XmlSchemaElement xse ) : Shape
xse System.Xml.Schema.XmlSchemaElement
Résultat Shape

ResetState() public méthode

public ResetState ( ) : void
Résultat void

ShapeGenerator() public méthode

public ShapeGenerator ( IXmlNamespaceResolver nsResolver ) : System
nsResolver IXmlNamespaceResolver
Résultat System