XmlEventAttribute class

Immutable attributes of XML events.

Constructors

XmlEventAttribute(String name, String value, XmlAttributeType attributeType)

Properties

attributeType → XmlAttributeType
final
hashCode → int
The hash code for this object.
no setteroverride
localName → String
The local name, excluding the namespace prefix.
no setterinherited
name → String
The fully qualified name.
final
namespacePrefix → String?
The namespace prefix, or null.
no setterinherited
namespaceUri → String?
Return the namespace URI.
no setterinherited
parent → XmlStartElementEvent?
Return the parent event of type XmlStartElementEvent, or null.
no setterinherited
parentEvent → XmlStartElementEvent?
Return the parent event of type XmlStartElementEvent, or null.
no setterinherited
qualifiedName → String
The fully qualified name (alias for name).
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → String
final

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.
override