HtmlUtils class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

URL_IGNORED_PATTERNS Set<String>
final

Static Methods

applyCollector(Element element, String collector) String?
applyCollectors(Element element, List<String> collectors) String?
cloneWithName(Element element, String name) → Element
findForm(Element root, String cssSelector) Map<String, String>
formatInputElement(dynamic input) → Element?
getInputValue(Element inputElement) MapEntry<String, String?>
parseForm(Element? formElement) Map<String, String>
resolveDOM(String html, String baseUrl) → Document
resolveUrl(String input, String baseUrl) String
selectMatchingElements(Element? element, String? selector, int maxCount) List<Element>