C# Class System.Runtime.Serialization.SchemaHelper

ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
AddElementForm ( XmlSchemaElement element, XmlSchema schema ) : void
AddSchemaImport ( string ns, XmlSchema schema ) : void
CreateSchema ( string ns, XmlSchemaSet schemas ) : XmlSchema
GetGlobalElementDeclaration ( XmlSchemaSet schemas, XmlQualifiedName typeQName, bool &isNullable ) : XmlQualifiedName
GetSchema ( string ns, XmlSchemaSet schemas ) : XmlSchema
GetSchemaElement ( SchemaObjectDictionary schemaInfo, XmlQualifiedName elementName ) : XmlSchemaElement
GetSchemaElement ( XmlSchemaSet schemas, XmlQualifiedName elementQName, XmlSchema &outSchema ) : XmlSchemaElement
GetSchemaType ( SchemaObjectDictionary schemaInfo, XmlQualifiedName typeName ) : XmlSchemaType
GetSchemaType ( XmlSchemaSet schemas, XmlQualifiedName typeQName, XmlSchema &outSchema ) : XmlSchemaType
GetSchemaWithGlobalElementDeclaration ( XmlSchemaElement element, XmlSchemaSet schemas ) : XmlSchema
GetSchemaWithType ( SchemaObjectDictionary schemaInfo, XmlSchemaSet schemas, XmlQualifiedName typeName ) : XmlSchema
NamespacesEqual ( string ns1, string ns2 ) : bool