C# Class System.Xml.Schema.BaseValidator

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

Protected Properties

Свойство Type Description
checkDatatype bool
context ValidationState
elementName System.Xml.XmlQualifiedName
hasSibling bool
reader System.Xml.XmlValidatingReaderImpl
schemaInfo SchemaInfo
textString string
textValue System.Text.StringBuilder

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
SaveTextValue ( string value ) : void

Method Details

BaseValidator() public méthode

public BaseValidator ( BaseValidator other ) : System.IO
other BaseValidator
Résultat System.IO

BaseValidator() public méthode

public BaseValidator ( XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler ) : System.IO
reader System.Xml.XmlValidatingReaderImpl
schemaCollection XmlSchemaCollection
eventHandler ValidationEventHandler
Résultat System.IO

CompleteValidation() public méthode

public CompleteValidation ( ) : void
Résultat void

CreateInstance() public static méthode

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
Résultat BaseValidator

FindId() public méthode

public FindId ( string name ) : object
name string
Résultat object

ProcessEntity() protected static méthode

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
Résultat void

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 ) : void
code string
Résultat void

SendValidationEvent() protected méthode

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

SendValidationEvent() protected méthode

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

SendValidationEvent() protected méthode

protected SendValidationEvent ( string code, string arg1, string arg2 ) : void
code string
arg1 string
arg2 string
Résultat void

Validate() public méthode

public Validate ( ) : void
Résultat void

ValidateText() public méthode

public ValidateText ( ) : void
Résultat void

ValidateWhitespace() public méthode

public ValidateWhitespace ( ) : void
Résultat void

Property Details

checkDatatype protected_oe property

protected bool checkDatatype
Résultat bool

context protected_oe property

protected ValidationState,System.Xml.Schema context
Résultat ValidationState

elementName protected_oe property

protected XmlQualifiedName,System.Xml elementName
Résultat System.Xml.XmlQualifiedName

hasSibling protected_oe property

protected bool hasSibling
Résultat bool

reader protected_oe property

protected XmlValidatingReaderImpl,System.Xml reader
Résultat System.Xml.XmlValidatingReaderImpl

schemaInfo protected_oe property

protected SchemaInfo,System.Xml.Schema schemaInfo
Résultat SchemaInfo

textString protected_oe property

protected string textString
Résultat string

textValue protected_oe property

protected StringBuilder,System.Text textValue
Résultat System.Text.StringBuilder