C# Class System.Xml.Schema.BaseProcessor

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
BaseProcessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler ) : System.Collections
BaseProcessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings ) : System.Collections

Méthodes protégées

Méthode Description
AddToTable ( XmlSchemaObjectTable table, XmlQualifiedName qname, XmlSchemaObject item ) : void
SendValidationEvent ( XmlSchemaException e ) : void
SendValidationEvent ( XmlSchemaException e, XmlSeverityType severity ) : void
SendValidationEvent ( string code, XmlSchemaObject source ) : void
SendValidationEvent ( string code, XmlSchemaObject source, XmlSeverityType severity ) : void
SendValidationEvent ( string code, string args, Exception innerException, XmlSchemaObject source ) : void
SendValidationEvent ( string code, string msg, XmlSchemaObject source ) : void
SendValidationEvent ( string code, string msg, XmlSchemaObject source, XmlSeverityType severity ) : void
SendValidationEvent ( string code, string msg1, string msg2, XmlSchemaObject source ) : void
SendValidationEvent ( string code, string msg1, string msg2, string sourceUri, int lineNumber, int linePosition ) : void
SendValidationEventNoThrow ( XmlSchemaException e, XmlSeverityType severity ) : void

Private Methods

Méthode Description
IsValidAttributeGroupRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool
IsValidGroupRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool
IsValidTypeRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool

Method Details

AddToTable() protected méthode

protected AddToTable ( XmlSchemaObjectTable table, XmlQualifiedName qname, XmlSchemaObject item ) : void
table XmlSchemaObjectTable
qname XmlQualifiedName
item XmlSchemaObject
Résultat void

BaseProcessor() public méthode

public BaseProcessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler ) : System.Collections
nameTable XmlNameTable
schemaNames SchemaNames
eventHandler ValidationEventHandler
Résultat System.Collections

BaseProcessor() public méthode

public BaseProcessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings ) : System.Collections
nameTable XmlNameTable
schemaNames SchemaNames
eventHandler ValidationEventHandler
compilationSettings XmlSchemaCompilationSettings
Résultat System.Collections

SendValidationEvent() protected méthode

protected SendValidationEvent ( XmlSchemaException e ) : void
e XmlSchemaException
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( XmlSchemaException e, XmlSeverityType severity ) : void
e XmlSchemaException
severity XmlSeverityType
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, XmlSchemaObject source ) : void
code string
source XmlSchemaObject
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, XmlSchemaObject source, XmlSeverityType severity ) : void
code string
source XmlSchemaObject
severity XmlSeverityType
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, string args, Exception innerException, XmlSchemaObject source ) : void
code string
args string
innerException Exception
source XmlSchemaObject
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, string msg, XmlSchemaObject source ) : void
code string
msg string
source XmlSchemaObject
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, string msg, XmlSchemaObject source, XmlSeverityType severity ) : void
code string
msg string
source XmlSchemaObject
severity XmlSeverityType
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, string msg1, string msg2, XmlSchemaObject source ) : void
code string
msg1 string
msg2 string
source XmlSchemaObject
Résultat void

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, string msg1, string msg2, string sourceUri, int lineNumber, int linePosition ) : void
code string
msg1 string
msg2 string
sourceUri string
lineNumber int
linePosition int
Résultat void

SendValidationEventNoThrow() protected méthode

protected SendValidationEventNoThrow ( XmlSchemaException e, XmlSeverityType severity ) : void
e XmlSchemaException
severity XmlSeverityType
Résultat void