Méthode | Description | |
---|---|---|
CopyToWriter ( |
Preserve serialization hints when deep copying.
|
|
IsSamePosition ( |
Returns true if this navigator is positioned to the same node as the "other" navigator. Returns false if not, or if the "other" navigator is not the same type as this navigator.
|
|
MoveToFirstAttribute ( ) : bool |
Position the navigator on the first attribute of the current node and return true. If no attributes can be found, return false.
|
|
MoveToFirstChild ( ) : bool |
Move to the first content-typed child of the current node. Return false if the current node has no content children.
|
|
MoveToFirstNamespace ( XPathNamespaceScope namespaceScope ) : bool |
Position the navigator on the namespace within the specified scope. If no matching namespace can be found, return false.
|
|
MoveToId ( string id ) : bool |
Position to the navigator to the element whose id is equal to the specified "id" string.
|
|
MoveToNext ( ) : bool |
If the current node is an attribute or namespace (not content), return false. Otherwise, move to the next content node. Return false if there are no more content nodes.
|
|
MoveToNextAttribute ( ) : bool |
If positioned on an attribute, move to its next sibling attribute. If no attributes can be found, return false.
|
|
MoveToNextNamespace ( XPathNamespaceScope namespaceScope ) : bool |
Position the navigator on the next namespace within the specified scope. If no matching namespace can be found, return false.
|
|
MoveToParent ( ) : bool |
Position the navigator on the parent of the current node. If the current node has no parent, return false.
|
|
MoveToPrevious ( ) : bool |
If the current node is an attribute or namespace (not content), return false. Otherwise, move to the previous (sibling) content node. Return false if there are no previous content nodes.
|
|
ToNavigator ( ) : |
Discard serialization hints and return a navigator that actually allows navigation.
|
public abstract CopyToWriter ( |
||
writer | ||
Résultat | void |
public IsSamePosition ( |
||
other | ||
Résultat | bool |
public MoveToFirstNamespace ( XPathNamespaceScope namespaceScope ) : bool | ||
namespaceScope | XPathNamespaceScope | |
Résultat | bool |
public MoveToNextNamespace ( XPathNamespaceScope namespaceScope ) : bool | ||
namespaceScope | XPathNamespaceScope | |
Résultat | bool |
public abstract ToNavigator ( ) : |
||
Résultat |