Word.SelectSingleNodeOptions interface
Provides configuration options for the XmlNode.selectSingleNode and Document.selectSingleNode methods.
Remarks
Properties
| fast |
If provided, specifies whether to skip text nodes in the search. The default value is |
| prefix |
If provided, specifies the prefix mapping for the XPath expression. The default value is "" (empty string). |
Property Details
fastSearchSkippingTextNodes
If provided, specifies whether to skip text nodes in the search. The default value is false.
fastSearchSkippingTextNodes?: boolean;
Property Value
boolean
Remarks
prefixMapping
If provided, specifies the prefix mapping for the XPath expression. The default value is "" (empty string).
prefixMapping?: string;
Property Value
string