public class com.ctc.wstx.osgi.OutputFactoryProviderImpl implements org.codehaus.stax2.osgi.Stax2OutputFactoryProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.osgi.OutputFactoryProviderImpl
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.osgi.OutputFactoryProviderImpl this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.ctc.wstx.osgi.OutputFactoryProviderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/osgi/OutputFactoryProviderImpl;

  public org.codehaus.stax2.XMLOutputFactory2 createOutputFactory();
    descriptor: ()Lorg/codehaus/stax2/XMLOutputFactory2;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.osgi.OutputFactoryProviderImpl this
         0: .line 16
            new com.ctc.wstx.stax.WstxOutputFactory
            dup
            invokespecial com.ctc.wstx.stax.WstxOutputFactory.<init>:()V
            areturn
        end local 0 // com.ctc.wstx.osgi.OutputFactoryProviderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/osgi/OutputFactoryProviderImpl;

  protected java.util.Properties getProperties();
    descriptor: ()Ljava/util/Properties;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.ctc.wstx.osgi.OutputFactoryProviderImpl this
         0: .line 21
            new java.util.Properties
            dup
            invokespecial java.util.Properties.<init>:()V
            astore 1 /* props */
        start local 1 // java.util.Properties props
         1: .line 22
            aload 1 /* props */
            ldc "org.codehaus.stax2.implName"
            invokestatic com.ctc.wstx.api.ReaderConfig.getImplName:()Ljava/lang/String;
            invokevirtual java.util.Properties.setProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 23
            aload 1 /* props */
            ldc "org.codehaus.stax2.implVersion"
            invokestatic com.ctc.wstx.api.ReaderConfig.getImplVersion:()Ljava/lang/String;
            invokevirtual java.util.Properties.setProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            pop
         3: .line 24
            aload 1 /* props */
            areturn
        end local 1 // java.util.Properties props
        end local 0 // com.ctc.wstx.osgi.OutputFactoryProviderImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/ctc/wstx/osgi/OutputFactoryProviderImpl;
            1    4     1  props  Ljava/util/Properties;
}
SourceFile: "OutputFactoryProviderImpl.java"