libhext: C++ Library Documentation  1.0.8-3ad0ae4
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 Nhext
 CAppendPipeAppends a given string to a string
 CAttributeCaptureCaptures an HTML Element's attribute
 CAttributeCountMatchMatches HTML elements that have a certain amount of HTML attributes
 CAttributeMatchMatches HTML elements having an HTML attribute with a certain name and, optionally, whose value is matched by a ValueTest
 CBeginsWithTestTests whether a string begins with a given literal
 CCaptureAbstract base for every Capture
 CCasePipeChanges the case of a string. Changes to lower case by default
 CChildCountMatchMatches HTML elements that have a certain amount of children of type element (excluding text nodes, document nodes and others)
 CCloneableCuriously recurring template pattern that extends a base class to provide a virtual method Cloneable::clone()
 CCollapseWsPipeRemoves whitespace from beginning and end and collapses multiple whitespace to a single space
 CContainsTestTests whether a string contains a given literal
 CContainsWordsTestTests whether a string contains all given words
 CEndsWithTestTests whether a string ends with a given literal
 CEqualsTestTests whether a string equals a given literal
 CFunctionCaptureCaptures the result of applying a function to an HTML node
 CFunctionMatchMatches if the result of applying a given MatchFunction to an HTML node returns true
 CFunctionValueMatchMatches if the result of applying a given CaptureFunction to an HTML node passes a ValueTest
 CHtmlA RAII wrapper for Gumbo
 CMatchAbstract base for every Match
 CMaxSearchErrorThe exception that is thrown when max_searches reaches zero while calling Rule::extract
 CNegateMatchMatches HTML nodes for which every given Match returns false
 CNegateTestNegates the result of another ValueTest
 CNthChildMatchMatches HTML nodes having a certain position within their parent HTML element
 COnlyChildMatchMatches HTML nodes that are the only child of their parent HTML element
 CPrependPipePrepends a given string to a string
 CRegexPipeFilters a string according to a given regex
 CRegexReplacePipeReplaces a string within a string according to a given regex
 CRegexTestTests whether another string matches a given regex
 CRuleExtracts values from HTML
 CStringPipeAbstract base for every StringPipe
 CSyntaxErrorThe exception that is thrown when parsing invalid hext
 CTrimPipeTrims characters from the beginning and end of a string
 CValueTestAbstract base for every ValueTest