Package javanet.staxutils
Interface ExtendedLocation
-
- All Superinterfaces:
Location
- All Known Implementing Classes:
SimpleLocation
public interface ExtendedLocation extends Location
- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationgetNestedLocation()Returns a nestedLocation.-
Methods inherited from interface javax.xml.stream.Location
getCharacterOffset, getColumnNumber, getLineNumber, getPublicId, getSystemId
-
-