C# Class System.Xml.Schema.SchemaInfo

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( SchemaInfo sinfo, ValidationEventHandler eventhandler ) : void
sinfo SchemaInfo
eventhandler ValidationEventHandler
Résultat void

Contains() public méthode

public Contains ( string ns ) : bool
ns string
Résultat bool

Finish() public méthode

public Finish ( ) : void
Résultat void

GetAttribute() public méthode

public GetAttribute ( XmlQualifiedName qname ) : XmlSchemaAttribute
qname System.Xml.XmlQualifiedName
Résultat XmlSchemaAttribute

GetAttributeXdr() public méthode

public GetAttributeXdr ( SchemaElementDecl ed, XmlQualifiedName qname ) : SchemaAttDef
ed SchemaElementDecl
qname System.Xml.XmlQualifiedName
Résultat SchemaAttDef

GetAttributeXsd() public méthode

public GetAttributeXsd ( SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, AttributeMatchState &attributeMatchState ) : SchemaAttDef
ed SchemaElementDecl
qname System.Xml.XmlQualifiedName
partialValidationType XmlSchemaObject
attributeMatchState AttributeMatchState
Résultat SchemaAttDef

GetAttributeXsd() public méthode

public GetAttributeXsd ( SchemaElementDecl ed, XmlQualifiedName qname, bool &skip ) : SchemaAttDef
ed SchemaElementDecl
qname System.Xml.XmlQualifiedName
skip bool
Résultat SchemaAttDef

GetElement() public méthode

public GetElement ( XmlQualifiedName qname ) : XmlSchemaElement
qname System.Xml.XmlQualifiedName
Résultat XmlSchemaElement

GetElementDecl() public méthode

public GetElementDecl ( XmlQualifiedName qname ) : SchemaElementDecl
qname System.Xml.XmlQualifiedName
Résultat SchemaElementDecl

GetType() public méthode

public GetType ( XmlQualifiedName qname ) : XmlSchemaElement
qname System.Xml.XmlQualifiedName
Résultat XmlSchemaElement

GetTypeDecl() public méthode

public GetTypeDecl ( XmlQualifiedName qname ) : SchemaElementDecl
qname System.Xml.XmlQualifiedName
Résultat SchemaElementDecl

HasSchema() public méthode

public HasSchema ( string ns ) : bool
ns string
Résultat bool

SchemaInfo() public méthode

public SchemaInfo ( ) : System
Résultat System