Uses of Enum Class
org.kiwiproject.xml.KiwiXml.NamespaceValidation
Packages that use KiwiXml.NamespaceValidation
-
Uses of KiwiXml.NamespaceValidation in org.kiwiproject.xml
Methods in org.kiwiproject.xml that return KiwiXml.NamespaceValidationModifier and TypeMethodDescriptionstatic KiwiXml.NamespaceValidationReturns the enum constant of this class with the specified name.static KiwiXml.NamespaceValidation[]KiwiXml.NamespaceValidation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.xml with parameters of type KiwiXml.NamespaceValidationModifier and TypeMethodDescriptionstatic <T> TKiwiXml.toObjectAssertingValid(String xml, Class<T> clazz, KiwiXml.NamespaceValidation namespaceValidation) Convert the given XML into an object of the specified type, optionally performing namespace validation.static <T> TKiwiXml.toObjectAssertingValid(String xml, Class<T> clazz, KiwiXml.NamespaceValidation namespaceValidation, List<String> ignoredNamespaces) Convert the given XML into an object of the specified type, performing basic validation and ignoring the specified namespaces.