XmlHasName mixin
Mixin for all nodes with a name.
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localName → String
-
Return the local name, excluding the namespace prefix.
no setter
- name → XmlName
-
Return the name of the node.
no setter
- namespacePrefix → String?
-
Return the namespace prefix, or
null
.no setter - namespaceUri → String?
-
Return the namespace URI, or
null
.no setter - qualifiedName → String
-
Return the fully qualified name, including the namespace prefix.
no setter
- 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