XmlDoctypeEvent class
Event of an XML doctype node.
Constructors
- XmlDoctypeEvent(String name, [DtdExternalId? externalId, String? internalSubset])
Properties
- buffer → String?
-
Return the underlying buffer.
no setterinherited
- externalId → DtdExternalId?
-
The external ID of the declaration, or
null
.final - hashCode → int
-
The hash code for this object.
no setteroverride
- internalSubset → String?
-
The complete internal subset of the declaration as a String, or
null
.final - name → String
-
The name of the declaration.
final
- nodeType → XmlNodeType
-
Return the node type of this node.
no setteroverride
- 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 - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → int?
-
Return the start location in the input buffer, or
null
.no setterinherited - stop → int?
-
Return the start location in the input buffer, or
null
.no setterinherited
Methods
-
accept(
XmlEventVisitor visitor) → void -
Dispatch to the
visitor
based on event type.override -
attachBuffer(
String? buffer) → void -
Internal helper to attach the buffer to the event, do not call directly.
inherited
-
attachLocation(
int? start, int? stop) → void -
Internal helper to attach the location to the event, do not call directly.
inherited
-
attachParent(
XmlStartElementEvent? parent) → void -
Internal helper to attach the parent to the event, do not call directly.
inherited
-
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