public interface  oadd.org.codehaus.stax.LocationInfo extends java.lang.Object
{
public abstract long getStartingByteOffset();
public abstract long getStartingCharOffset();
public abstract long getEndingByteOffset() throws javax.xml.stream.XMLStreamException;
public abstract long getEndingCharOffset() throws javax.xml.stream.XMLStreamException;
public abstract javax.xml.stream.Location getLocation();
public abstract oadd.org.codehaus.stax.XMLStreamLocation getStartLocation();
public abstract oadd.org.codehaus.stax.XMLStreamLocation getCurrentLocation();
public abstract oadd.org.codehaus.stax.XMLStreamLocation getEndLocation() throws javax.xml.stream.XMLStreamException;
}