The members of Org.W3c.Dom.IDOMLocator are listed below.
| [read-only] | ByteOffset | int. The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available. |
| [read-only] | ColumnNumber | int. The column number this locator is pointing to, or -1 if there is no column number available. |
| [read-only] | LineNumber | int. The line number this locator is pointing to, or -1 if there is no column number available. |
| [read-only] | RelatedNode | INode. The node this locator is pointing to, or null if no node is available. |
| [read-only] | Uri | string. The URI this locator is pointing to, or null if no URI is available. |
| [read-only] | Utf16Offset | int. The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available. |