HomeSort by relevance Sort by last modified time
    Searched defs:validation (Results 1 - 25 of 44) sorted by null

1 2

  /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.
646 * performs validation by using location hints specified in documents.
SchemaFactoryFinder.java 19 package javax.xml.validation;
240 return createInstance("org.apache.xerces.jaxp.validation.XMLSchemaFactory");
244 return createInstance("org.apache.xerces.jaxp.validation.XMLSchema11Factory");
  /external/bouncycastle/bcprov/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)
104 this.validation = validation;
154 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/bcprov/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 119 DHValidationParameters validation = null; local
128 validation = new DHValidationParameters(seed, pgenCounter.intValue());
131 return new DHPublicKeyParameters(y, new DHParameters(p, g, q, j, validation));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 2239 InputValidationDesc validation = validations[i]; local
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 436 milliseconds

1 2