过时
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

NOTE: This is not implemented in Mozilla

Indicates a location such as where an error occurred. Returned by DOMError.location .

特性

DOMLocator.lineNumber 只读

Returns a positive integer or -1.

DOMLocator.columnNumber 只读

Returns a positive integer or -1.

DOMLocator.byteOffset 只读

Returns a positive integer or -1.

DOMLocator.utf16Offset 只读

Returns a positive integer or -1.

DOMLocator.relatedNode 只读

Returns a positive integer or -1.

DOMLocator.uri 只读

Returns a positive integer or -1.

方法

This interface neither implements, nor inherits, any method.

规范

规范 状态 注释
DOM (文档对象模型) 3 级核心规范
The definition of 'DOMLocator' in that specification.
过时 初始定义

元数据

  • 最后修改: