2022-06-10 21:38:30 +09:00

12 lines
310 B
Smali

.class public interface abstract Lcom/thoughtworks/xstream/io/xml/DocumentWriter;
.super Ljava/lang/Object;
.source "DocumentWriter.java"
# interfaces
.implements Lcom/thoughtworks/xstream/io/HierarchicalStreamWriter;
# virtual methods
.method public abstract getTopLevelNodes()Ljava/util/List;
.end method