NodeRangeIterator Estrutura

Definição

Iterará no nó singleton se o nó inicial for igual ao nó final.Iterates over the singleton node if the starting node is the same node as the ending node. Iterará até o final do documento se o nó inicial estiver depois do nó final ou em um documento diferente.Iterates to the end of the document if the starting node is after the ending node or is in a different document.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public value class NodeRangeIterator
public struct NodeRangeIterator
type NodeRangeIterator = struct
Public Structure NodeRangeIterator
Herança
NodeRangeIterator

Comentários

Itere sobre os nós na ordem do documento, começando com o nó de início por meio de todos os nós de tipo de conteúdo que seguem o nó inicial, até que o nó final seja atingido.Iterate over the nodes in document order, beginning with the start node through all content-typed nodes that follow the starting node, until the ending node is reached. Os nós que não correspondem ao teste de predicado são filtrados.Nodes that do not match the predicate test are filtered out.

Propriedades

Current

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Retorna o navegador de resultados atual.Returns the current result navigator.

Métodos

Create(XPathNavigator, XmlNavigatorFilter, XPathNavigator)

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Inicializa o NodeRangeIterator.Initializes the NodeRangeIterator.

MoveNext()

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Posiciona o iterador no próximo nó.Positions the iterator on the next node.

Aplica-se a