66 lines
1.8 KiB
Smali
66 lines
1.8 KiB
Smali
.class public Lcom/thoughtworks/xstream/io/xml/BEAStaxDriver;
|
|
.super Lcom/thoughtworks/xstream/io/xml/StaxDriver;
|
|
.source "BEAStaxDriver.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/bea/xml/stream/MXParserFactory;
|
|
|
|
invoke-direct {v0}, Lcom/bea/xml/stream/MXParserFactory;-><init>()V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createOutputFactory()Ljavax/xml/stream/XMLOutputFactory;
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/bea/xml/stream/XMLOutputFactoryBase;
|
|
|
|
invoke-direct {v0}, Lcom/bea/xml/stream/XMLOutputFactoryBase;-><init>()V
|
|
|
|
return-object v0
|
|
.end method
|