API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom. DOMLocator View Source
Author(s)
Since
DOM Level 3
Version
Serial
Hierarchy
 DOMLocator
Subinterfaces
Description
public interface DOMLocator
  DOMLocator is an interface that describes a location (e.g.
See also:   
Methods
Hide/Show inherited methods
public int getByteOffset ()
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
public int getColumnNumber ()
The column number this locator is pointing to, or -1 if there is no column number available.
public int getLineNumber ()
The line number this locator is pointing to, or -1 if there is no column number available.
public Node getRelatedNode ()
The node this locator is pointing to, or null if no node is available.
public String getUri ()
The URI this locator is pointing to, or null if no URI is available.
public int getUtf16Offset ()
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.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar