#include <dom_select_node.h>

+ Inheritance diagram for clan::DomSelectNode:

Public Member Functions

 DomSelectNode (const DomElement &element)
 
int child_index ()
 
std::vector< std::string > element_classes ()
 
std::string get_attribute_value (const std::string &name, bool &out_found)
 
std::string id ()
 
std::string lang ()
 
std::string name ()
 
bool parent ()
 
void pop ()
 
bool prev_sibling ()
 
std::vector< std::string > pseudo_classes ()
 
void push ()
 

Constructor & Destructor Documentation

clan::DomSelectNode::DomSelectNode ( const DomElement element)

Member Function Documentation

int clan::DomSelectNode::child_index ( )
virtual

Reimplemented from clan::CSSSelectNode.

std::vector<std::string> clan::DomSelectNode::element_classes ( )
virtual

Implements clan::CSSSelectNode.

std::string clan::DomSelectNode::get_attribute_value ( const std::string &  name,
bool &  out_found 
)
virtual

Implements clan::CSSSelectNode.

std::string clan::DomSelectNode::id ( )
virtual

Implements clan::CSSSelectNode.

std::string clan::DomSelectNode::lang ( )
virtual

Implements clan::CSSSelectNode.

std::string clan::DomSelectNode::name ( )
virtual

Implements clan::CSSSelectNode.

bool clan::DomSelectNode::parent ( )
virtual

Implements clan::CSSSelectNode.

void clan::DomSelectNode::pop ( )
virtual

Implements clan::CSSSelectNode.

bool clan::DomSelectNode::prev_sibling ( )
virtual

Implements clan::CSSSelectNode.

std::vector<std::string> clan::DomSelectNode::pseudo_classes ( )
virtual

Implements clan::CSSSelectNode.

void clan::DomSelectNode::push ( )
virtual

Implements clan::CSSSelectNode.


The documentation for this class was generated from the following file: