Searched defs:validation (Results 1 - 14 of 14) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level3/validation/
H A DTestBatik.java12 package org.w3c.domts.level3.validation;
37 "org.w3c.domts.level3.validation.alltests");
H A DTestDefaultLS.java12 package org.w3c.domts.level3.validation;
43 "org.w3c.domts.level3.validation.alltests");
H A DTestDefaultLSAltConfig.java12 package org.w3c.domts.level3.validation;
43 "org.w3c.domts.level3.validation.alltests");
H A DTestDefaultParser.java14 package org.w3c.domts.level3.validation;
39 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level3.validation.alltests");
H A DTestDefaultParserAltConfig.java14 package org.w3c.domts.level3.validation;
42 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level3.validation.alltests");
H A DTestOracle.java12 package org.w3c.domts.level3.validation;
42 "org.w3c.domts.level3.validation.alltests");
H A DTestOracleAltConfig.java12 package org.w3c.domts.level3.validation;
41 "org.w3c.domts.level3.validation.alltests");
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchema.java20 package javax.xml.validation;
44 * One is {@link Validator}, which provides highly-level validation
H A DSchemaFactoryLoader.java19 package javax.xml.validation;
H A DTypeInfoProvider.java19 package javax.xml.validation;
H A DSchemaFactory.java20 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.
H A DSchemaFactoryFinder.java19 package javax.xml.validation;
237 return createInstance("org.apache.xerces.jaxp.validation.XMLSchemaFactory");
241 return createInstance("org.apache.xerces.jaxp.validation.XMLSchema11Factory");
H A DValidator.java19 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...]
H A DValidatorHandler.java19 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 episod
[all...]

Completed in 124 milliseconds