Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /usr/local/apache_8080/htdocs/devel/Intra/class/phpdom/domhtml_paragraphelement.php
Document Object Model for PHP - phpDOM.XHTML

HTMLParagraphElement

Node
   |
  +-- Element
     |
    +-- HTMLElement
       |
      +-- HTMLParagraphElement

The HTMLParagraphElement-Class

 

private class HTMLParagraphElement extends HTMLElement

The HTMLParagraphElement-Class
represents a paragraph element

AuthorsDietmar Glachs <dietmar.glachs@salzburgresearch.at>
Versiondevel.0.4
Copyright2000 Salzburg Research Gesellschaft m.b.H.

 

Methods inherited from HTMLElement

HTMLElement, getClassName, setStyle, setId, setClass, setTitle, setLang, getStyle, getId, getClass, getLang, getTitle

Methods inherited from Element

Element, getTagName, getElementById, _internal_getElementById, getElementsByTagName, _internal_getElementsByTagName, setAttribute, setName, setId, getName, getId, getAttribute

Methods inherited from Node

Node, Tag, appendChild, cloneNode, removeChild, getOwnerDocument, getFirstChild, getNextChild, getLastChild, getNodeById, hasChildNodes, hasMoreElements, getParentNode, getParent, getChildNodes, setNodeValue, getNodeValue, getAttributes, toString, getNodeName, getNodeType, addElement, _internal_toString, _internal_cloneNode, _internal_selfCheck, _internal_getNodeById

Public Method Summary

void

HTMLParagraphElement([ string $value ])

Constructor

Private Method Summary

boolean

setAlign(string $align)

setAlign set the align attribute of the paragraph
string

getAlign()

getAlign returns the align attribute, returns false if the attribute is not set

Fields inherited from Element

$tagName

Fields inherited from Node

$nodeName, $nodevalue, $attribute, $node

Public Method Details

HTMLParagraphElement

public void HTMLParagraphElement( [ string $value ] )

  Constructor

Parameter
string $value = >>""<<
The text portion of the paragraph element!
Returns void


Private Method Details

setAlign

private boolean setAlign( string $align )

  setAlign set the align attribute of the paragraph

Parameter
string $align
Returns boolean

true


getAlign

private string getAlign( )

  getAlign returns the align attribute, returns false if the attribute is not set

Returns string $align



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta