php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
tidyNode Class Reference

Public Member Functions

 hasChildren ()
 
 hasSiblings ()
 
 isComment ()
 
 isHtml ()
 
 isText ()
 
 isJste ()
 
 isAsp ()
 
 isPhp ()
 
 getParent ()
 
 getPreviousSibling ()
 
 getNextSibling ()
 

Data Fields

readonly string $value
 
readonly string $name
 
readonly int $type
 
readonly int $line
 
readonly int $column
 
readonly bool $proprietary
 
readonly int $id
 
readonly array $attribute
 
readonly array $child
 

Detailed Description

Definition at line 976 of file tidy.stub.php.

Member Function Documentation

◆ getNextSibling()

tidyNode::getNextSibling ( )

Definition at line 1010 of file tidy.stub.php.

◆ getParent()

tidyNode::getParent ( )

Definition at line 1006 of file tidy.stub.php.

◆ getPreviousSibling()

tidyNode::getPreviousSibling ( )

Definition at line 1008 of file tidy.stub.php.

◆ hasChildren()

tidyNode::hasChildren ( )

Definition at line 990 of file tidy.stub.php.

◆ hasSiblings()

tidyNode::hasSiblings ( )

Definition at line 992 of file tidy.stub.php.

◆ isAsp()

tidyNode::isAsp ( )

Definition at line 1002 of file tidy.stub.php.

◆ isComment()

tidyNode::isComment ( )

Definition at line 994 of file tidy.stub.php.

◆ isHtml()

tidyNode::isHtml ( )

Definition at line 996 of file tidy.stub.php.

◆ isJste()

tidyNode::isJste ( )

Definition at line 1000 of file tidy.stub.php.

◆ isPhp()

tidyNode::isPhp ( )

Definition at line 1004 of file tidy.stub.php.

◆ isText()

tidyNode::isText ( )

Definition at line 998 of file tidy.stub.php.

Field Documentation

◆ $attribute

readonly array tidyNode::$attribute

Definition at line 985 of file tidy.stub.php.

◆ $child

readonly array tidyNode::$child

Definition at line 986 of file tidy.stub.php.

◆ $column

readonly int tidyNode::$column

Definition at line 982 of file tidy.stub.php.

◆ $id

readonly int tidyNode::$id

Definition at line 984 of file tidy.stub.php.

◆ $line

readonly int tidyNode::$line

Definition at line 981 of file tidy.stub.php.

◆ $name

readonly string tidyNode::$name

Definition at line 979 of file tidy.stub.php.

◆ $proprietary

readonly bool tidyNode::$proprietary

Definition at line 983 of file tidy.stub.php.

◆ $type

readonly int tidyNode::$type

Definition at line 980 of file tidy.stub.php.

◆ $value

readonly string tidyNode::$value

Definition at line 978 of file tidy.stub.php.


The documentation for this class was generated from the following file: