Package javax.xml.stream
Interface Location
-
public interface Location
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCharacterOffset()
int
getColumnNumber()
int
getLineNumber()
java.lang.String
getPublicId()
java.lang.String
getSystemId()
-