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

  /dalvik/libcore/xml/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 38 private static final String VALIDATION
39 = "http://xml.org/sax/features/validation";
68 return getFeature(VALIDATION);
118 setFeature(VALIDATION, value);
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
ExpatReader.java 36 * SAX wrapper around Expat. Interns strings. Does not support validation.
60 private static final String VALIDATION = BASE_URI + "validation";
74 if (name.equals(Feature.VALIDATION)) {
99 if (name.equals(Feature.VALIDATION)) {
  /external/jdiff/
xerces.jar 

Completed in 26 milliseconds