contenido\classes\class.htmlparser.php
Project:
Contenido Content Management System
Description: HTML parser for contenido
Requirements:
- Author
- Starnetsys, LLC.
- Con_php_req
- 5.0
- Copyright
- Starnetsys, LLC.
- Link
- http://starnetsys.com
- Package
- Contenido Backend classes
- Since
- file available since contenido release <= 4.6 {@internal created unknown modified 2008-07-02, Frederic Schneider, add security fix modified 2009-10-23, Murat Purc, removed deprecated function (PHP 5.3 ready) $Id: class.htmlparser.php 1085 2009-10-24 02:01:34Z xmurrix $: }}
- Version
- 1.0.2
Constants
\HtmlParser
Package: Default
Details
Default value
Class HtmlParser.
To use, create an instance of the class passing HTML text. Then invoke parse() until it's false. When parse() returns true, $iNodeType, $iNodeName $iNodeValue and $iNodeAttributes are updated.
Properties


$iNodeAttributes
Field iNodeAttributes.
A string-indexed array containing attribute values of the current node. Indexes are always lowercase.
- Type
- n/a


$iNodeName = ""
Field iNodeName.
For elements, it's the name of the element.
""
Details- Type
- n/a