C# Class System.Xml.Schema.SchemaElementDecl

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

Méthodes publiques

Свойство Type Description
Empty SchemaElementDecl

Méthodes publiques

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

public AddAttDef ( SchemaAttDef attdef ) : void
attdef SchemaAttDef
Résultat void

CheckAttributes() public méthode

public CheckAttributes ( Hashtable presence, bool standalone ) : void
presence System.Collections.Hashtable
standalone bool
Résultat void

Clone() public méthode

public Clone ( ) : SchemaElementDecl
Résultat SchemaElementDecl

CreateAnyTypeElementDecl() public static méthode

public static CreateAnyTypeElementDecl ( ) : SchemaElementDecl
Résultat SchemaElementDecl

EndAddAttDef() public méthode

public EndAddAttDef ( ) : void
Résultat void

GetAttDef() public méthode

public GetAttDef ( XmlQualifiedName qname ) : SchemaAttDef
qname System.Xml.XmlQualifiedName
Résultat SchemaAttDef

SchemaElementDecl() public méthode

public SchemaElementDecl ( ) : System
Résultat System

SchemaElementDecl() public méthode

public SchemaElementDecl ( XmlQualifiedName name, String prefix, SchemaType schemaType ) : System
name System.Xml.XmlQualifiedName
prefix String
schemaType SchemaType
Résultat System

SchemaElementDecl() public méthode

public SchemaElementDecl ( XmlSchemaDatatype dtype ) : System
dtype XmlSchemaDatatype
Résultat System

Property Details

Empty public_oe static_oe property

public static SchemaElementDecl,System.Xml.Schema Empty
Résultat SchemaElementDecl