Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
DoctreeNode Class Reference

#include <doctree.hh>

Public Member Functions

 DoctreeNode ()
 
 ~DoctreeNode ()
 

Public Attributes

DoctreeNodeparent
 
DoctreeNodesibling
 
DoctreeNodelastChild
 
int num
 
int element
 
lout::misc::SimpleVector< char * > * klass
 
const char * pseudo
 
const char * id
 

Detailed Description

Definition at line 6 of file doctree.hh.

Constructor & Destructor Documentation

◆ DoctreeNode()

DoctreeNode::DoctreeNode ( )
inline

Definition at line 17 of file doctree.hh.

References element, klass, lastChild, parent, pseudo, and sibling.

◆ ~DoctreeNode()

DoctreeNode::~DoctreeNode ( )
inline

Member Data Documentation

◆ element

◆ id

const char* DoctreeNode::id

◆ klass

◆ lastChild

DoctreeNode* DoctreeNode::lastChild

Definition at line 10 of file doctree.hh.

Referenced by DoctreeNode(), Doctree::push(), and ~DoctreeNode().

◆ num

int DoctreeNode::num

Definition at line 11 of file doctree.hh.

Referenced by CssSelector::match(), and Doctree::push().

◆ parent

DoctreeNode* DoctreeNode::parent

Definition at line 8 of file doctree.hh.

Referenced by DoctreeNode(), Doctree::parent(), Doctree::pop(), and Doctree::push().

◆ pseudo

const char* DoctreeNode::pseudo

◆ sibling

DoctreeNode* DoctreeNode::sibling

Definition at line 9 of file doctree.hh.

Referenced by DoctreeNode(), Doctree::push(), Doctree::sibling(), and ~DoctreeNode().


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