Property | Type | Description | |
---|---|---|---|
IXmlNamespaceResolver | string>.IDictionary | ||
IXmlNamespaceResolver | string |
Method | Description | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string localName, string namespaceURI ) : string | ||
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
GetRemainder ( ) : TextReader | ||
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 | ||
ReadBase64 ( byte array, int offset, int len ) : int | ||
ReadBinHex ( byte array, int offset, int len ) : int | ||
ReadChars ( char buffer, int index, int count ) : int | ||
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 | ||
ResetState ( ) : void | ||
ResolveEntity ( ) : void | ||
Skip ( ) : void | ||
XmlTextReader ( Stream input ) : System | ||
XmlTextReader ( Stream input, XmlNameTable nt ) : System | ||
XmlTextReader ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System | ||
XmlTextReader ( String url, XmlNameTable nt ) : System | ||
XmlTextReader ( TextReader input ) : System | ||
XmlTextReader ( TextReader input, XmlNameTable nt ) : System | ||
XmlTextReader ( string url ) : System | ||
XmlTextReader ( string url, Stream input ) : System | ||
XmlTextReader ( string url, Stream input, XmlNameTable nt ) : System | ||
XmlTextReader ( string url, TextReader input ) : System | ||
XmlTextReader ( string url, TextReader input, XmlNameTable nt ) : System | ||
XmlTextReader ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System |
Method | Description | |
---|---|---|
XmlTextReader ( ) : System | ||
XmlTextReader ( XmlNameTable nt ) : System |
Method | Description | |
---|---|---|
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary |
||
IXmlNamespaceResolver ( string prefix ) : string |
public GetAttribute ( string localName, string namespaceURI ) : string | ||
localName | string | |
namespaceURI | string | |
return | string |
public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
scope | XmlNamespaceScope | |
return | string>.IDictionary |
public LookupNamespace ( String prefix ) : String | ||
prefix | String | |
return | String |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
return | bool |
public MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
return | bool |
public ReadBase64 ( byte array, int offset, int len ) : int | ||
array | byte | |
offset | int | |
len | int | |
return | int |
public ReadBinHex ( byte array, int offset, int len ) : int | ||
array | byte | |
offset | int | |
len | int | |
return | int |
public ReadChars ( char buffer, int index, int count ) : int | ||
buffer | char | |
index | int | |
count | int | |
return | int |
public ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public XmlTextReader ( Stream input ) : System | ||
input | Stream | |
return | System |
public XmlTextReader ( Stream input, XmlNameTable nt ) : System | ||
input | Stream | |
nt | XmlNameTable | |
return | System |
public XmlTextReader ( Stream xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System | ||
xmlFragment | Stream | |
fragType | XmlNodeType | |
context | XmlParserContext | |
return | System |
public XmlTextReader ( String url, XmlNameTable nt ) : System | ||
url | String | |
nt | XmlNameTable | |
return | System |
public XmlTextReader ( TextReader input ) : System | ||
input | TextReader | |
return | System |
public XmlTextReader ( TextReader input, XmlNameTable nt ) : System | ||
input | TextReader | |
nt | XmlNameTable | |
return | System |
protected XmlTextReader ( XmlNameTable nt ) : System | ||
nt | XmlNameTable | |
return | System |
public XmlTextReader ( string url, Stream input ) : System | ||
url | string | |
input | Stream | |
return | System |
public XmlTextReader ( string url, Stream input, XmlNameTable nt ) : System | ||
url | string | |
input | Stream | |
nt | XmlNameTable | |
return | System |
public XmlTextReader ( string url, TextReader input ) : System | ||
url | string | |
input | TextReader | |
return | System |
public XmlTextReader ( string url, TextReader input, XmlNameTable nt ) : System | ||
url | string | |
input | TextReader | |
nt | XmlNameTable | |
return | System |
public XmlTextReader ( string xmlFragment, XmlNodeType fragType, XmlParserContext context ) : System | ||
xmlFragment | string | |
fragType | XmlNodeType | |
context | XmlParserContext | |
return | System |