Home
last modified time | relevance | path

Searched refs:getLocator (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/xml/transform/
DTransformerConfigurationExceptionTest.java53 assertEquals(locator, e.getLocator()); in constructorWithStringAndSourceLocator()
64 assertEquals(locator, e.getLocator()); in constructorWithStringSourceLocatorAndThrowable()
80 assertNull(e.getLocator()); in constructorWithString()
DTransformerExceptionTest.java45 assertEquals(locator, e.getLocator()); in constructorWithStringAndSourceLocator()
55 assertEquals(locator, e.getLocator()); in constructorWithStringSourceLocatorAndThrowable()
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java40 public SourceLocator getLocator() { in getLocator() method in TransformerException
/libcore/api/
Dcurrent.txt20559 method public javax.xml.transform.SourceLocator getLocator();