Condividi tramite


Membri IDTSForEachNodeListEnumerator

Defines an interface used to enumerate a set of XML nodes that result from applying an XPath expression to an XML file.

Il tipo IDTSForEachNodeListEnumerator espone i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica EnumerationType Gets or sets this property to a value from the EnumerationType enumeration.
Proprietà pubblica InnerElementType Gets or sets this property to a value from the InnerElementType enumeration.
Proprietà pubblica InnerXPathString Get or sets a value that represents either the XPath string, the name of the file containing the XPath string, or the name of the variable containing the XPath string, depending on the value of InnerXPathStringSourceType.
Proprietà pubblica InnerXPathStringSourceType Gets or sets the source type of the inner XPath string using values from the SourceType enumeration.
Proprietà pubblica NodeList Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.
Proprietà pubblica OuterXPathString Get or sets a value that represents either the XPath string, the name of the file containing the XPath string, or the name of the variable containing the XPath string, depending on the value of OuterXPathStringSourceType.
Proprietà pubblica OuterXPathStringSourceType Gets or sets the source type of the XPath string using values in the SourceType enumeration.
Proprietà pubblica SourceDocument Gets or sets a value that represents either the XML source document as a string, the name of the file containing the XML source document, or the name of the variable containing the XML source document, depending on the value of SourceDocumentType.
Proprietà pubblica SourceDocumentType Gets or sets the type of source that the source document is, using the SourceType enumerator.

In alto