MarkupUtils class

Constructors

MarkupUtils()

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

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

Static Methods

jsonToMarkup(String jsonString) String
Converts jsonString to markupString 将json字符串转换为标记字符串
jsonToNode(String jsonString) → dynamic
Converts json to Node
mapToMarkup(Map<String, dynamic> jsonMap) String
Converts Map to markupString
mapToNode(Map<String, dynamic> json) → dynamic
Converts Map to Node
markup2json(String markupString) → dynamic
将HTML/XML字符串转换为Node