C# Class System.Xml.Schema.BaseProcessor

Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

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

Protected Methods

Method 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

Method Description
IsValidAttributeGroupRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool
IsValidGroupRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool
IsValidTypeRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool

Method Details

AddToTable() protected method

protected AddToTable ( XmlSchemaObjectTable table, XmlQualifiedName qname, XmlSchemaObject item ) : void
table XmlSchemaObjectTable
qname XmlQualifiedName
item XmlSchemaObject
return void

BaseProcessor() public method

public BaseProcessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler ) : System.Collections
nameTable XmlNameTable
schemaNames SchemaNames
eventHandler ValidationEventHandler
return System.Collections

BaseProcessor() public method

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

SendValidationEvent() protected method

protected SendValidationEvent ( XmlSchemaException e ) : void
e XmlSchemaException
return void

SendValidationEvent() protected method

protected SendValidationEvent ( XmlSchemaException e, XmlSeverityType severity ) : void
e XmlSchemaException
severity XmlSeverityType
return void

SendValidationEvent() protected method

protected SendValidationEvent ( string code, XmlSchemaObject source ) : void
code string
source XmlSchemaObject
return void

SendValidationEvent() protected method

protected SendValidationEvent ( string code, XmlSchemaObject source, XmlSeverityType severity ) : void
code string
source XmlSchemaObject
severity XmlSeverityType
return void

SendValidationEvent() protected method

protected SendValidationEvent ( string code, string args, Exception innerException, XmlSchemaObject source ) : void
code string
args string
innerException Exception
source XmlSchemaObject
return void

SendValidationEvent() protected method

protected SendValidationEvent ( string code, string msg, XmlSchemaObject source ) : void
code string
msg string
source XmlSchemaObject
return void

SendValidationEvent() protected method

protected SendValidationEvent ( string code, string msg, XmlSchemaObject source, XmlSeverityType severity ) : void
code string
msg string
source XmlSchemaObject
severity XmlSeverityType
return void

SendValidationEvent() protected method

protected SendValidationEvent ( string code, string msg1, string msg2, XmlSchemaObject source ) : void
code string
msg1 string
msg2 string
source XmlSchemaObject
return void

SendValidationEvent() protected method

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
return void

SendValidationEventNoThrow() protected method

protected SendValidationEventNoThrow ( XmlSchemaException e, XmlSeverityType severity ) : void
e XmlSchemaException
severity XmlSeverityType
return void