Свойство | Type | Description | |
---|---|---|---|
context | |||
document |
Méthode | Description | |
---|---|---|
Browser ( |
Constructs a Browser that is attached to the root element of the XmlDocument indicated by document.
|
|
Browser ( |
Constructs a Browser that is attached to a specific XmlElement of the given XmlDocument.
|
|
GetAttribute ( string name ) : string |
Returns the value of the indicated attribute on the context element.
|
|
GetAttribute ( string name, string uri ) : string |
Returns the value of the indicated attribute on the context element.
|
|
HasChildNodes ( ) : bool |
Determines if the context XmlElement has at least one child element.
|
|
MoveToFirstChild ( ) : bool |
Moves the context to the first child XmlElement if one exists.
|
|
MoveToLastChild ( ) : bool |
Moves the context to the last child XmlElement if one exists.
|
|
MoveToNextSibling ( ) : bool |
Moves the context to the next sibling XmlElement if one exists.
|
|
MoveToParent ( ) : bool |
Moves the context to the parent XmlElement if one exists.
|
|
MoveToPreviousSibling ( ) : bool |
Moves the context to the previous sibling XmlElement if one exists.
|
public Browser ( |
||
document | The |
|
Résultat | System |
public Browser ( |
||
document | The |
|
context | The initial context |
|
Résultat | System |
public GetAttribute ( string name ) : string | ||
name | string | The name of the required attribute. |
Résultat | string |
public GetAttribute ( string name, string uri ) : string | ||
name | string | The name of the required attribute. |
uri | string | The attribute's owning namespace. |
Résultat | string |
protected XmlElement,System.Xml context | ||
Résultat |