Class XmlValidationRuleSpecification
java.lang.Object
com.xebialabs.xlplatform.synthetic.xml.XmlElement
com.xebialabs.xlplatform.synthetic.xml.XmlValidationRuleSpecification
- All Implemented Interfaces:
ValidationRuleSpecification
public class XmlValidationRuleSpecification
extends XmlElement
implements ValidationRuleSpecification
-
Field Summary
Fields inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildByName(Element element, Predicate<String> matcher) childrenByName(Element element, Predicate<String> matcher) default <E> voidgetOptionalBoolean(Element element, String attributeName) default booleangetOptionalBooleanAttribute(Element element, String attributeName, boolean defaultValue) getOptionalString(Element element, String attributeName) default StringgetOptionalStringAttribute(Element element, String attributeName, String defaultValue) getOptionalTextOfChild(Element element, String childElementName) getOptionalType(Element element, String attributeName) default TypeNamegetOptionalTypeAttribute(Element element, String attributeName) default TypeNamegetOptionalTypeAttribute(Element element, String attributeName, TypeName defaultValue) default StringgetRequiredStringAttribute(Element element, String attributeName) default TypeNamegetRequiredTypeAttribute(Element element, String attributeName) getType()Methods inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
getElement
-
Constructor Details
-
XmlValidationRuleSpecification
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceValidationRuleSpecification
-
getProperties
- Specified by:
getPropertiesin interfaceValidationRuleSpecification
-
getRequiredStringAttribute
-
getRequiredTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalType
-
getOptionalBooleanAttribute
-
getOptionalBoolean
-
getOptionalStringAttribute
-
getOptionalString
-
getOptionalTextOfChild
-
childrenByName
-
childByName
-
forEach
-