Method |
Description |
|
__construct ( ) |
|
|
closeTag ( $tag_name ) |
|
|
findFirstHref ( $link_attrs_list, $target_rel ) |
|
|
findLinksRel ( $link_attrs_list, $target_rel ) |
|
|
headFind ( ) |
|
|
htmlBegin ( $s ) |
|
|
htmlEnd ( $s ) |
|
|
linkHasRel ( $link_attrs, $target_rel ) |
|
|
match ( $regexp, $text, &$match ) |
|
|
openTag ( $tag_name ) |
|
|
parseLinkAttrs ( string $html ) : array |
Find all link tags in a string representing a HTML document and
return a list of their attributes. |
|
relMatches ( $rel_attr, $target_rel ) |
|
|
removeQuotes ( $str ) |
|
|
replaceEntities ( $str ) |
|
|
tagMatcher ( $tag_name, $close_tags = null ) |
Returns a regular expression that will match a given tag in an
SGML string. |
|