public interface Locator extends Locator, SourceLocator
Unfortunately, Java XML has two interfaces doing the same thing: org.w3c.sax.Locator and javax.xml.Transform.SourceLocator. This class is, thus, to provide to bridge both.
Our applications, that provide source location info, shall implements this interface, rather than any of above.
getColumnNumber, getLineNumber, getPublicId, getSystemIdgetColumnNumber, getLineNumber, getPublicId, getSystemIdCopyright © 2018. All rights reserved.