Uses of Class
com.adobe.epubcheck.xml.XMLValidator
-
Packages that use XMLValidator Package Description com.adobe.epubcheck.ops com.adobe.epubcheck.util com.adobe.epubcheck.xml -
-
Uses of XMLValidator in com.adobe.epubcheck.ops
Method parameters in com.adobe.epubcheck.ops with type arguments of type XMLValidator Modifier and Type Method Description (package private) voidOPSChecker. validate(java.util.List<XMLValidator> validators) -
Uses of XMLValidator in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util that return types with arguments of type XMLValidator Modifier and Type Method Description java.util.List<XMLValidator>ValidatorMap. getValidators(ValidationContext context)Returns a list ofXMLValidators applicable to the givenValidationContext, as determined by thePredicateused to build this map. -
Uses of XMLValidator in com.adobe.epubcheck.xml
Fields in com.adobe.epubcheck.xml declared as XMLValidator Modifier and Type Field Description private XMLValidatorXMLValidators. valMethods in com.adobe.epubcheck.xml that return XMLValidator Modifier and Type Method Description XMLValidatorXMLValidators. get()Methods in com.adobe.epubcheck.xml with parameters of type XMLValidator Modifier and Type Method Description voidXMLParser. addValidator(XMLValidator xv)
-