Uses of Enum Class
com.adobe.epubcheck.xml.XMLValidators
Packages that use XMLValidators
-
Uses of XMLValidators in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util with type parameters of type XMLValidatorsModifier and TypeFieldDescriptionprivate 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 XMLValidatorsModifier and TypeMethodDescriptionValidatorMap.Builder.put(XMLValidators validator) Puts the given validator in this map, applicable to any validation context.ValidatorMap.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.Builder.putAll(XMLValidators... validators) Puts all the given validators in this map, applicable to any validation context.ValidatorMap.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 XMLValidatorsModifierConstructorDescriptionprivateValidatorMap(Map<XMLValidators, com.google.common.base.Predicate<? super ValidationContext>> validators) -
Uses of XMLValidators in com.adobe.epubcheck.xml
Subclasses with type arguments of type XMLValidators in com.adobe.epubcheck.xmlMethods in com.adobe.epubcheck.xml that return XMLValidatorsModifier and TypeMethodDescriptionstatic XMLValidatorsReturns the enum constant of this class with the specified name.static XMLValidators[]XMLValidators.values()Returns an array containing the constants of this enum class, in the order they are declared.