downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

tidyNode::getParent> <tidy::root
Last updated: Fri, 20 Nov 2009

view this page in

The TidyNode class

Introducere

An HTML node in an HTML file, as detected by tidy.

Sinopsisul clasei

TidyNode
TidyNode {
/* Properties */
$id;
/* Methods */
tidyNode tidyNode::getParent ( void )
bool tidyNode::hasChildren ( void )
bool tidyNode::hasSiblings ( void )
bool tidyNode::isAsp ( void )
bool tidyNode::isComment ( void )
bool tidyNode::isHtml ( void )
bool tidyNode::isJste ( void )
bool tidyNode::isPhp ( void )
bool tidyNode::isText ( void )
}

Proprietăţi

value

The HTML representation of the node, including the surrounding tags.

name

The name of the HTML node

type

The type of the tag (one of the constants above, e.g. TIDY_NODETYPE_PHP)

line

The line number at which the tags is located in the file

column

The column number at which the tags is located in the file

proprietary

Indicates if the node is a proprietary tag

id

The ID of the tag (one of the constants above, e.g. TIDY_TAG_FRAME)

attribute

An array of string, representing the attributes names (as keys) of the current node.

child

An array of TidyNode, representing the children of the current node.

Versiunea Descriere
5.1.0 line, column and proprietary were added

Cuprins



add a note add a note User Contributed Notes
TidyNode
There are no user contributed notes for this page.

tidyNode::getParent> <tidy::root
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites