webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WebCore::LinkRelAttribute Struct Reference

#include <LinkRelAttribute.h>

Public Member Functions

 LinkRelAttribute ()
 
 LinkRelAttribute (const String &)
 
 LinkRelAttribute ()
 
 LinkRelAttribute (const String &)
 

Static Public Member Functions

static bool isSupported (StringView)
 
static bool isSupported (StringView)
 

Public Attributes

bool isStyleSheet { false }
 
std::optional< LinkIconTypeiconType
 
bool isAlternate { false }
 
bool isDNSPrefetch { false }
 
bool isLinkPreload { false }
 

Constructor & Destructor Documentation

◆ LinkRelAttribute() [1/4]

WebCore::LinkRelAttribute::LinkRelAttribute ( )

◆ LinkRelAttribute() [2/4]

WebCore::LinkRelAttribute::LinkRelAttribute ( const String rel)
explicit

◆ LinkRelAttribute() [3/4]

WebCore::LinkRelAttribute::LinkRelAttribute ( )

◆ LinkRelAttribute() [4/4]

WebCore::LinkRelAttribute::LinkRelAttribute ( const String )
explicit

Member Function Documentation

◆ isSupported() [1/2]

bool WebCore::LinkRelAttribute::isSupported ( StringView  attribute)
static

◆ isSupported() [2/2]

static bool WebCore::LinkRelAttribute::isSupported ( StringView  )
static

Member Data Documentation

◆ iconType

std::optional< LinkIconType > WebCore::LinkRelAttribute::iconType

◆ isAlternate

bool WebCore::LinkRelAttribute::isAlternate { false }

◆ isDNSPrefetch

bool WebCore::LinkRelAttribute::isDNSPrefetch { false }

◆ isLinkPreload

bool WebCore::LinkRelAttribute::isLinkPreload { false }

◆ isStyleSheet

bool WebCore::LinkRelAttribute::isStyleSheet { false }

The documentation for this struct was generated from the following files: