C# Class System.Xml.XmlValidatingReader

Inheritance: XmlReader, IXmlLineInfo, IXmlNamespaceResolver
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
HasLineInfo ( ) : bool
LookupNamespace ( String prefix ) : String
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string localName, string namespaceURI ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadString ( ) : string
ReadTypedValue ( ) : object
ResolveEntity ( ) : void
XmlValidatingReader ( Stream xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
XmlValidatingReader ( XmlReader reader ) : System
XmlValidatingReader ( string xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System

Private Methods

Méthode Description
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string

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

HasLineInfo() public méthode

public HasLineInfo ( ) : bool
Résultat bool

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 localName, string namespaceURI ) : bool
localName string
namespaceURI 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

ReadAttributeValue() public méthode

public ReadAttributeValue ( ) : bool
Résultat bool

ReadContentAsBase64() public méthode

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadContentAsBinHex() public méthode

public ReadContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadElementContentAsBase64() public méthode

public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadElementContentAsBinHex() public méthode

public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ReadTypedValue() public méthode

public ReadTypedValue ( ) : object
Résultat object

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

XmlValidatingReader() public méthode

public XmlValidatingReader ( Stream xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment Stream
fragType System.Xml.XmlNodeType
context XmlParserContext
Résultat System

XmlValidatingReader() public méthode

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

XmlValidatingReader() public méthode

public XmlValidatingReader ( string xmlFragment, System.Xml.XmlNodeType fragType, XmlParserContext context ) : System
xmlFragment string
fragType System.Xml.XmlNodeType
context XmlParserContext
Résultat System