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

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
checkDatatype bool
context ValidationState
elementName System.Xml.XmlQualifiedName
hasSibling bool
reader System.Xml.XmlValidatingReaderImpl
schemaInfo SchemaInfo
textString string
textValue System.Text.StringBuilder

공개 메소드들

메소드 설명
BaseValidator ( BaseValidator other ) : System.IO
BaseValidator ( XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler ) : System.IO
CompleteValidation ( ) : void
CreateInstance ( ValidationType valType, XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler, bool processIdentityConstraints ) : BaseValidator
FindId ( string name ) : object
Validate ( ) : void
ValidateText ( ) : void
ValidateWhitespace ( ) : void

보호된 메소드들

메소드 설명
ProcessEntity ( SchemaInfo sinfo, string name, object sender, ValidationEventHandler eventhandler, string baseUri, int lineNumber, int linePosition ) : void
SendValidationEvent ( XmlSchemaException e ) : void
SendValidationEvent ( XmlSchemaException e, XmlSeverityType severity ) : void
SendValidationEvent ( string code ) : void
SendValidationEvent ( string code, string args ) : void
SendValidationEvent ( string code, string msg, XmlSeverityType severity ) : void
SendValidationEvent ( string code, string arg1, string arg2 ) : void

비공개 메소드들

메소드 설명
SaveTextValue ( string value ) : void

메소드 상세

BaseValidator() 공개 메소드

public BaseValidator ( BaseValidator other ) : System.IO
other BaseValidator
리턴 System.IO

BaseValidator() 공개 메소드

public BaseValidator ( XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler ) : System.IO
reader System.Xml.XmlValidatingReaderImpl
schemaCollection XmlSchemaCollection
eventHandler ValidationEventHandler
리턴 System.IO

CompleteValidation() 공개 메소드

public CompleteValidation ( ) : void
리턴 void

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( ValidationType valType, XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler, bool processIdentityConstraints ) : BaseValidator
valType ValidationType
reader System.Xml.XmlValidatingReaderImpl
schemaCollection XmlSchemaCollection
eventHandler ValidationEventHandler
processIdentityConstraints bool
리턴 BaseValidator

FindId() 공개 메소드

public FindId ( string name ) : object
name string
리턴 object

ProcessEntity() 보호된 정적인 메소드

protected static ProcessEntity ( SchemaInfo sinfo, string name, object sender, ValidationEventHandler eventhandler, string baseUri, int lineNumber, int linePosition ) : void
sinfo SchemaInfo
name string
sender object
eventhandler ValidationEventHandler
baseUri string
lineNumber int
linePosition int
리턴 void

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 ) : void
code string
리턴 void

SendValidationEvent() 보호된 메소드

protected SendValidationEvent ( string code, string args ) : void
code string
args string
리턴 void

SendValidationEvent() 보호된 메소드

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

SendValidationEvent() 보호된 메소드

protected SendValidationEvent ( string code, string arg1, string arg2 ) : void
code string
arg1 string
arg2 string
리턴 void

Validate() 공개 메소드

public Validate ( ) : void
리턴 void

ValidateText() 공개 메소드

public ValidateText ( ) : void
리턴 void

ValidateWhitespace() 공개 메소드

public ValidateWhitespace ( ) : void
리턴 void

프로퍼티 상세

checkDatatype 보호되어 있는 프로퍼티

protected bool checkDatatype
리턴 bool

context 보호되어 있는 프로퍼티

protected ValidationState,System.Xml.Schema context
리턴 ValidationState

elementName 보호되어 있는 프로퍼티

protected XmlQualifiedName,System.Xml elementName
리턴 System.Xml.XmlQualifiedName

hasSibling 보호되어 있는 프로퍼티

protected bool hasSibling
리턴 bool

reader 보호되어 있는 프로퍼티

protected XmlValidatingReaderImpl,System.Xml reader
리턴 System.Xml.XmlValidatingReaderImpl

schemaInfo 보호되어 있는 프로퍼티

protected SchemaInfo,System.Xml.Schema schemaInfo
리턴 SchemaInfo

textString 보호되어 있는 프로퍼티

protected string textString
리턴 string

textValue 보호되어 있는 프로퍼티

protected StringBuilder,System.Text textValue
리턴 System.Text.StringBuilder