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
[edit] Last updated: Fri, 18 Sep 2009

view this page in

The TidyNode class

Увод

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

Синтаксис за класове

TidyNode
TidyNode {
/* Properties */
/* 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 )
}

Свойства

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.

Версия Описание
5.1.0 line, column and proprietary were added

Съдържание



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites