Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- VALIDATES_ATTRIBUTES - Enum constant in enum class org.tquadrat.foundation.xml.builder.XMLElement.Flags
-
Only valid attributes can be added to the element (if not set, any attribut can be added).
- VALIDATES_CHILDREN - Enum constant in enum class org.tquadrat.foundation.xml.builder.XMLElement.Flags
-
Only valid children can be added; this implies that
XMLElement.Flags.ALLOWS_CHILDREN
is set; if the further is set, but this one not, any child can be added. - Validator(Predicate<CharSequence>, Supplier<? extends Predicate<CharSequence>>) - Constructor for enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
Creates a new
Validator
instance. - VALIDATOR_AttributeName - Enum constant in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
The attribute name validator.
- VALIDATOR_ElementName - Enum constant in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
The element name validator.
- VALIDATOR_NMToken - Enum constant in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
The nmtoken validator.
- VALIDATOR_Prefix - Enum constant in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
The namespace prefix validator.
- validatorChanged(XMLBuilderUtils.ValidatorChangeEvent) - Method in interface org.tquadrat.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeListener
-
This method gets called each time a validator changes.
- ValidatorChangeEvent(XMLBuilderUtils.Validator, Predicate<CharSequence>, Predicate<CharSequence>) - Constructor for class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeEvent
-
Creates a new
ValidatorChangeEvent
instance. - value - Variable in record class org.tquadrat.foundation.xml.parse.Attribute
-
The field for the
value
record component. - value() - Method in record class org.tquadrat.foundation.xml.parse.Attribute
-
Returns the value of the
value
record component. - valueOf(String) - Static method in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.tquadrat.foundation.xml.builder.XMLElement.Flags
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.tquadrat.foundation.xml.builder.XMLBuilderUtils.Validator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.tquadrat.foundation.xml.builder.XMLElement.Flags
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.tquadrat.foundation.xml.parse.Attribute.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form