C# Class System.Xml.Schema.SchemaElementDecl

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

Public Properties

Property Type Description
Empty SchemaElementDecl

Public Methods

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

Method Details

AddAttDef() public method

public AddAttDef ( SchemaAttDef attdef ) : void
attdef SchemaAttDef
return void

CheckAttributes() public method

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

Clone() public method

public Clone ( ) : SchemaElementDecl
return SchemaElementDecl

CreateAnyTypeElementDecl() public static method

public static CreateAnyTypeElementDecl ( ) : SchemaElementDecl
return SchemaElementDecl

EndAddAttDef() public method

public EndAddAttDef ( ) : void
return void

GetAttDef() public method

public GetAttDef ( XmlQualifiedName qname ) : SchemaAttDef
qname System.Xml.XmlQualifiedName
return SchemaAttDef

SchemaElementDecl() public method

public SchemaElementDecl ( ) : System
return System

SchemaElementDecl() public method

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

SchemaElementDecl() public method

public SchemaElementDecl ( XmlSchemaDatatype dtype ) : System
dtype XmlSchemaDatatype
return System

Property Details

Empty public_oe static_oe property

public static SchemaElementDecl,System.Xml.Schema Empty
return SchemaElementDecl