HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
dc_processor.Constants.HTML5_SEMANTIC_TAGS Class Reference
Inheritance diagram for dc_processor.Constants.HTML5_SEMANTIC_TAGS:
Collaboration diagram for dc_processor.Constants.HTML5_SEMANTIC_TAGS:

Public Member Functions

def __init__ (self)
 

Static Public Attributes

string HEADER = "header"
 
string FOOTER = "footer"
 
string ARTICLE = "article"
 
string SECTION = "section"
 

Detailed Description

Definition at line 257 of file Constants.py.

Constructor & Destructor Documentation

◆ __init__()

def dc_processor.Constants.HTML5_SEMANTIC_TAGS.__init__ (   self)

Definition at line 265 of file Constants.py.

265  def __init__(self):
266  pass
267 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ ARTICLE

string dc_processor.Constants.HTML5_SEMANTIC_TAGS.ARTICLE = "article"
static

Definition at line 261 of file Constants.py.

◆ FOOTER

string dc_processor.Constants.HTML5_SEMANTIC_TAGS.FOOTER = "footer"
static

Definition at line 260 of file Constants.py.

◆ HEADER

string dc_processor.Constants.HTML5_SEMANTIC_TAGS.HEADER = "header"
static

Definition at line 259 of file Constants.py.

◆ SECTION

string dc_processor.Constants.HTML5_SEMANTIC_TAGS.SECTION = "section"
static

Definition at line 262 of file Constants.py.


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