[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/SimplePie/src/ -> Parser.php (summary)

(no description)

File Size: 675 lines (35 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Parser:: (16 methods):
  set_registry()
  parse()
  get_error_code()
  get_error_string()
  get_current_line()
  get_current_column()
  get_current_byte()
  get_data()
  tag_open()
  cdata()
  tag_close()
  split_ns()
  parse_hcard()
  parse_microformats()
  set_doctype()
  declare_html_entities()


Class: Parser  - X-Ref

Parses XML into something sane

This class can be overloaded with {@see \SimplePie\SimplePie::set_parser_class()}
set_registry(\SimplePie\Registry $registry)   X-Ref

return: void

parse(string &$data, string $encoding, string $url = '')   X-Ref

return: bool

get_error_code()   X-Ref

return: int

get_error_string()   X-Ref

return: string

get_current_line()   X-Ref

return: int

get_current_column()   X-Ref

return: int

get_current_byte()   X-Ref

return: int

get_data()   X-Ref

return: array<string, mixed>

tag_open($parser, string $tag, array $attributes)   X-Ref

return: void
param: XMLParser|resource|null $parser
param: array<string, string> $attributes

cdata($parser, string $cdata)   X-Ref

return: void
param: XMLParser|resource|null $parser

tag_close($parser, string $tag)   X-Ref

return: void
param: XMLParser|resource|null $parser

split_ns(string $string)   X-Ref

return: array{string, string}

parse_hcard(array $data, bool $category = false)   X-Ref

param: array<string, mixed> $data

parse_microformats(string &$data, string $url)   X-Ref

return: true

set_doctype(string $data)   X-Ref
No description

declare_html_entities()   X-Ref
No description



Generated : Fri Oct 10 08:20:03 2025 Cross-referenced by PHPXref