microformats2 v0.2.2 Microformats2.Helpers

Link to this section Summary

Link to this section Functions

Link to this function

abs_uri(url, base_url, doc)

abs_uri(String.t(), String.t(), any()) :: String.t()
Link to this function

attr_list(node, attr \\ "class")

attr_list(String.t() | [any()] | tuple(), String.t()) :: [String.t()]
Link to this function

blank?(arg1)

blank?(any()) :: boolean()
Link to this function

has_a?(node, wanted)

has_a?(String.t() | [any()] | tuple(), any()) :: boolean()
Link to this function

is_a?(type, wanted)

is_a?(any(), any()) :: boolean()
Link to this function

is_rootlevel?(node)

is_rootlevel?(bitstring() | tuple()) :: boolean()
Link to this function

non_h_type?(type)

non_h_type?(String.t()) :: boolean()
Link to this function

normalized_key(key)

normalized_key(String.t()) :: String.t() | atom()
Link to this function

present?(v)

present?(any()) :: boolean()
Link to this function

stripped_or_nil(val)

stripped_or_nil(nil | String.t()) :: nil | String.t()
Link to this function

to_key(str)

to_key(String.t()) :: String.t()
Link to this function

valid_mf2_name?(name)

valid_mf2_name?(String.t()) :: boolean()