libhext: C++ Library Documentation 1.0.13-b24695d
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
OnlyChildMatch.h File Reference

Declares hext::OnlyChildMatch. More...

Go to the source code of this file.

Classes

class  hext::OnlyChildMatch
 Matches HTML nodes that are the only child of their parent HTML element. More...
 

Namespaces

namespace  hext
 

Functions

HEXT_PUBLIC OnlyChildMatch::Option hext::operator| (OnlyChildMatch::Option left, OnlyChildMatch::Option right) noexcept
 Applies Bitwise-OR to OnlyChildMatch::Option.
 
HEXT_PUBLIC OnlyChildMatch::Option hext::operator& (OnlyChildMatch::Option left, OnlyChildMatch::Option right) noexcept
 Applies Bitwise-AND to OnlyChildMatch::Option.
 

Detailed Description

Declares hext::OnlyChildMatch.

Definition in file OnlyChildMatch.h.