C# Class System.Xml.XsdCachingReader

Inheritance: XmlReader, IXmlLineInfo
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
AddAttribute ValidatingReaderNodeData
AddContent ValidatingReaderNodeData
ClearAttributesInfo void
CreateDummyTextNode ValidatingReaderNodeData
GetAttributeIndexWithPrefix int
GetAttributeIndexWithoutPrefix int
GetCoreReader XmlReader
GetLineInfo IXmlLineInfo
IXmlLineInfo bool
Init void
ReadOriginalContentAsString string
RecordAttributes void
RecordEndElementNode void
RecordTextNode ValidatingReaderNodeData
Reset void
SetToReplayMode void
SetToReplayModeAsync Task
SwitchTextNodeAndEndElement void
XsdCachingReader System.IO

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
GetValueAsync ( ) : Task
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAsync ( ) : Task
ReadAttributeValue ( ) : bool
ResolveEntity ( ) : void
Skip ( ) : void
SkipAsync ( ) : Task
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

Private Methods

Méthode Description
AddAttribute ( int attIndex ) : ValidatingReaderNodeData
AddContent ( System.Xml.XmlNodeType nodeType ) : ValidatingReaderNodeData
ClearAttributesInfo ( ) : void
CreateDummyTextNode ( string attributeValue, int depth ) : ValidatingReaderNodeData
GetAttributeIndexWithPrefix ( string name ) : int
GetAttributeIndexWithoutPrefix ( string name ) : int
GetCoreReader ( ) : XmlReader
GetLineInfo ( ) : IXmlLineInfo
IXmlLineInfo ( ) : bool
Init ( ) : void
ReadOriginalContentAsString ( ) : string
RecordAttributes ( ) : void
RecordEndElementNode ( ) : void
RecordTextNode ( string textValue, string originalStringValue, int depth, int lineNo, int linePos ) : ValidatingReaderNodeData
Reset ( XmlReader reader ) : void
SetToReplayMode ( ) : void
SetToReplayModeAsync ( ) : Task
SwitchTextNodeAndEndElement ( string textValue, string originalStringValue ) : void
XsdCachingReader ( XmlReader reader, IXmlLineInfo lineInfo, CachingEventHandler handlerMethod ) : System.IO

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

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 namespaceURI ) : string
name string
namespaceURI string
Résultat string

GetValueAsync() public méthode

public GetValueAsync ( ) : Task
Résultat Task

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

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadAsync() public méthode

public ReadAsync ( ) : Task
Résultat Task

ReadAttributeValue() public méthode

public ReadAttributeValue ( ) : bool
Résultat bool

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

Skip() public méthode

public Skip ( ) : void
Résultat void

SkipAsync() public méthode

public SkipAsync ( ) : Task
Résultat Task

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 namespaceURI ) : string
name string
namespaceURI string
Résultat string