The properties of the ConfigXmlCursor class are listed below. For a complete list of ConfigXmlCursor class members, see the ConfigXmlCursor Members topic.
Line | File line number of the element within a configuration file. |
Name | Name of the tag element. |
ReportLine | The friendly line number for reporting errors. The difference from the Line property is that it reports the line on which the first nonwhitespace occurred. |
Text | Returns the text for the node under the cursor. For text/whitespace/CDATA nodes, this is the contained text. For attributes, this is the value. |
Type | Node type of the XML element within a tree. |