C# Class System.Xml.Schema.DtdValidator

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

Méthodes publiques

Méthode Description
CheckDefaultValue ( SchemaAttDef attdef, SchemaInfo sinfo, IDtdParserAdapter readerAdapter ) : void
CompleteValidation ( ) : void
FindId ( string name ) : object
SetDefaultTypedValue ( SchemaAttDef attdef, IDtdParserAdapter readerAdapter ) : void
Validate ( ) : void

Private Methods

Méthode Description
AddID ( string name, object node ) : void
CheckForwardRefs ( ) : void
CheckValue ( string value, SchemaAttDef attdef ) : void
DtdValidator ( XmlValidatingReaderImpl reader, ValidationEventHandler eventHandler, bool processIdentityConstraints ) : System
GenEntity ( XmlQualifiedName qname ) : bool
GetEntity ( XmlQualifiedName qname, bool fParameterEntity ) : SchemaEntity
Init ( ) : void
MeetsStandAloneConstraint ( ) : bool
Pop ( ) : bool
ProcessElement ( ) : void
ProcessTokenizedType ( XmlTokenizedType ttype, string name ) : void
Push ( XmlQualifiedName elementName ) : void
ValidateChildElement ( ) : void
ValidateElement ( ) : void
ValidateEndElement ( ) : void
ValidateEndStartElement ( ) : void
ValidatePIComment ( ) : void
ValidateStartElement ( ) : void

Method Details

CheckDefaultValue() public static méthode

public static CheckDefaultValue ( SchemaAttDef attdef, SchemaInfo sinfo, IDtdParserAdapter readerAdapter ) : void
attdef SchemaAttDef
sinfo SchemaInfo
readerAdapter IDtdParserAdapter
Résultat void

CompleteValidation() public méthode

public CompleteValidation ( ) : void
Résultat void

FindId() public méthode

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

SetDefaultTypedValue() public static méthode

public static SetDefaultTypedValue ( SchemaAttDef attdef, IDtdParserAdapter readerAdapter ) : void
attdef SchemaAttDef
readerAdapter IDtdParserAdapter
Résultat void

Validate() public méthode

public Validate ( ) : void
Résultat void