RichTextNodeCreator.smali
.class public interface abstract Lcom/taobao/weex/ui/component/richtext/node/RichTextNodeCreator;
.super Ljava/lang/Object;
.source "RichTextNodeCreator.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Lcom/taobao/weex/ui/component/richtext/node/RichTextNode;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract createRichTextNode(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)Lcom/taobao/weex/ui/component/richtext/node/RichTextNode;
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0
}
names = {
"context",
"instanceId",
"componentRef"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
"Ljava/lang/String;",
"Ljava/lang/String;",
")TT;"
}
.end annotation
.end method
.method public abstract createRichTextNode(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;)Lcom/taobao/weex/ui/component/richtext/node/RichTextNode;
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0,
0x0,
0x0,
0x0
}
names = {
"context",
"instanceId",
"componentRef",
"ref",
"styles",
"attrs"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;)TT;"
}
.end annotation
.end method