HomeSort by relevance Sort by last modified time
    Searched defs:lexicalHandler (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 34 import org.xml.sax.ext.LexicalHandler;
168 LexicalHandler lexicalHandler = xmlReader.lexicalHandler;
169 if (lexicalHandler != null) {
170 lexicalHandler.comment(text, 0, length);
175 LexicalHandler lexicalHandler = xmlReader.lexicalHandler;
176 if (lexicalHandler != null)
    [all...]
ExpatReader.java 32 import org.xml.sax.ext.LexicalHandler;
47 /*package*/ LexicalHandler lexicalHandler;
140 return lexicalHandler;
153 // The object must implement LexicalHandler
154 if (value instanceof LexicalHandler || value == null) {
155 this.lexicalHandler = (LexicalHandler) value;
159 "org.xml.sax.ext.LexicalHandler");
203 public LexicalHandler getLexicalHandler()
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 116 milliseconds