DOM$Node.smali
.class Lcom/facebook/stetho/inspector/protocol/module/DOM$Node;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/stetho/inspector/jsonrpc/JsonRpcResult;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/stetho/inspector/protocol/module/DOM;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Node"
.end annotation
# instance fields
.field public attributes:Ljava/util/List;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field public childNodeCount:Ljava/lang/Integer;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.end field
.field public children:Ljava/util/List;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/facebook/stetho/inspector/protocol/module/DOM$Node;",
">;"
}
.end annotation
.end field
.field public localName:Ljava/lang/String;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
required = true
.end annotation
.end field
.field public nodeId:I
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
required = true
.end annotation
.end field
.field public nodeName:Ljava/lang/String;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
required = true
.end annotation
.end field
.field public nodeType:Lcom/facebook/stetho/inspector/elements/NodeType;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
required = true
.end annotation
.end field
.field public nodeValue:Ljava/lang/String;
.annotation runtime Lcom/facebook/stetho/json/annotation/JsonProperty;
required = true
.end annotation
.end field
# direct methods
.method private constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/facebook/stetho/inspector/protocol/module/DOM$1;)V
.registers 2
invoke-direct {p0}, Lcom/facebook/stetho/inspector/protocol/module/DOM$Node;-><init>()V
return-void
.end method