Свойство | Тип | Описание | |
---|---|---|---|
ExpandEntity | void | ||
GetEncoding | |||
Init | void | ||
LazyLoadDtd | void | ||
Log | void | ||
Log | void | ||
OpenInput | void | ||
ParseAspNet | bool | ||
ParseCData | bool | ||
ParseComment | bool | ||
ParseConditionalBlock | bool | ||
ParseDocType | void | ||
ParseEndTag | bool | ||
ParseMarkup | bool | ||
ParsePI | bool | ||
ParseStartTag | bool | ||
ParseTag | bool | ||
ParseText | bool | ||
Pop | void | ||
Push | |||
Push | |||
ScanLiteral | string | ||
ScanName | string | ||
SwapTopNodes | void | ||
Top | |||
ValidAttributeName | bool | ||
Validate | void | ||
ValidateAttribute | void | ||
ValidateContent | void | ||
VerifyName | bool | ||
this | string |
Метод | Описание | |
---|---|---|
GetAttribute ( int i ) : string |
Gets the value of the attribute with the specified index.
|
|
GetAttribute ( string name ) : string |
Gets the value of an attribute with the specified Name.
|
|
GetAttribute ( string name, string namespaceURI ) : string |
Gets the value of the attribute with the specified LocalName and NamespaceURI.
|
|
LookupNamespace ( string prefix ) : string |
Resolves a namespace prefix in the current element's scope.
|
|
MoveToAttribute ( string name ) : bool |
Moves to the atttribute with the specified Name.
|
|
MoveToAttribute ( string name, string ns ) : bool |
Moves to the attribute with the specified LocalName and NamespaceURI.
|
|
MoveToAttribute ( int i ) : void |
Moves to the attribute with the specified index.
|
|
MoveToElement ( ) : bool |
Moves to the element that contains the current attribute node.
|
|
MoveToFirstAttribute ( ) : bool |
Moves to the first attribute.
|
|
MoveToNextAttribute ( ) : bool |
Moves to the next attribute. If the current node is an element node, this method is equivalent to MoveToFirstAttribute. If MoveToNextAttribute returns true, the reader moves to the next attribute; otherwise, the position of the reader does not change. |
|
Read ( ) : bool |
Reads the next node from the stream.
|
|
ReadAttributeValue ( ) : bool |
Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
|
|
ReadInnerXml ( ) : string |
Reads all the content, including markup, as a string.
|
|
ReadOuterXml ( ) : string |
Reads the content, including markup, representing this node and all its children.
|
|
ReadString ( ) : string |
Reads the contents of an element or text node as a string.
|
|
ResolveEntity ( ) : void |
Resolves the entity reference for EntityReference nodes.
|
|
SetBaseUri ( string uri ) : void |
The base Uri is used to resolve relative Uri's like the SystemLiteral and Href properties. This is a method because BaseURI is a read-only property on the base XmlReader class.
|
|
SgmlReader ( ) : System |
Initialises a new instance of the SgmlReader class.
|
|
SgmlReader ( |
Initialises a new instance of the SgmlReader class with an existing XmlNameTable, which is NOT used.
|
|
this ( int i ) : string |
Gets the value of the attribute with the specified index.
|
|
this ( string name ) : string |
Gets the value of an attribute with the specified Name.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Changes the ReadState to Closed.
|
Метод | Описание | |
---|---|---|
ExpandEntity ( StringBuilder sb, char terminator ) : void | ||
GetEncoding ( ) : |
||
Init ( ) : void | ||
LazyLoadDtd ( |
||
Log ( string msg ) : void | ||
Log ( string msg, char ch ) : void | ||
OpenInput ( ) : void | ||
ParseAspNet ( ) : bool | ||
ParseCData ( ) : bool | ||
ParseComment ( ) : bool | ||
ParseConditionalBlock ( ) : bool | ||
ParseDocType ( ) : void | ||
ParseEndTag ( ) : bool | ||
ParseMarkup ( ) : bool | ||
ParsePI ( ) : bool | ||
ParseStartTag ( char ch ) : bool | ||
ParseTag ( char ch ) : bool | ||
ParseText ( char ch, bool newtext ) : bool | ||
Pop ( ) : void | ||
Push ( |
||
Push ( string name, System.Xml.XmlNodeType nt, string value ) : |
||
ScanLiteral ( StringBuilder sb, char quote ) : string |
Consumes and returns a literal block of text, expanding entities as it does so. This version is slightly different from Entity.ScanLiteral in that it also expands entities. |
|
ScanName ( string terminators ) : string | ||
SwapTopNodes ( ) : void | ||
Top ( ) : |
||
ValidAttributeName ( string name ) : bool | ||
Validate ( |
||
ValidateAttribute ( |
||
ValidateContent ( |
||
VerifyName ( string name ) : bool | ||
this ( string name, string namespaceURI ) : string |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetAttribute ( int i ) : string | ||
i | int | The index of the attribute. |
Результат | string |
public GetAttribute ( string name ) : string | ||
name | string | The name of the attribute to retrieve. |
Результат | string |
public GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | The local name of the attribute. |
namespaceURI | string | The namespace URI of the attribute. |
Результат | string |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string. |
Результат | string |
public MoveToAttribute ( string name ) : bool | ||
name | string | The qualified name of the attribute. |
Результат | bool |
public MoveToAttribute ( string name, string ns ) : bool | ||
name | string | The local name of the attribute. |
ns | string | The namespace URI of the attribute. |
Результат | bool |
public MoveToAttribute ( int i ) : void | ||
i | int | The index of the attribute to move to. |
Результат | void |
public SgmlReader ( |
||
nt | The nametable to use. | |
Результат | System |
public this ( int i ) : string | ||
i | int | The index of the attribute. |
Результат | string |
public this ( string name ) : string | ||
name | string | The name of the attribute to retrieve. |
Результат | string |