Свойство | Type | Description | |
---|---|---|---|
AddDefaultAttribute | bool | ||
Close | void | ||
GetNamespacesInScope | string>.IDictionary | ||
GetResolver | |||
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é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 |
Méthode | Description | |
---|---|---|
AddDefaultAttribute ( |
||
Close ( bool closeStream ) : void | ||
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
GetResolver ( ) : |
||
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 |
public GetAttribute ( string name ) : string | ||
name | string | |
Résultat | string |
public GetAttribute ( string localName, string namespaceURI ) : string | ||
localName | string | |
namespaceURI | string | |
Résultat | string |
public LookupNamespace ( String prefix ) : String | ||
prefix | String | |
Résultat | String |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
Résultat | bool |
public MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
Résultat | bool |
public ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Résultat | int |
public ReadContentAsBase64Async ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Résultat | Task |
public ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Résultat | int |
public ReadContentAsBinHexAsync ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Résultat | Task |
public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Résultat | int |
public ReadElementContentAsBase64Async ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Résultat | Task |
public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Résultat | int |
public ReadElementContentAsBinHexAsync ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Résultat | Task |