C# Класс System.Xml.Schema.SchemaInfo

Наследование: IDtdInfo
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Add ( SchemaInfo sinfo, ValidationEventHandler eventhandler ) : void
Contains ( string ns ) : bool
Finish ( ) : void
GetAttribute ( XmlQualifiedName qname ) : XmlSchemaAttribute
GetAttributeXdr ( SchemaElementDecl ed, XmlQualifiedName qname ) : SchemaAttDef
GetAttributeXsd ( SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, AttributeMatchState &attributeMatchState ) : SchemaAttDef
GetAttributeXsd ( SchemaElementDecl ed, XmlQualifiedName qname, bool &skip ) : SchemaAttDef
GetElement ( XmlQualifiedName qname ) : XmlSchemaElement
GetElementDecl ( XmlQualifiedName qname ) : SchemaElementDecl
GetType ( XmlQualifiedName qname ) : XmlSchemaElement
GetTypeDecl ( XmlQualifiedName qname ) : SchemaElementDecl
HasSchema ( string ns ) : bool
SchemaInfo ( ) : System

Описание методов

Add() публичный Метод

public Add ( SchemaInfo sinfo, ValidationEventHandler eventhandler ) : void
sinfo SchemaInfo
eventhandler ValidationEventHandler
Результат void

Contains() публичный Метод

public Contains ( string ns ) : bool
ns string
Результат bool

Finish() публичный Метод

public Finish ( ) : void
Результат void

GetAttribute() публичный Метод

public GetAttribute ( XmlQualifiedName qname ) : XmlSchemaAttribute
qname System.Xml.XmlQualifiedName
Результат XmlSchemaAttribute

GetAttributeXdr() публичный Метод

public GetAttributeXdr ( SchemaElementDecl ed, XmlQualifiedName qname ) : SchemaAttDef
ed SchemaElementDecl
qname System.Xml.XmlQualifiedName
Результат SchemaAttDef

GetAttributeXsd() публичный Метод

public GetAttributeXsd ( SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, AttributeMatchState &attributeMatchState ) : SchemaAttDef
ed SchemaElementDecl
qname System.Xml.XmlQualifiedName
partialValidationType XmlSchemaObject
attributeMatchState AttributeMatchState
Результат SchemaAttDef

GetAttributeXsd() публичный Метод

public GetAttributeXsd ( SchemaElementDecl ed, XmlQualifiedName qname, bool &skip ) : SchemaAttDef
ed SchemaElementDecl
qname System.Xml.XmlQualifiedName
skip bool
Результат SchemaAttDef

GetElement() публичный Метод

public GetElement ( XmlQualifiedName qname ) : XmlSchemaElement
qname System.Xml.XmlQualifiedName
Результат XmlSchemaElement

GetElementDecl() публичный Метод

public GetElementDecl ( XmlQualifiedName qname ) : SchemaElementDecl
qname System.Xml.XmlQualifiedName
Результат SchemaElementDecl

GetType() публичный Метод

public GetType ( XmlQualifiedName qname ) : XmlSchemaElement
qname System.Xml.XmlQualifiedName
Результат XmlSchemaElement

GetTypeDecl() публичный Метод

public GetTypeDecl ( XmlQualifiedName qname ) : SchemaElementDecl
qname System.Xml.XmlQualifiedName
Результат SchemaElementDecl

HasSchema() публичный Метод

public HasSchema ( string ns ) : bool
ns string
Результат bool

SchemaInfo() публичный Метод

public SchemaInfo ( ) : System
Результат System