Class HtmlParser

Superclasses :
xml::Parser
Package :
xml

Source

Class summary
Methods defined in this class
get_document() initially() move_to_node() parse(s) parse_comment(parent) parse_doctype() parse_element(start_tag, parent) parse_node(parent) parse_tag() remove_entities(s)
Variables defined in this class
doc

Method detail

get_document()

Return the document being parsed.
Source

initially()


move_to_node()

Private method, not intended for client invocation

parse(s)

Parse the string s returning an HtmlDocument object.
Source

parse_comment(parent)

Private method, not intended for client invocation

parse_doctype()

Private method, not intended for client invocation

parse_element(start_tag, parent)

Private method, not intended for client invocation

parse_node(parent)

Private method, not intended for client invocation

parse_tag()

Private method, not intended for client invocation

remove_entities(s)

Private method, not intended for client invocation

Variable detail

doc