Uses of Class
com.adobe.epubcheck.xml.XMLValidators
-
Packages that use XMLValidators Package Description com.adobe.epubcheck.util com.adobe.epubcheck.xml -
-
Uses of XMLValidators in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util with type parameters of type XMLValidators Modifier and Type Field Description private java.util.Map<XMLValidators,com.google.common.base.Predicate<? super ValidationContext>>ValidatorMap. validatorsprivate com.google.common.collect.LinkedListMultimap<XMLValidators,com.google.common.base.Predicate<? super ValidationContext>>ValidatorMap.Builder. validatorsBuilderMethods in com.adobe.epubcheck.util with parameters of type XMLValidators Modifier and Type Method Description ValidatorMap.BuilderValidatorMap.Builder. put(XMLValidators validator)Puts the given validator in this map, applicable to any validation context.ValidatorMap.BuilderValidatorMap.Builder. put(com.google.common.base.Predicate<? super ValidationContext> predicate, XMLValidators validator)Puts the given validator in this map and determines its applicability to a validation context by the given predicate.ValidatorMap.BuilderValidatorMap.Builder. putAll(XMLValidators... validators)Puts all the given validators in this map, applicable to any validation context.ValidatorMap.BuilderValidatorMap.Builder. putAll(com.google.common.base.Predicate<? super ValidationContext> predicate, XMLValidators... validators)Puts all the given validators in this map and determines their applicability to a validation context by the given predicate.Constructor parameters in com.adobe.epubcheck.util with type arguments of type XMLValidators Constructor Description ValidatorMap(java.util.Map<XMLValidators,com.google.common.base.Predicate<? super ValidationContext>> validators) -
Uses of XMLValidators in com.adobe.epubcheck.xml
Methods in com.adobe.epubcheck.xml that return XMLValidators Modifier and Type Method Description static XMLValidatorsXMLValidators. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XMLValidators[]XMLValidators. values()Returns an array containing the constants of this enum type, in the order they are declared.
-