Package com.helger.html.hc.html
Interface IHCHasHTMLAttributeValue
-
- All Superinterfaces:
com.helger.xml.microdom.IHasAttributeValue,Serializable
- All Known Subinterfaces:
IHCLinkType
- All Known Implementing Classes:
EHCAutoComplete,EHCButtonType,EHCCellAlign,EHCCommandType,EHCContentEditable,EHCCORSSettings,EHCDraggable,EHCFormMethod,EHCIFrameAlign,EHCInputType,EHCLinkType,EHCLoadingType,EHCObjectAlign,EHCOLType,EHCParamValueType,EHCPreload,EHCReferrerPolicy,EHCSandboxAllow,EHCScrolling,EHCTextAreaWrap,EHCTextDirection,EHCTrackType,EHCULType,HC_Target,HCLinkTypeCustom
public interface IHCHasHTMLAttributeValue extends com.helger.xml.microdom.IHasAttributeValue, Serializable
Base interface for an HTML attribute value provider.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanhasAttrValue(String sAttrValue)Check if the attribute values matches the passed on.
-