DOMTemplateContent class
- Inheritance
-
- Object
- DOMTemplate
- DOMTemplateContent
Constructors
- DOMTemplateContent(String? content)
Properties
- asDSX → DSX?
-
Returns this node as an DSX instance if isDSX returns
true
.no setterinherited - content → String?
-
final
- hasDSX → bool
-
Returns
true
if this node or any sub-node is a DSX entry.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- isDSX → bool
-
Returns
true
if this node is aDSX
entry.no setterinherited - isEmpty → bool
-
Returns
true
if this node is empty.no setteroverride - isNotEmpty → bool
-
Returns
true
if this node NOT is empty.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
DOMTemplate entry) → bool -
inherited
-
build(
Object? context, {bool asElement = true, bool resolveDSX = true, QueryElementProvider? elementProvider, IntlMessageResolver? intlMessageResolver}) → dynamic -
override
-
copy(
{bool resolveDSX = false}) → DOMTemplateContent -
Returns a copy if this instance.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited