public interface Locator
The "get" methods are really more like the "create" methods, but unfortunately we can't rename them because of the backward compatibility.
This interface is not implemented by the generated code, so new methods can be added.
Modifier and Type | Method and Description |
---|---|
ValidationEventLocator |
getLocation(Locator location) |
ValidationEventLocator |
getLocation(SAXParseException saxException)
Get the appropriate locator information for the given error.
|
ValidationEventLocator getLocation(SAXParseException saxException)
ValidationEventLocator getLocation(Locator location)
Copyright © 2017 Oracle Corporation. All rights reserved.