\DedeHtml2

简致HTML解析类V1.6 PHP版

Summary

Methods
Properties
Constants
__construct()
DedeHtml2()
SetSource()
Analyser()
Clear()
InsertMedia()
InsertLink()
ParCharSet()
FillUrl()
GetInnerText()
$CAtt
$SourceHtml
$Title
$Medias
$MediaInfos
$Links
$CharSet
$BaseUrl
$BaseUrlPath
$HomeUrl
$IsHead
$ImgHeight
$ImgWidth
$GetLinkType
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$CAtt

$CAtt : 

Type

$SourceHtml

$SourceHtml : 

Type

$Title

$Title : 

Type

$Medias

$Medias : 

Type

$MediaInfos

$MediaInfos : 

Type

$Links

$Links : 

Type

$CharSet

$CharSet : 

Type

$BaseUrl

$BaseUrl : 

Type

$BaseUrlPath

$BaseUrlPath : 

Type

$HomeUrl

$HomeUrl : 

Type

$IsHead

$IsHead : 

Type

$ImgHeight

$ImgHeight : 

Type

$ImgWidth

$ImgWidth : 

Type

$GetLinkType

$GetLinkType : 

Type

Methods

__construct()

__construct() 

DedeHtml2()

DedeHtml2() 

SetSource()

SetSource(string  $html, string  $url = '', string  $linktype = '') : void

设置HTML的内容和来源网址

Parameters

string $html

html资源

string $url

地址

string $linktype

连接类型

Analyser()

Analyser() : void

解析HTML

Clear()

Clear() : void

重置资源

InsertMedia()

InsertMedia(string  $url, string  $mtype) : string

分析链接

Parameters

string $url

地址

string $mtype

媒体类型

Returns

string

InsertLink()

InsertLink(string  $url, string  $atitle) : string

分析链接

Parameters

string $url

地址

string $atitle

文档

Returns

string

ParCharSet()

ParCharSet(string  $att) : string

分析content-type中的字符类型

Parameters

string $att

属性字符串

Returns

string

FillUrl()

FillUrl(string  $surl) : string

补全相对网址

Parameters

string $surl

地址

Returns

string

GetInnerText()

GetInnerText(string  $pos, string  $tagname) : string

获得和下一个标记之间的文本内容

Parameters

string $pos

位置地址

string $tagname

标签名称

Returns

string