C# Class System.Xml.Schema.XdrValidator

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

Private Properties

Property Type Description
AddID void
CheckForwardRefs void
CheckValue void
Init void
LoadSchema void
LoadSchemaFromLocation void
Pop void
ProcessElement void
ProcessInlineSchema void
ProcessTokenizedType void
Push void
QualifiedName System.Xml.XmlQualifiedName
ThoroughGetElementDecl SchemaElementDecl
ValidateChildElement void
ValidateElement void
ValidateEndElement void
ValidateEndStartElement void
ValidateStartElement void
XdrValidator System.IO
XdrValidator System.IO

Public Methods

Method Description
CheckDefaultValue ( string value, SchemaAttDef attdef, SchemaInfo sinfo, XmlNamespaceManager nsManager, XmlNameTable NameTable, object sender, ValidationEventHandler eventhandler, string baseUri, int lineNo, int linePos ) : void
CompleteValidation ( ) : void
FindId ( string name ) : object
Validate ( ) : void

Private Methods

Method Description
AddID ( string name, object node ) : void
CheckForwardRefs ( ) : void
CheckValue ( string value, SchemaAttDef attdef ) : void
Init ( ) : void
LoadSchema ( string uri ) : void
LoadSchemaFromLocation ( string uri ) : void
Pop ( ) : void
ProcessElement ( ) : void
ProcessInlineSchema ( ) : void
ProcessTokenizedType ( XmlTokenizedType ttype, string name ) : void
Push ( XmlQualifiedName elementName ) : void
QualifiedName ( string name, string ns ) : XmlQualifiedName
ThoroughGetElementDecl ( ) : SchemaElementDecl
ValidateChildElement ( ) : void
ValidateElement ( ) : void
ValidateEndElement ( ) : void
ValidateEndStartElement ( ) : void
ValidateStartElement ( ) : void
XdrValidator ( BaseValidator validator ) : System.IO
XdrValidator ( XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, ValidationEventHandler eventHandler ) : System.IO

Method Details

CheckDefaultValue() public static method

public static CheckDefaultValue ( string value, SchemaAttDef attdef, SchemaInfo sinfo, XmlNamespaceManager nsManager, XmlNameTable NameTable, object sender, ValidationEventHandler eventhandler, string baseUri, int lineNo, int linePos ) : void
value string
attdef SchemaAttDef
sinfo SchemaInfo
nsManager System.Xml.XmlNamespaceManager
NameTable System.Xml.XmlNameTable
sender object
eventhandler ValidationEventHandler
baseUri string
lineNo int
linePos int
return void

CompleteValidation() public method

public CompleteValidation ( ) : void
return void

FindId() public method

public FindId ( string name ) : object
name string
return object

Validate() public method

public Validate ( ) : void
return void