DOMParser class
Provides the ability to parse XML or HTML source code from a string into a DOM Document.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- DOMParser()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parseFromString ↔ Document Function(String, DOMParserSupportedType)
-
Available on DOMParser, provided by the DOMParser$Typings extension
getter/setter pair - 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