XmlEntityMapping class abstract
Describes the decoding and encoding of character entities.
- Implementers
Constructors
- XmlEntityMapping()
-
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.
-
decodeEntity(
String input) → String? -
Decodes a single character entity, returns the decoded entity or
null
if the input is invalid. -
encodeAttributeValue(
String input, XmlAttributeType type) → String - Encodes a string to be serialized as XML attribute value.
-
encodeAttributeValueWithQuotes(
String input, XmlAttributeType type) → String - Encodes a string to be serialized as XML attribute value together with its corresponding quotes.
-
encodeText(
String input) → String - Encodes a string to be serialized as XML text.
-
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