API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.stream. Location View Source
Author(s)
Copyright (c) 2003 by BEA Systems. All Rights Reserved.
Since
1.6
Version
1.0
Serial
Hierarchy
 Location
Subinterfaces
Description
public interface Location
  Provides information on the location of an event.
See also:   
Methods
Hide/Show inherited methods
public int getCharacterOffset ()
  Return the byte or character offset into the input source this location is pointing to.
public int getColumnNumber ()
  Return the column number where the current event ends, returns -1 if none is available.
public int getLineNumber ()
  Return the line number where the current event ends, returns -1 if none is available.
public String getPublicId ()
  Returns the public ID of the XML
public String getSystemId ()
  Returns the system ID of the XML
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar