Location

package javax.xml.stream;

public interface Location {

  int getLineNumber();
  int getColumnNumber();
  int getCharacterOffset();
  String getLocationURI();
  
}




Previous | Next | Top | Cafe con Leche

Copyright 2000-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 18, 2004