$opener_tag ]->start + $this->bookmarks[ $opener_tag ]->length + 1; $before_closer_tag = $this->bookmarks[ $closer_tag ]->start; if ( $rewind ) { $this->seek( $opener_tag ); } $this->release_bookmark( $opener_tag ); $this->release_bookmark( $closer_tag ); return array( $after_opener_tag, $before_closer_tag ); } /** * Returns a pair of bookmarks for the current opener tag and the matching * closer tag. * * It positions the cursor in the closer tag of the balanced tag, if it * exists. * * @since 6.5.0 * * @return array|null A pair of bookmarks, or null if there's no matching closing tag. */ private function get_balanced_tag_bookmarks() { static $i = 0; $opener_tag = 'opener_tag_of_balanced_tag_' . ++$i; $this->set_bookmark( $opener_tag ); if ( ! $this->next_balanced_tag_closer_tag() ) { $this->release_bookmark( $opener_tag ); return null; } $closer_tag = 'closer_tag_of_balanced_tag_' . ++$i; $this->set_bookmark( $closer_tag ); return array( $opener_tag, $closer_tag ); } /** * Skips processing the content between tags. * * It positions the cursor in the closer tag of the foreign element, if it * exists. * * This function is intended to skip processing SVG and MathML inner content * instead of bailing out the whole processing. * * @since 6.5.0 * * @access private * * @return bool Whether the foreign content was successfully skipped. */ public function skip_to_tag_closer(): bool { $depth = 1; $tag_name = $this->get_tag(); while ( $depth > 0 && $this->next_tag( array( 'tag_name' => $tag_name, 'tag_closers' => 'visit', ) ) ) { if ( $this->has_self_closing_flag() ) { continue; } $depth += $this->is_tag_closer() ? -1 : 1; } return 0 === $depth; } /** * Finds the matching closing tag for an opening tag. * * When called while the processor is on an open tag, it traverses the HTML * until it finds the matching closer tag, respecting any in-between content, * including nested tags of the same name. Returns false when called on a * closer tag, a tag that doesn't have a closer tag (void), a tag that * doesn't visit the closer tag, or if no matching closing tag was found. * * @since 6.5.0 * * @access private * * @return bool Whether a matching closing tag was found. */ public function next_balanced_tag_closer_tag(): bool { $depth = 0; $tag_name = $this->get_tag(); if ( ! $this->has_and_visits_its_closer_tag() ) { return false; } while ( $this->next_tag( array( 'tag_name' => $tag_name, 'tag_closers' => 'visit', ) ) ) { if ( ! $this->is_tag_closer() ) { ++$depth; continue; } if ( 0 === $depth ) { return true; } --$depth; } return false; } /** * Checks whether the current tag has and will visit its matching closer tag. * * @since 6.5.0 * * @access private * * @return bool Whether the current tag has a closer tag. */ public function has_and_visits_its_closer_tag(): bool { $tag_name = $this->get_tag(); return null !== $tag_name && ( ! WP_HTML_Processor::is_void( $tag_name ) && ! in_array( $tag_name, self::TAGS_THAT_DONT_VISIT_CLOSER_TAG, true ) ); } } {"id":221,"date":"2021-05-21T12:17:23","date_gmt":"2021-05-21T12:17:23","guid":{"rendered":"https:\/\/www.palliativnetz.net\/?page_id=221"},"modified":"2021-06-23T15:25:17","modified_gmt":"2021-06-23T15:25:17","slug":"impressum","status":"publish","type":"page","link":"https:\/\/www.palliativnetz.net\/impressum\/","title":{"rendered":"Impressum"},"content":{"rendered":"\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t

Allgemeine Informationspflichten gem\u00e4\u00df \u00a75 Telemediengesetz (TMG):<\/h2>

Dr. med. Vera Kaiser<\/p>

Fach\u00e4rztin f\u00fcr Allgemeinmedizin<\/p>

Palliativmedizin<\/p>

Stockemer Str. 24A<\/p>

52223 Stolberg-Breinig<\/p>

Tel.: 02402-71707 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0<\/p><\/header>

Homepage: www.palliativnetz.net<\/a><\/p>

Vertretungsberechtigter<\/p>

Dr. med. Elisabeth Ebner<\/p>

Fach\u00e4rztin f\u00fcr An\u00e4sthesie<\/p>

Spez. Schmerztherapie<\/p>

Palliativmedizin<\/p>

Steinfeldstr.\u00a0 <\/span>5<\/p>

52222 Stolberg<\/p>

Tel.: 02402-9976640<\/p><\/div>

Copyright<\/b><\/h3>

Alle Rechte vorbehalten. Text, Bilder, Grafiken sowie\u00a0deren Anordnung auf der Website unterliegen dem Schutz des Urheberrechts und anderer\u00a0Schutzgesetze. Der Inhalt der Website darf nicht zu kommerziellen\u00a0Zwecken kopiert, verbreitet oder ver\u00e4ndert werden.<\/p><\/div>

\u00a0<\/h3>

Haftungsausschuss<\/h3>

Die bereitgestellten Informationen auf dieser Website wurden\u00a0sorgf\u00e4ltig gepr\u00fcft und werden regelm\u00e4\u00dfig aktualisiert. Jedoch kann keine Garantie daf\u00fcr \u00fcbernommen werden, dass die Angaben jederzeit vollst\u00e4ndig, richtig und in letzter Aktualit\u00e4t\u00a0wiedergegeben werden. Dies gilt insbesondere f\u00fcr alle Verbindungen\u00a0(\u201eLinks\u201c) zu anderen Websites, auf die direkt oder indirekt verwiesen\u00a0wird. Alle Angaben k\u00f6nnen ohne vorherige Ank\u00fcndigung erg\u00e4nzt, entfernt oder ge\u00e4ndert werden. Wichtiger Hinweis zu allen Links:
Mit Urteil vom 12. Mai 1998 \u2013 312 O 85\/98 \u2013 \u201eHaftung f\u00fcr Links\u201c hat\u00a0 das Landgericht (LG) Hamburg entschieden, dass durch die Anbringung eines Links, die Inhalte der gelinkten Seite ggf. mit zu verantworten sind. In diesem Sinne distanzieren wir uns ausdr\u00fccklich von allen Inhalten aller gelinkten Seiten.<\/p><\/div><\/article><\/div><\/div>

\u00a0<\/div><\/div><\/div><\/div><\/div>