C# Class Mvp.Xml.XInclude.TextIncludingReader

Custom XmlReader, handler for parse="text" case.
Allows to read specified resource as a text node.
Inheritance: XmlReader
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int index ) : string
GetAttribute ( string qname ) : string
GetAttribute ( string localname, string nsuri ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string qname ) : bool
MoveToAttribute ( string localname, string nsuri ) : bool
MoveToAttribute ( int index ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadString ( ) : string
ResolveEntity ( ) : void
TextIncludingReader ( Uri includeLocation, string encoding, string accept, string acceptLanguage, bool exposeCDATA ) : System
TextIncludingReader ( string value, bool exposeCDATA ) : System
this ( int index ) : string
this ( string qname ) : string
this ( string localname, string nsuri ) : string

Private Methods

Méthode Description
GetEncodingFromXMLDecl ( string href ) : Encoding

Reads encoding from the XML declarartion.

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetAttribute() public méthode

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

GetAttribute() public méthode

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

GetAttribute() public méthode

public GetAttribute ( string localname, string nsuri ) : string
localname string
nsuri 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 qname ) : bool
qname string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( string localname, string nsuri ) : bool
localname string
nsuri string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( int index ) : void
index 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

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadAttributeValue() public méthode

public ReadAttributeValue ( ) : bool
Résultat bool

ReadInnerXml() public méthode

public ReadInnerXml ( ) : string
Résultat string

ReadOuterXml() public méthode

public ReadOuterXml ( ) : string
Résultat string

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

TextIncludingReader() public méthode

public TextIncludingReader ( Uri includeLocation, string encoding, string accept, string acceptLanguage, bool exposeCDATA ) : System
includeLocation System.Uri
encoding string
accept string
acceptLanguage string
exposeCDATA bool
Résultat System

TextIncludingReader() public méthode

public TextIncludingReader ( string value, bool exposeCDATA ) : System
value string
exposeCDATA bool
Résultat System

this() public méthode

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

this() public méthode

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

this() public méthode

public this ( string localname, string nsuri ) : string
localname string
nsuri string
Résultat string