C# Class System.Xml.Schema.SchemaInfo

Inheritance: IDtdInfo
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Add ( SchemaInfo sinfo, ValidationEventHandler eventhandler ) : void
sinfo SchemaInfo
eventhandler ValidationEventHandler
return void

Contains() public method

public Contains ( string ns ) : bool
ns string
return bool

Finish() public method

public Finish ( ) : void
return void

GetAttribute() public method

public GetAttribute ( XmlQualifiedName qname ) : XmlSchemaAttribute
qname System.Xml.XmlQualifiedName
return XmlSchemaAttribute

GetAttributeXdr() public method

public GetAttributeXdr ( SchemaElementDecl ed, XmlQualifiedName qname ) : SchemaAttDef
ed SchemaElementDecl
qname System.Xml.XmlQualifiedName
return SchemaAttDef

GetAttributeXsd() public method

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

GetAttributeXsd() public method

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

GetElement() public method

public GetElement ( XmlQualifiedName qname ) : XmlSchemaElement
qname System.Xml.XmlQualifiedName
return XmlSchemaElement

GetElementDecl() public method

public GetElementDecl ( XmlQualifiedName qname ) : SchemaElementDecl
qname System.Xml.XmlQualifiedName
return SchemaElementDecl

GetType() public method

public GetType ( XmlQualifiedName qname ) : XmlSchemaElement
qname System.Xml.XmlQualifiedName
return XmlSchemaElement

GetTypeDecl() public method

public GetTypeDecl ( XmlQualifiedName qname ) : SchemaElementDecl
qname System.Xml.XmlQualifiedName
return SchemaElementDecl

HasSchema() public method

public HasSchema ( string ns ) : bool
ns string
return bool

SchemaInfo() public method

public SchemaInfo ( ) : System
return System