C# Class System.Xml.XmlValidatingReaderImpl

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

Private Properties

Свойство Type Description
AddDefaultAttribute bool
Close void
GetNamespacesInScope string>.IDictionary
GetResolver XmlResolver
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string
LookupPrefix string
MoveOffEntityReference void
MoveOffEntityReferenceAsync Task
ParseDtdFromParserContext void
ParseDtdFromParserContextAsync Task
ProcessCoreReaderEvent void
ResolveEntityInternally void
ResolveEntityInternallyAsync Task
SetupValidation void
ValidateDefaultAttributeOnUse void
ValidateDtd void
XmlValidatingReaderImpl System
XmlValidatingReaderImpl System
XmlValidatingReaderImpl System
XmlValidatingReaderImpl System

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
GetValueAsync ( ) : Task
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
ReadAsync ( ) : Task
ReadAttributeValue ( ) : bool
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBase64Async ( byte buffer, int index, int count ) : Task
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadContentAsBinHexAsync ( byte buffer, int index, int count ) : Task
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBase64Async ( byte buffer, int index, int count ) : Task
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHexAsync ( byte buffer, int index, int count ) : Task
ReadString ( ) : string
ReadTypedValue ( ) : object
ReadTypedValueAsync ( ) : Task
ResolveEntity ( ) : void

Private Methods

Méthode Description
AddDefaultAttribute ( SchemaAttDef attdef ) : bool
Close ( bool closeStream ) : void
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
GetResolver ( ) : XmlResolver
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string
LookupPrefix ( string namespaceName ) : string
MoveOffEntityReference ( ) : void
MoveOffEntityReferenceAsync ( ) : Task
ParseDtdFromParserContext ( ) : void
ParseDtdFromParserContextAsync ( ) : Task
ProcessCoreReaderEvent ( ) : void
ResolveEntityInternally ( ) : void
ResolveEntityInternallyAsync ( ) : Task
SetupValidation ( ValidationType valType ) : void
ValidateDefaultAttributeOnUse ( IDtdDefaultAttributeInfo defaultAttribute, XmlTextReaderImpl coreReader ) : void
ValidateDtd ( ) : void
XmlValidatingReaderImpl ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System
XmlValidatingReaderImpl ( XmlReader reader ) : System
XmlValidatingReaderImpl ( XmlReader reader, ValidationEventHandler settingsEventHandler, bool processIdentityConstraints ) : System
XmlValidatingReaderImpl ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System

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

GetValueAsync() public méthode

public GetValueAsync ( ) : Task
Résultat Task

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

ReadAsync() public méthode

public ReadAsync ( ) : Task
Résultat Task

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

ReadContentAsBase64Async() public méthode

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

ReadContentAsBinHex() public méthode

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

ReadContentAsBinHexAsync() public méthode

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

ReadElementContentAsBase64() public méthode

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

ReadElementContentAsBase64Async() public méthode

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

ReadElementContentAsBinHex() public méthode

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

ReadElementContentAsBinHexAsync() public méthode

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

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ReadTypedValue() public méthode

public ReadTypedValue ( ) : object
Résultat object

ReadTypedValueAsync() public méthode

public ReadTypedValueAsync ( ) : Task
Résultat Task

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void