LALPulsar  6.1.0.1-89842e6
lalpulsar.pulsarhtmlutils.htmltag Class Reference

Detailed Description

A class to create a html tag.

Definition at line 608 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 
)

Definition at line 610 of file pulsarhtmlutils.py.

Member Function Documentation

◆ __iadd__()

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

Overload the += operator to append text to tagtext.

Definition at line 635 of file pulsarhtmlutils.py.

◆ tag()

def lalpulsar.pulsarhtmlutils.htmltag.tag (   self)

Definition at line 643 of file pulsarhtmlutils.py.

◆ set_tag()

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

Definition at line 646 of file pulsarhtmlutils.py.

◆ tagclass()

def lalpulsar.pulsarhtmlutils.htmltag.tagclass (   self)

Definition at line 653 of file pulsarhtmlutils.py.

◆ set_tagclass()

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

Definition at line 656 of file pulsarhtmlutils.py.

◆ tagid()

def lalpulsar.pulsarhtmlutils.htmltag.tagid (   self)

Definition at line 663 of file pulsarhtmlutils.py.

◆ set_tagid()

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

Definition at line 666 of file pulsarhtmlutils.py.

◆ tagstyle()

def lalpulsar.pulsarhtmlutils.htmltag.tagstyle (   self)

Definition at line 673 of file pulsarhtmlutils.py.

◆ set_tagstyle()

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

Definition at line 676 of file pulsarhtmlutils.py.

◆ tagtext()

def lalpulsar.pulsarhtmlutils.htmltag.tagtext (   self)

Definition at line 683 of file pulsarhtmlutils.py.

◆ set_tagtext()

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

Definition at line 686 of file pulsarhtmlutils.py.

◆ tagextra()

def lalpulsar.pulsarhtmlutils.htmltag.tagextra (   self)

Definition at line 693 of file pulsarhtmlutils.py.

◆ set_tagextra()

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

Definition at line 696 of file pulsarhtmlutils.py.

◆ taginfo()

def lalpulsar.pulsarhtmlutils.htmltag.taginfo (   self)

Definition at line 706 of file pulsarhtmlutils.py.

◆ text()

def lalpulsar.pulsarhtmlutils.htmltag.text (   self)

Definition at line 710 of file pulsarhtmlutils.py.

◆ __str__()

def lalpulsar.pulsarhtmlutils.htmltag.__str__ (   self)

Reimplemented in lalpulsar.pulsarhtmlutils.htmltable.

Definition at line 714 of file pulsarhtmlutils.py.