27 lines
647 B
Smali
27 lines
647 B
Smali
.class public interface abstract Lcom/thoughtworks/xstream/io/HierarchicalStreamWriter;
|
|
.super Ljava/lang/Object;
|
|
.source "HierarchicalStreamWriter.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract addAttribute(Ljava/lang/String;Ljava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract close()V
|
|
.end method
|
|
|
|
.method public abstract endNode()V
|
|
.end method
|
|
|
|
.method public abstract flush()V
|
|
.end method
|
|
|
|
.method public abstract setValue(Ljava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract startNode(Ljava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract underlyingWriter()Lcom/thoughtworks/xstream/io/HierarchicalStreamWriter;
|
|
.end method
|