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

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty SchemaElementDecl

공개 메소드들

메소드 설명
AddAttDef ( SchemaAttDef attdef ) : void
CheckAttributes ( Hashtable presence, bool standalone ) : void
Clone ( ) : SchemaElementDecl
CreateAnyTypeElementDecl ( ) : SchemaElementDecl
EndAddAttDef ( ) : void
GetAttDef ( XmlQualifiedName qname ) : SchemaAttDef
SchemaElementDecl ( ) : System
SchemaElementDecl ( XmlQualifiedName name, String prefix, SchemaType schemaType ) : System
SchemaElementDecl ( XmlSchemaDatatype dtype ) : System

메소드 상세

AddAttDef() 공개 메소드

public AddAttDef ( SchemaAttDef attdef ) : void
attdef SchemaAttDef
리턴 void

CheckAttributes() 공개 메소드

public CheckAttributes ( Hashtable presence, bool standalone ) : void
presence System.Collections.Hashtable
standalone bool
리턴 void

Clone() 공개 메소드

public Clone ( ) : SchemaElementDecl
리턴 SchemaElementDecl

CreateAnyTypeElementDecl() 공개 정적인 메소드

public static CreateAnyTypeElementDecl ( ) : SchemaElementDecl
리턴 SchemaElementDecl

EndAddAttDef() 공개 메소드

public EndAddAttDef ( ) : void
리턴 void

GetAttDef() 공개 메소드

public GetAttDef ( XmlQualifiedName qname ) : SchemaAttDef
qname System.Xml.XmlQualifiedName
리턴 SchemaAttDef

SchemaElementDecl() 공개 메소드

public SchemaElementDecl ( ) : System
리턴 System

SchemaElementDecl() 공개 메소드

public SchemaElementDecl ( XmlQualifiedName name, String prefix, SchemaType schemaType ) : System
name System.Xml.XmlQualifiedName
prefix String
schemaType SchemaType
리턴 System

SchemaElementDecl() 공개 메소드

public SchemaElementDecl ( XmlSchemaDatatype dtype ) : System
dtype XmlSchemaDatatype
리턴 System

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static SchemaElementDecl,System.Xml.Schema Empty
리턴 SchemaElementDecl