Enables source code location information. When enabled, each node (except the root node) will have a __location property.
If the node is not an empty element, __location will be a MarkupData.ElementLocation object, otherwise it will be MarkupData.Location.
If the element was implicitly created by the parser (as part of tree correction), its __location property will be undefined.
Enables source code location information. When enabled, each node (except the root node) will have a
__locationproperty. If the node is not an empty element,__locationwill be a MarkupData.ElementLocation object, otherwise it will be MarkupData.Location. If the element was implicitly created by the parser (as part of tree correction), its__locationproperty will beundefined.Default:
false