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

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
BaseProcessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler ) : System.Collections
BaseProcessor ( XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings ) : System.Collections

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsValidAttributeGroupRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool
IsValidGroupRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool
IsValidTypeRedefine ( XmlSchemaObject existingObject, XmlSchemaObject item ) : bool

메소드 상세

AddToTable() 보호된 메소드

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

BaseProcessor() 공개 메소드

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

BaseProcessor() 공개 메소드

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

SendValidationEvent() 보호된 메소드

protected SendValidationEvent ( XmlSchemaException e ) : void
e XmlSchemaException
리턴 void

SendValidationEvent() 보호된 메소드

protected SendValidationEvent ( XmlSchemaException e, XmlSeverityType severity ) : void
e XmlSchemaException
severity XmlSeverityType
리턴 void

SendValidationEvent() 보호된 메소드

protected SendValidationEvent ( string code, XmlSchemaObject source ) : void
code string
source XmlSchemaObject
리턴 void

SendValidationEvent() 보호된 메소드

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

SendValidationEvent() 보호된 메소드

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

SendValidationEvent() 보호된 메소드

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

SendValidationEvent() 보호된 메소드

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

SendValidationEvent() 보호된 메소드

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

SendValidationEvent() 보호된 메소드

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
리턴 void

SendValidationEventNoThrow() 보호된 메소드

protected SendValidationEventNoThrow ( XmlSchemaException e, XmlSeverityType severity ) : void
e XmlSchemaException
severity XmlSeverityType
리턴 void