Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lalpulsar.pulsarhtmlutils.htmltag Class Reference

Detailed Description

A class to create a html tag.

Definition at line 607 of file pulsarhtmlutils.py.

Inherited by lalpulsar.pulsarhtmlutils.atag, and lalpulsar.pulsarhtmlutils.htmltable.

Public Member Functions

def __init__ (self, tag, tagtext="", tagclass="", tagid="", tagstyle="", newline=False)
 
def __iadd__ (self, ttext)
 Overload the += operator to append text to tagtext. More...
 
def tag (self)
 
def set_tag (self, t)
 
def tagclass (self)
 
def set_tagclass (self, tclass)
 
def tagid (self)
 
def set_tagid (self, tid)
 
def tagstyle (self)
 
def set_tagstyle (self, tstyle)
 
def tagtext (self)
 
def set_tagtext (self, ttext)
 
def tagextra (self)
 
def set_tagextra (self, textra)
 
def taginfo (self)
 
def text (self)
 
def __str__ (self)
 

Constructor & Destructor Documentation

◆ __init__()

def lalpulsar.pulsarhtmlutils.htmltag.__init__ (   self,
  tag,
  tagtext = "",
  tagclass = "",
  tagid = "",
  tagstyle = "",
  newline = False 
)

Member Function Documentation

◆ __iadd__()

def lalpulsar.pulsarhtmlutils.htmltag.__iadd__ (   self,
  ttext 
)

Overload the += operator to append text to tagtext.

Definition at line 634 of file pulsarhtmlutils.py.

◆ tag()

def lalpulsar.pulsarhtmlutils.htmltag.tag (   self)

Definition at line 642 of file pulsarhtmlutils.py.

◆ set_tag()

def lalpulsar.pulsarhtmlutils.htmltag.set_tag (   self,
  t 
)

Definition at line 645 of file pulsarhtmlutils.py.

◆ tagclass()

def lalpulsar.pulsarhtmlutils.htmltag.tagclass (   self)

Definition at line 652 of file pulsarhtmlutils.py.

◆ set_tagclass()

def lalpulsar.pulsarhtmlutils.htmltag.set_tagclass (   self,
  tclass 
)

Definition at line 655 of file pulsarhtmlutils.py.

◆ tagid()

def lalpulsar.pulsarhtmlutils.htmltag.tagid (   self)

Definition at line 662 of file pulsarhtmlutils.py.

◆ set_tagid()

def lalpulsar.pulsarhtmlutils.htmltag.set_tagid (   self,
  tid 
)

Definition at line 665 of file pulsarhtmlutils.py.

◆ tagstyle()

def lalpulsar.pulsarhtmlutils.htmltag.tagstyle (   self)

Definition at line 672 of file pulsarhtmlutils.py.

◆ set_tagstyle()

def lalpulsar.pulsarhtmlutils.htmltag.set_tagstyle (   self,
  tstyle 
)

Definition at line 675 of file pulsarhtmlutils.py.

◆ tagtext()

def lalpulsar.pulsarhtmlutils.htmltag.tagtext (   self)

Definition at line 682 of file pulsarhtmlutils.py.

◆ set_tagtext()

def lalpulsar.pulsarhtmlutils.htmltag.set_tagtext (   self,
  ttext 
)

Definition at line 685 of file pulsarhtmlutils.py.

◆ tagextra()

def lalpulsar.pulsarhtmlutils.htmltag.tagextra (   self)

Definition at line 692 of file pulsarhtmlutils.py.

◆ set_tagextra()

def lalpulsar.pulsarhtmlutils.htmltag.set_tagextra (   self,
  textra 
)

Definition at line 695 of file pulsarhtmlutils.py.

◆ taginfo()

def lalpulsar.pulsarhtmlutils.htmltag.taginfo (   self)

Definition at line 705 of file pulsarhtmlutils.py.

◆ text()

def lalpulsar.pulsarhtmlutils.htmltag.text (   self)

Definition at line 709 of file pulsarhtmlutils.py.

◆ __str__()

def lalpulsar.pulsarhtmlutils.htmltag.__str__ (   self)

Reimplemented in lalpulsar.pulsarhtmlutils.htmltable.

Definition at line 713 of file pulsarhtmlutils.py.