public abstract class com.sun.xml.internal.fastinfoset.vocab.Vocabulary
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.fastinfoset.vocab.Vocabulary
  super_class: java.lang.Object
{
  public static final int RESTRICTED_ALPHABET;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int ENCODING_ALGORITHM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int PREFIX;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int NAMESPACE_NAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int LOCAL_NAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int OTHER_NCNAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int OTHER_URI;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int ATTRIBUTE_VALUE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int OTHER_STRING;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int CHARACTER_CONTENT_CHUNK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int ELEMENT_NAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int ATTRIBUTE_NAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  protected boolean _hasInitialReadOnlyVocabulary;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String _referencedVocabularyURI;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/vocab/Vocabulary;

  public boolean hasInitialVocabulary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.vocab.Vocabulary._hasInitialReadOnlyVocabulary:Z
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/vocab/Vocabulary;

  protected void setInitialReadOnlyVocabulary(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
        start local 1 // boolean hasInitialReadOnlyVocabulary
         0: .line 54
            aload 0 /* this */
            iload 1 /* hasInitialReadOnlyVocabulary */
            putfield com.sun.xml.internal.fastinfoset.vocab.Vocabulary._hasInitialReadOnlyVocabulary:Z
         1: .line 55
            return
        end local 1 // boolean hasInitialReadOnlyVocabulary
        end local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lcom/sun/xml/internal/fastinfoset/vocab/Vocabulary;
            0    2     1  hasInitialReadOnlyVocabulary  Z
    MethodParameters:
                              Name  Flags
      hasInitialReadOnlyVocabulary  

  public boolean hasExternalVocabulary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
         0: .line 58
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.vocab.Vocabulary._referencedVocabularyURI:Ljava/lang/String;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/vocab/Vocabulary;

  public java.lang.String getExternalVocabularyURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
         0: .line 62
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.vocab.Vocabulary._referencedVocabularyURI:Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/vocab/Vocabulary;

  protected void setExternalVocabularyURI(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
        start local 1 // java.lang.String referencedVocabularyURI
         0: .line 66
            aload 0 /* this */
            aload 1 /* referencedVocabularyURI */
            putfield com.sun.xml.internal.fastinfoset.vocab.Vocabulary._referencedVocabularyURI:Ljava/lang/String;
         1: .line 67
            return
        end local 1 // java.lang.String referencedVocabularyURI
        end local 0 // com.sun.xml.internal.fastinfoset.vocab.Vocabulary this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/sun/xml/internal/fastinfoset/vocab/Vocabulary;
            0    2     1  referencedVocabularyURI  Ljava/lang/String;
    MethodParameters:
                         Name  Flags
      referencedVocabularyURI  
}
SourceFile: "Vocabulary.java"