Uses of Class
org.kiwiproject.xml.KiwiXml.NamespaceValidation
-
Packages that use KiwiXml.NamespaceValidation Package Description org.kiwiproject.xml -
-
Uses of KiwiXml.NamespaceValidation in org.kiwiproject.xml
Methods in org.kiwiproject.xml that return KiwiXml.NamespaceValidation Modifier and Type Method Description static KiwiXml.NamespaceValidationKiwiXml.NamespaceValidation. valueOf(String name)Returns the enum constant of this type with the specified name.static KiwiXml.NamespaceValidation[]KiwiXml.NamespaceValidation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.xml with parameters of type KiwiXml.NamespaceValidation Modifier and Type Method Description static <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.
-