Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/javax/xml/transform/sax/
DSAXResultTest.java46 assertNull(result.getLexicalHandler()); in constructor()
55 assertNull(result.getLexicalHandler()); in constructor_withContentHandler()
73 assertNull(result.getLexicalHandler()); in getSetLexicalHandler()
77 assertEquals(handler, result.getLexicalHandler()); in getSetLexicalHandler()
80 assertNull(result.getLexicalHandler()); in getSetLexicalHandler()
/libcore/luni/src/main/java/javax/xml/transform/sax/
DSAXResult.java94 public LexicalHandler getLexicalHandler() { in getLexicalHandler() method in SAXResult
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatReader.java211 public LexicalHandler getLexicalHandler() { in getLexicalHandler() method in ExpatReader
/libcore/api/
Dcurrent.txt20636 method public org.xml.sax.ext.LexicalHandler getLexicalHandler();