Class: PHPCrawlerLinkSearchDocumentSections

Possible values for defining the sections of HTML-documents that will get ignored by the internal link-finding algorythm.
Description:

-

Members:

Constants
ALL_SPECIAL_SECTIONSAll of the listed sections
HTML_COMMENT_SECTIONSHTML-comments of html-documents (<!-->...<-->)
JS_TRIGGERING_SECTIONSJavascript-triggering attributes like onClick, onMouseOver etc.
SCRIPT_SECTIONSScript-parts of html-documents (<script>...</script>)