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

66 lines
1.7 KiB
Smali

.class public Lcom/thoughtworks/xstream/io/xml/WstxDriver;
.super Lcom/thoughtworks/xstream/io/xml/StaxDriver;
.source "WstxDriver.java"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/thoughtworks/xstream/io/xml/StaxDriver;-><init>()V
return-void
.end method
.method public constructor <init>(Lcom/thoughtworks/xstream/io/xml/QNameMap;)V
.locals 0
.line 3
invoke-direct {p0, p1}, Lcom/thoughtworks/xstream/io/xml/StaxDriver;-><init>(Lcom/thoughtworks/xstream/io/xml/QNameMap;)V
return-void
.end method
.method public constructor <init>(Lcom/thoughtworks/xstream/io/xml/QNameMap;Lcom/thoughtworks/xstream/io/xml/XmlFriendlyNameCoder;)V
.locals 0
.line 2
invoke-direct {p0, p1, p2}, Lcom/thoughtworks/xstream/io/xml/StaxDriver;-><init>(Lcom/thoughtworks/xstream/io/xml/QNameMap;Lcom/thoughtworks/xstream/io/naming/NameCoder;)V
return-void
.end method
.method public constructor <init>(Lcom/thoughtworks/xstream/io/xml/XmlFriendlyNameCoder;)V
.locals 0
.line 4
invoke-direct {p0, p1}, Lcom/thoughtworks/xstream/io/xml/StaxDriver;-><init>(Lcom/thoughtworks/xstream/io/naming/NameCoder;)V
return-void
.end method
# virtual methods
.method public createInputFactory()Ljavax/xml/stream/XMLInputFactory;
.locals 1
.line 1
new-instance v0, Lcom/ctc/wstx/stax/WstxInputFactory;
invoke-direct {v0}, Lcom/ctc/wstx/stax/WstxInputFactory;-><init>()V
return-object v0
.end method
.method public createOutputFactory()Ljavax/xml/stream/XMLOutputFactory;
.locals 1
.line 1
new-instance v0, Lcom/ctc/wstx/stax/WstxOutputFactory;
invoke-direct {v0}, Lcom/ctc/wstx/stax/WstxOutputFactory;-><init>()V
return-object v0
.end method