Uses of Class
org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement
Package
Description
Element classes for XEP-0122: Data Forms Validation.
Provider classes for XEP-0122: Data Forms Validation.
-
Uses of ValidateElement in org.jivesoftware.smackx.xdatavalidation.packet
Modifier and TypeClassDescriptionstatic class
Validation only against the datatype itself.static class
For "list-single" or "list-multi", indicates that the user may enter a custom value (matching the datatype constraints) or choose from the predefined values.static class
Indicate that the value should fall within a certain range.static class
Indicates that the value should be restricted to a regular expression. -
Uses of ValidateElement in org.jivesoftware.smackx.xdatavalidation.provider
Modifier and TypeMethodDescriptionDataValidationProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)