3 declare(strict_types=1);
    38     public ?
string $uri = null;
    44     public ?
string $x0 = null;
    45     public ?
string $y0 = null;
    50         $this->texttype = $a_texttype;
    58     public function setLabel(
string $a_label): void
    60         $this->label = $a_label;
    70         $this->height = $a_height;
    78     public function setWidth(
string $a_width): void
    80         $this->width = $a_width;
    90         $this->charset = $a_charset;
    98     public function setUri(
string $a_uri): void
   110         $this->xmllang = $a_xmllang;
   120         switch (strtolower($a_xmlspace)) {
   123                 $this->xmlspace = self::SPACE_PRESERVE;
   127                 $this->xmlspace = self::SPACE_DEFAULT;
   137     public function setX0(
string $a_x0): void
   147     public function setY0(
string $a_y0): void
   159         $this->entityref = $a_entityref;
   169         $this->content = $a_content;
 
setXmllang(string $a_xmllang)
 
setTexttype(string $a_texttype)
 
setWidth(string $a_width)
 
setHeight(string $a_height)
 
setEntityref(string $a_entityref)
 
setLabel(string $a_label)
 
setCharset(string $a_charset)
 
setXmlspace(string $a_xmlspace)
 
setContent(string $a_content)