| /libcore/luni/src/main/java/javax/xml/validation/ |
| SchemaFactoryLoader.java | 19 package javax.xml.validation;
|
| Schema.java | 20 package javax.xml.validation; 44 * One is {@link Validator}, which provides highly-level validation
|
| TypeInfoProvider.java | 19 package javax.xml.validation;
|
| Validator.java | 19 package javax.xml.validation; 96 * Validates the specified input and send the augmented validation 150 * Errors found during the validation is sent to the specified 205 * during a validation. When an {@link ErrorHandler} is set, 206 * errors found during the validation will be first sent 210 * The error handler can abort further validation immediately 213 * validation by returning normally from the {@link ErrorHandler} 266 * resource resolution while in a validation episode. 270 * when it needs to locate external resources while a validation, 325 * contexts, such as before, during, or after a validation [all...] |
| ValidatorHandler.java | 19 package javax.xml.validation; 125 * the augmented validation result. 166 * This method can be called even during a middle of a validation. 175 * augmented validation result. 189 * during the validation. 193 * during a validation. When an {@link ErrorHandler} is set, 194 * errors found during the validation will be first sent 198 * The error handler can abort further validation immediately 201 * validation by returning normally from the {@link ErrorHandler} 254 * resource resolution while in a validation episode [all...] |
| SchemaFactory.java | 20 package javax.xml.validation; 34 * the validation API. 38 * representations of schemas and prepares them for validation. 72 * to define the DTD validation as a process independent from parsing. 76 * validation implemented on this interface necessarily deviate from 126 * <code>"javax.xml.validation.SchemaFactory:<i>schemaLanguage</i>"</code> 140 * <code>javax.xml.validation.SchemaFactory</code> in the resource directory META-INF/services. 644 * performs validation by using location hints specified in documents.
|
| SchemaFactoryFinder.java | 19 package javax.xml.validation; 238 return createInstance("org.apache.xerces.jaxp.validation.XMLSchemaFactory"); 242 return createInstance("org.apache.xerces.jaxp.validation.XMLSchema11Factory");
|
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/ |
| DSAParameters.java | 13 private DSAValidationParameters validation; field in class:DSAParameters 34 this.validation = params; 54 return validation;
|
| DHParameters.java | 19 private DHValidationParameters validation; field in class:DHParameters 71 DHValidationParameters validation) 73 this(p, g, q, DEFAULT_MINIMUM_LENGTH, 0, j, validation); 83 DHValidationParameters validation) 103 this.validation = validation; 153 return validation;
|
| /libcore/dom/src/test/java/org/w3c/domts/level3/validation/ |
| TestBatik.java | 12 package org.w3c.domts.level3.validation; 37 "org.w3c.domts.level3.validation.alltests");
|
| TestDefaultLS.java | 12 package org.w3c.domts.level3.validation; 26 * Test suite that runs all DOM L3 Validation tests using the 43 "org.w3c.domts.level3.validation.alltests");
|
| TestDefaultLSAltConfig.java | 12 package org.w3c.domts.level3.validation; 26 * Test suite that runs all DOM L3 Validation tests using a 43 "org.w3c.domts.level3.validation.alltests");
|
| TestDefaultParser.java | 14 package org.w3c.domts.level3.validation; 39 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level3.validation.alltests");
|
| TestDefaultParserAltConfig.java | 14 package org.w3c.domts.level3.validation; 42 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level3.validation.alltests");
|
| TestOracle.java | 12 package org.w3c.domts.level3.validation; 26 * Test suite that runs all DOM L3 Validation tests using the 42 "org.w3c.domts.level3.validation.alltests");
|
| TestOracleAltConfig.java | 12 package org.w3c.domts.level3.validation; 26 * Test suite that runs all DOM L3 Validation tests using the 41 "org.w3c.domts.level3.validation.alltests");
|
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/ |
| PublicKeyFactory.java | 122 DHValidationParameters validation = null; local 131 validation = new DHValidationParameters(seed, pgenCounter.intValue()); 134 return new DHPublicKeyParameters(y, new DHParameters(p, g, q, j, validation));
|
| /libcore/luni/src/main/java/java/io/ |
| ObjectInputStream.java | 2232 InputValidationDesc validation = validations[i]; local [all...] |
| /external/jdiff/ |
| xerces.jar | |
| /prebuilt/sdk/11/ |
| android.jar | |
| /prebuilt/sdk/12/ |
| android.jar | |
| /prebuilt/sdk/13/ |
| android.jar | |
| /prebuilt/sdk/8/ |
| android.jar | |
| /prebuilt/sdk/9/ |
| android.jar | |