public class com.sun.org.apache.xml.internal.serialize.OutputFormat$Defaults
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xml.internal.serialize.OutputFormat$Defaults
super_class: java.lang.Object
{
public static final int Indent;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 4
public static final java.lang.String Encoding;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "UTF-8"
public static final int LineWidth;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 72
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/serialize/OutputFormat$Defaults;
}
SourceFile: "OutputFormat.java"
NestHost: com.sun.org.apache.xml.internal.serialize.OutputFormat
InnerClasses:
public Defaults = com.sun.org.apache.xml.internal.serialize.OutputFormat$Defaults of com.sun.org.apache.xml.internal.serialize.OutputFormat