}
/* }}} */
-/* {{{ proto int tidy_get_status()
+/* {{{ proto int tidy_get_status() U
Get status of specfied document. */
PHP_FUNCTION(tidy_get_status)
{
}
/* }}} */
-/* {{{ proto int tidy_get_html_ver()
+/* {{{ proto int tidy_get_html_ver() U
Get the Detected HTML version for the specified document. */
PHP_FUNCTION(tidy_get_html_ver)
{
}
/* }}} */
-/* {{{ proto boolean tidy_is_xhtml()
+/* {{{ proto bool tidy_is_xhtml() U
Indicates if the document is a XHTML document. */
PHP_FUNCTION(tidy_is_xhtml)
{
}
/* }}} */
-/* {{{ proto boolean tidy_is_xhtml()
+/* {{{ proto bool tidy_is_xhtml() U
Indicates if the document is a generic (non HTML/XHTML) XML document. */
PHP_FUNCTION(tidy_is_xml)
{
}
/* }}} */
-/* {{{ proto int tidy_error_count()
+/* {{{ proto int tidy_error_count() U
Returns the Number of Tidy errors encountered for specified document. */
PHP_FUNCTION(tidy_error_count)
{
}
/* }}} */
-/* {{{ proto int tidy_warning_count()
+/* {{{ proto int tidy_warning_count() U
Returns the Number of Tidy warnings encountered for specified document. */
PHP_FUNCTION(tidy_warning_count)
{
}
/* }}} */
-/* {{{ proto int tidy_access_count()
+/* {{{ proto int tidy_access_count() U
Returns the Number of Tidy accessibility warnings encountered for specified document. */
PHP_FUNCTION(tidy_access_count)
{
}
/* }}} */
-/* {{{ proto int tidy_config_count()
+/* {{{ proto int tidy_config_count() U
Returns the Number of Tidy configuration errors encountered for specified document. */
PHP_FUNCTION(tidy_config_count)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::hasChildren()
+/* {{{ proto bool tidyNode::hasChildren() U
Returns true if this node has children */
TIDY_NODE_METHOD(hasChildren)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::hasSiblings()
+/* {{{ proto bool tidyNode::hasSiblings() U
Returns true if this node has siblings */
TIDY_NODE_METHOD(hasSiblings)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isComment()
+/* {{{ proto bool tidyNode::isComment() U
Returns true if this node represents a comment */
TIDY_NODE_METHOD(isComment)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isHtml()
+/* {{{ proto bool tidyNode::isHtml() U
Returns true if this node is part of a HTML document */
TIDY_NODE_METHOD(isHtml)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isXhtml()
+/* {{{ proto bool tidyNode::isXhtml() U
Returns true if this node is part of a XHTML document */
TIDY_NODE_METHOD(isXhtml)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isXml()
+/* {{{ proto bool tidyNode::isXml() U
Returns true if this node is part of a XML document */
TIDY_NODE_METHOD(isXml)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isText()
+/* {{{ proto bool tidyNode::isText() U
Returns true if this node represents text (no markup) */
TIDY_NODE_METHOD(isText)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isJste()
+/* {{{ proto bool tidyNode::isJste() U
Returns true if this node is JSTE */
TIDY_NODE_METHOD(isJste)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isAsp()
+/* {{{ proto bool tidyNode::isAsp() U
Returns true if this node is ASP */
TIDY_NODE_METHOD(isAsp)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::isPhp()
+/* {{{ proto bool tidyNode::isPhp() U
Returns true if this node is PHP */
TIDY_NODE_METHOD(isPhp)
{
}
/* }}} */
-/* {{{ proto boolean tidyNode::getParent()
+/* {{{ proto tidyNode tidyNode::getParent() U
Returns the parent node if available or NULL */
TIDY_NODE_METHOD(getParent)
{