Parser class

Constructors

Parser(String? dom)

Properties

children List<Element>?
no setter
hashCode int
The hash code for this object.
no setterinherited
html String?
no setter
parent Result?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getElementById(dynamic id) Result
getElementsByClassName(dynamic classe) List<Result>
getElementsByTagName(String? tag) List<Result>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
querySelector(dynamic selector) Result
querySelectorAll(dynamic selector) List<Result>
title() String?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited