WP_HTML_Processor::step_in_caption()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in caption’ insertion mode.
|
WP_HTML_Processor::step_in_table_body()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in table body’ insertion mode.
|
WP_HTML_Processor::step_in_row()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in row’ insertion mode.
|
WP_HTML_Processor::step_in_cell()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in cell’ insertion mode.
|
WP_HTML_Processor::step_in_template()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in template’ insertion mode.
|
WP_HTML_Processor::step_after_body()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after body’ insertion mode.
|
WP_HTML_Processor::step_in_frameset()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in frameset’ insertion mode.
|
WP_HTML_Processor::step_after_frameset()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after frameset’ insertion mode.
|
WP_HTML_Processor::step_after_after_body()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after after body’ insertion mode.
|
WP_HTML_Processor::step_after_after_frameset()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘after after frameset’ insertion mode.
|
WP_HTML_Processor::step_in_foreign_content()wp-includes/html-api/class-wp-html-processor.php | Parses next element in the ‘in foreign content’ insertion mode.
|
WP_HTML_Processor::serialize_token()wp-includes/html-api/class-wp-html-processor.php | Serializes the currently-matched token.
|
WP_HTML_Processor::create_fragment_at_current_node()wp-includes/html-api/class-wp-html-processor.php | Creates a fragment processor at the current node.
|
WP_HTML_Processor::next_tag()wp-includes/html-api/class-wp-html-processor.php | Finds the next tag matching the $query.
|
WP_HTML_Processor::step()wp-includes/html-api/class-wp-html-processor.php | Steps through the HTML document and stop at the next tag, if any.
|
WP_HTML_Processor::__construct()wp-includes/html-api/class-wp-html-processor.php | Constructor.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.