已废弃
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.
Properties
DOMLocator.lineNumber只读- Returns a positiove integer or -1.
DOMLocator.columnNumber只读- Returns a positiove integer or -1.
DOMLocator.byteOffset只读- Returns a positiove integer or -1.
DOMLocator.utf16Offset只读- Returns a positiove integer or -1.
DOMLocator.relatedNode只读- Returns a positiove integer or -1.
DOMLocator.uri只读- Returns a positiove integer or -1.
Methods
This interface neither implements, nor inherits, any method.
Specifications
| Specification | Status | Comment |
|---|---|---|
| Document Object Model (DOM) Level 3 Core Specification DOMLocator |
Obsolete | Initial definition |