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

  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 34 private static final String VALIDATION =
35 "http://xml.org/sax/features/validation";
50 } else if (VALIDATION.equals(name)) {
98 } else if (VALIDATION.equals(name)) {
SAXParserFactoryImpl.java 36 private static final String VALIDATION
37 = "http://xml.org/sax/features/validation";
66 return getFeature(VALIDATION);
116 setFeature(VALIDATION, value);
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 35 * SAX wrapper around Expat. Interns strings. Does not support validation.
57 private static final String VALIDATION = BASE_URI + "validation";
73 if (name.equals(Feature.VALIDATION)
100 if (name.equals(Feature.VALIDATION)
  /external/jdiff/
xerces.jar 

Completed in 71 milliseconds