C# Class Mono.Xml.DTDValidatingReader

Inheritance: XmlReader, IXmlLineInfo, IXmlNamespaceResolver, IHasXmlParserContext, IHasXmlSchemaInfo
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
DTDValidatingReader System
DtdValidateAttributes void
FillAttributes void
FilterNormalization string
GetAttributeIndex int
GetAttributeIndex int
GetAttributeSlot AttributeSlot
HandleError void
HandleError void
IXmlLineInfo bool
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string
ProcessContent bool
ReadContent bool
ValidateAttributes void
ValidateText void
ValidateWhitespaceNode void

Méthodes publiques

Méthode Description
Close ( ) : void
DTDValidatingReader ( XmlReader reader ) : System
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string ns ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
ProcessEndElement ( ) : void
ProcessStartElement ( ) : void
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadDoctype ( ) : void
ResolveEntity ( ) : void
VerifyDeclaredAttributes ( DTDAttListDeclaration decl ) : void
this ( int i ) : string
this ( string name ) : string
this ( string name, string ns ) : string

Private Methods

Méthode Description
DTDValidatingReader ( XmlReader reader, XmlValidatingReader validatingReader ) : System
DtdValidateAttributes ( DTDAttListDeclaration decl, bool validate ) : void
FillAttributes ( ) : void
FilterNormalization ( string attrName, string rawValue ) : string
GetAttributeIndex ( string name ) : int
GetAttributeIndex ( string localName, string ns ) : int
GetAttributeSlot ( ) : AttributeSlot
HandleError ( XmlSchemaException ex, XmlSeverityType severity ) : void
HandleError ( string message, XmlSeverityType severity ) : void
IXmlLineInfo ( ) : bool
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string ns ) : string
ProcessContent ( ) : bool
ReadContent ( ) : bool
ValidateAttributes ( DTDAttListDeclaration decl, bool validate ) : void
ValidateText ( ) : void
ValidateWhitespaceNode ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DTDValidatingReader() public méthode

public DTDValidatingReader ( XmlReader reader ) : System
reader XmlReader
Résultat System

GetAttribute() public méthode

public GetAttribute ( int i ) : string
i int
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name ) : string
name string
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name, string ns ) : string
name string
ns string
Résultat string

LookupNamespace() public méthode

public LookupNamespace ( string prefix ) : string
prefix string
Résultat string

MoveToAttribute() public méthode

public MoveToAttribute ( string name ) : bool
name string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( string name, string ns ) : bool
name string
ns string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( int i ) : void
i int
Résultat void

MoveToElement() public méthode

public MoveToElement ( ) : bool
Résultat bool

MoveToFirstAttribute() public méthode

public MoveToFirstAttribute ( ) : bool
Résultat bool

MoveToNextAttribute() public méthode

public MoveToNextAttribute ( ) : bool
Résultat bool

ProcessEndElement() public méthode

public ProcessEndElement ( ) : void
Résultat void

ProcessStartElement() public méthode

public ProcessStartElement ( ) : void
Résultat void

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadAttributeValue() public méthode

public ReadAttributeValue ( ) : bool
Résultat bool

ReadDoctype() public méthode

public ReadDoctype ( ) : void
Résultat void

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

VerifyDeclaredAttributes() public méthode

public VerifyDeclaredAttributes ( DTDAttListDeclaration decl ) : void
decl DTDAttListDeclaration
Résultat void

this() public méthode

public this ( int i ) : string
i int
Résultat string

this() public méthode

public this ( string name ) : string
name string
Résultat string

this() public méthode

public this ( string name, string ns ) : string
name string
ns string
Résultat string