C# 클래스 System.Xml.Schema.SchemaInfo

상속: IDtdInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

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