PHP Class Flake\Core\DOM\HTMLElement

Inheritance: extends DOMElement
Show file Open project: jeromeschneider/baikal

Public Methods

Method Description
getInnerHTML ( )
getInnerText ( )
getNormalizedInnerText ( )
getNormalizedOuterHTML ( )
getOuterHTML ( )
getSiblingPosition ( )
getTreePosition ( )
isDOMText ( )
setInnerHTML ( $sHtml )

Protected Methods

Method Description
normalizeWhitespace ( $sText )

Method Details

getInnerHTML() public method

public getInnerHTML ( )

getInnerText() public method

public getInnerText ( )

getNormalizedInnerText() public method

getNormalizedOuterHTML() public method

getOuterHTML() public method

public getOuterHTML ( )

getSiblingPosition() public method

public getSiblingPosition ( )

getTreePosition() public method

public getTreePosition ( )

isDOMText() public method

public isDOMText ( )

normalizeWhitespace() protected method

protected normalizeWhitespace ( $sText )

setInnerHTML() public method

public setInnerHTML ( $sHtml )