XmlNullEntityMapping class

Entity mapping that skips all entity conversion, both on decoding and encoding input.

This entity encoding is unlikely to be useful, unless you exactly know what you are doing. Output generated by this mapping is unlikely to produce valid XML and might not be readable again.

Inheritance

Constructors

XmlNullEntityMapping()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(String input) String
Decodes a string, resolving all possible entities.
override
decodeEntity(String input) String?
Decodes a single character entity, returns the decoded entity or null if the input is invalid.
override
encodeAttributeValue(String input, XmlAttributeType type) String
Encodes a string to be serialized as XML attribute value.
override
encodeAttributeValueWithQuotes(String input, XmlAttributeType type) String
Encodes a string to be serialized as XML attribute value together with its corresponding quotes.
inherited
encodeText(String input) String
Encodes a string to be serialized as XML text.
override
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