public class com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl implements com.sun.xml.internal.rngom.ast.builder.SchemaBuilder<com.sun.xml.internal.rngom.nc.NameClass, com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.digested.ElementWrapper, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation, com.sun.xml.internal.rngom.digested.CommentListImpl>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl
super_class: java.lang.Object
{
private final com.sun.xml.internal.rngom.ast.builder.NameClassBuilder ncb;
descriptor: Lcom/sun/xml/internal/rngom/ast/builder/NameClassBuilder;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.w3c.dom.Document dom;
descriptor: Lorg/w3c/dom/Document;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new com.sun.xml.internal.rngom.nc.NameClassBuilderImpl
dup
invokespecial com.sun.xml.internal.rngom.nc.NameClassBuilderImpl.<init>:()V
putfield com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.ncb:Lcom/sun/xml/internal/rngom/ast/builder/NameClassBuilder;
2: invokestatic javax.xml.parsers.DocumentBuilderFactory.newInstance:()Ljavax/xml/parsers/DocumentBuilderFactory;
astore 1
start local 1 3: aload 1
iconst_1
invokevirtual javax.xml.parsers.DocumentBuilderFactory.setNamespaceAware:(Z)V
4: aload 0
aload 1
invokevirtual javax.xml.parsers.DocumentBuilderFactory.newDocumentBuilder:()Ljavax/xml/parsers/DocumentBuilder;
invokevirtual javax.xml.parsers.DocumentBuilder.newDocument:()Lorg/w3c/dom/Document;
putfield com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.dom:Lorg/w3c/dom/Document;
end local 1 5: goto 8
StackMap locals: com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl
StackMap stack: javax.xml.parsers.ParserConfigurationException
6: astore 1
start local 1 7: new java.lang.InternalError
dup
aload 1
invokevirtual javax.xml.parsers.ParserConfigurationException.getMessage:()Ljava/lang/String;
invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
athrow
end local 1 8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
3 5 1 dbf Ljavax/xml/parsers/DocumentBuilderFactory;
7 8 1 e Ljavax/xml/parsers/ParserConfigurationException;
Exception table:
from to target type
2 5 6 Class javax.xml.parsers.ParserConfigurationException
public com.sun.xml.internal.rngom.ast.builder.NameClassBuilder getNameClassBuilder();
descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/NameClassBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.ncb:Lcom/sun/xml/internal/rngom/ast/builder/NameClassBuilder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
static com.sun.xml.internal.rngom.digested.DPattern wrap(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
putfield com.sun.xml.internal.rngom.digested.DPattern.location:Lorg/xml/sax/Locator;
1: aload 2
ifnull 3
2: aload 0
aload 2
invokevirtual com.sun.xml.internal.rngom.digested.Annotation.getResult:()Lcom/sun/xml/internal/rngom/digested/DAnnotation;
putfield com.sun.xml.internal.rngom.digested.DPattern.annotation:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
3: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 4 1 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 4 2 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
MethodParameters:
Name Flags
p
loc
anno
static com.sun.xml.internal.rngom.digested.DContainerPattern addAll(com.sun.xml.internal.rngom.digested.DContainerPattern, java.util.List<com.sun.xml.internal.rngom.digested.DPattern>);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DContainerPattern;Ljava/util/List;)Lcom/sun/xml/internal/rngom/digested/DContainerPattern;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 3
StackMap locals: com.sun.xml.internal.rngom.digested.DContainerPattern java.util.List top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.xml.internal.rngom.digested.DPattern
astore 2
start local 2 2: aload 0
aload 2
invokevirtual com.sun.xml.internal.rngom.digested.DContainerPattern.add:(Lcom/sun/xml/internal/rngom/digested/DPattern;)V
end local 2 3: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 parent Lcom/sun/xml/internal/rngom/digested/DContainerPattern;
0 5 1 children Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;
2 3 2 c Lcom/sun/xml/internal/rngom/digested/DPattern;
Signature: (Lcom/sun/xml/internal/rngom/digested/DContainerPattern;Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;)Lcom/sun/xml/internal/rngom/digested/DContainerPattern;
MethodParameters:
Name Flags
parent
children
static com.sun.xml.internal.rngom.digested.DUnaryPattern addBody(com.sun.xml.internal.rngom.digested.DUnaryPattern, com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
invokevirtual com.sun.xml.internal.rngom.digested.DUnaryPattern.setChild:(Lcom/sun/xml/internal/rngom/digested/DPattern;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 parent Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
0 2 1 _body Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
0 2 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
MethodParameters:
Name Flags
parent
_body
loc
public com.sun.xml.internal.rngom.digested.DPattern makeChoice(java.util.List<com.sun.xml.internal.rngom.digested.DPattern>, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DChoicePattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DChoicePattern.<init>:()V
aload 1
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addAll:(Lcom/sun/xml/internal/rngom/digested/DContainerPattern;Ljava/util/List;)Lcom/sun/xml/internal/rngom/digested/DContainerPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 patterns Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
Signature: (Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
MethodParameters:
Name Flags
patterns
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeInterleave(java.util.List<com.sun.xml.internal.rngom.digested.DPattern>, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DInterleavePattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DInterleavePattern.<init>:()V
aload 1
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addAll:(Lcom/sun/xml/internal/rngom/digested/DContainerPattern;Ljava/util/List;)Lcom/sun/xml/internal/rngom/digested/DContainerPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 patterns Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
Signature: (Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
MethodParameters:
Name Flags
patterns
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeGroup(java.util.List<com.sun.xml.internal.rngom.digested.DPattern>, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DGroupPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DGroupPattern.<init>:()V
aload 1
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addAll:(Lcom/sun/xml/internal/rngom/digested/DContainerPattern;Ljava/util/List;)Lcom/sun/xml/internal/rngom/digested/DContainerPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 patterns Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
Signature: (Ljava/util/List<Lcom/sun/xml/internal/rngom/digested/DPattern;>;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
MethodParameters:
Name Flags
patterns
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeOneOrMore(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DOneOrMorePattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DOneOrMorePattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addBody:(Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeZeroOrMore(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DZeroOrMorePattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DZeroOrMorePattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addBody:(Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeOptional(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DOptionalPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DOptionalPattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addBody:(Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeList(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DListPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DListPattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addBody:(Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeMixed(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DMixedPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DMixedPattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addBody:(Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 3 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeEmpty(com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.xml.internal.rngom.digested.DEmptyPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DEmptyPattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 2 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
MethodParameters:
Name Flags
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeNotAllowed(com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.xml.internal.rngom.digested.DNotAllowedPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DNotAllowedPattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 2 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
MethodParameters:
Name Flags
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeText(com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.xml.internal.rngom.digested.DTextPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DTextPattern.<init>:()V
aload 1
aload 2
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 2 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
MethodParameters:
Name Flags
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeAttribute(com.sun.xml.internal.rngom.nc.NameClass, com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/nc/NameClass;Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new com.sun.xml.internal.rngom.digested.DAttributePattern
dup
aload 1
invokespecial com.sun.xml.internal.rngom.digested.DAttributePattern.<init>:(Lcom/sun/xml/internal/rngom/nc/NameClass;)V
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addBody:(Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
aload 3
aload 4
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 nc Lcom/sun/xml/internal/rngom/nc/NameClass;
0 1 2 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 3 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 4 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
nc
p
loc
anno
public com.sun.xml.internal.rngom.digested.DPattern makeElement(com.sun.xml.internal.rngom.nc.NameClass, com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/nc/NameClass;Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new com.sun.xml.internal.rngom.digested.DElementPattern
dup
aload 1
invokespecial com.sun.xml.internal.rngom.digested.DElementPattern.<init>:(Lcom/sun/xml/internal/rngom/nc/NameClass;)V
aload 2
aload 3
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.addBody:(Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/digested/DUnaryPattern;
aload 3
aload 4
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 nc Lcom/sun/xml/internal/rngom/nc/NameClass;
0 1 2 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 3 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 4 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
nc
p
loc
anno
public com.sun.xml.internal.rngom.ast.builder.DataPatternBuilder makeDataPatternBuilder(java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.util.LocatorImpl);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/ast/builder/DataPatternBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl
dup
aload 1
aload 2
aload 3
invokespecial com.sun.xml.internal.rngom.digested.DataPatternBuilderImpl.<init>:(Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 datatypeLibrary Ljava/lang/String;
0 1 2 type Ljava/lang/String;
0 1 3 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
datatypeLibrary
type
loc
public com.sun.xml.internal.rngom.digested.DPattern makeValue(java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.parse.Context, java.lang.String, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: new com.sun.xml.internal.rngom.digested.DValuePattern
dup
aload 1
aload 2
aload 3
aload 4
invokeinterface com.sun.xml.internal.rngom.parse.Context.copy:()Lcom/sun/xml/internal/rngom/parse/Context;
aload 5
invokespecial com.sun.xml.internal.rngom.digested.DValuePattern.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;)V
aload 6
aload 7
invokestatic com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.wrap:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 datatypeLibrary Ljava/lang/String;
0 1 2 type Ljava/lang/String;
0 1 3 value Ljava/lang/String;
0 1 4 c Lcom/sun/xml/internal/rngom/parse/Context;
0 1 5 ns Ljava/lang/String;
0 1 6 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 7 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
datatypeLibrary
type
value
c
ns
loc
anno
public com.sun.xml.internal.rngom.ast.builder.Grammar makeGrammar(com.sun.xml.internal.rngom.ast.builder.Scope);
descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/Scope;)Lcom/sun/xml/internal/rngom/ast/builder/Grammar;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new com.sun.xml.internal.rngom.digested.GrammarBuilderImpl
dup
new com.sun.xml.internal.rngom.digested.DGrammarPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DGrammarPattern.<init>:()V
aload 1
aload 0
invokespecial com.sun.xml.internal.rngom.digested.GrammarBuilderImpl.<init>:(Lcom/sun/xml/internal/rngom/digested/DGrammarPattern;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 parent Lcom/sun/xml/internal/rngom/ast/builder/Scope;
MethodParameters:
Name Flags
parent
public com.sun.xml.internal.rngom.digested.DPattern annotate(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
anno
public com.sun.xml.internal.rngom.digested.DPattern annotateAfter(com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.digested.ElementWrapper);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/ElementWrapper;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 e Lcom/sun/xml/internal/rngom/digested/ElementWrapper;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
e
public com.sun.xml.internal.rngom.digested.DPattern (com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.digested.CommentListImpl);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
0 1 2 comments Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
MethodParameters:
Name Flags
p
comments
public com.sun.xml.internal.rngom.digested.DPattern makeExternalRef(com.sun.xml.internal.rngom.parse.Parseable, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.builder.Scope<com.sun.xml.internal.rngom.digested.DPattern, com.sun.xml.internal.rngom.digested.ElementWrapper, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation, com.sun.xml.internal.rngom.digested.CommentListImpl>, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.Annotation);
descriptor: (Lcom/sun/xml/internal/rngom/parse/Parseable;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aconst_null
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 current Lcom/sun/xml/internal/rngom/parse/Parseable;
0 1 2 uri Ljava/lang/String;
0 1 3 ns Ljava/lang/String;
0 1 4 scope Lcom/sun/xml/internal/rngom/ast/builder/Scope<Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/ElementWrapper;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;>;
0 1 5 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 1 6 anno Lcom/sun/xml/internal/rngom/digested/Annotation;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException, com.sun.xml.internal.rngom.parse.IllegalSchemaException
Signature: (Lcom/sun/xml/internal/rngom/parse/Parseable;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/builder/Scope<Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/ElementWrapper;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;>;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
MethodParameters:
Name Flags
current
uri
ns
scope
loc
anno
public com.sun.xml.internal.rngom.ast.util.LocatorImpl makeLocation(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.xml.internal.rngom.ast.util.LocatorImpl
dup
aload 1
iload 2
iload 3
invokespecial com.sun.xml.internal.rngom.ast.util.LocatorImpl.<init>:(Ljava/lang/String;II)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 systemId Ljava/lang/String;
0 1 2 lineNumber I
0 1 3 columnNumber I
MethodParameters:
Name Flags
systemId
lineNumber
columnNumber
public com.sun.xml.internal.rngom.digested.Annotation (com.sun.xml.internal.rngom.digested.CommentListImpl, com.sun.xml.internal.rngom.parse.Context);
descriptor: (Lcom/sun/xml/internal/rngom/digested/CommentListImpl;Lcom/sun/xml/internal/rngom/parse/Context;)Lcom/sun/xml/internal/rngom/digested/Annotation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.xml.internal.rngom.digested.Annotation
dup
invokespecial com.sun.xml.internal.rngom.digested.Annotation.<init>:()V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 comments Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
0 1 2 context Lcom/sun/xml/internal/rngom/parse/Context;
MethodParameters:
Name Flags
comments
context
public com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder (java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.CommentListImpl, com.sun.xml.internal.rngom.parse.Context);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;Lcom/sun/xml/internal/rngom/parse/Context;)Lcom/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 3
ifnonnull 3
1: aload 2
astore 7
start local 7 2: goto 4
end local 7 3: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
aload 3
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
bipush 58
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 7
start local 7 4: StackMap locals: java.lang.String
StackMap stack:
new com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl
dup
aload 0
getfield com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.dom:Lorg/w3c/dom/Document;
aload 1
aload 7
invokeinterface org.w3c.dom.Document.createElementNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;
invokespecial com.sun.xml.internal.rngom.digested.ElementAnnotationBuilderImpl.<init>:(Lorg/w3c/dom/Element;)V
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 5 1 ns Ljava/lang/String;
0 5 2 localName Ljava/lang/String;
0 5 3 prefix Ljava/lang/String;
0 5 4 loc Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
0 5 5 comments Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
0 5 6 context Lcom/sun/xml/internal/rngom/parse/Context;
2 3 7 qname Ljava/lang/String;
4 5 7 qname Ljava/lang/String;
MethodParameters:
Name Flags
ns
localName
prefix
loc
comments
context
public com.sun.xml.internal.rngom.digested.CommentListImpl ();
descriptor: ()Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
public com.sun.xml.internal.rngom.digested.DPattern makeErrorPattern();
descriptor: ()Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new com.sun.xml.internal.rngom.digested.DNotAllowedPattern
dup
invokespecial com.sun.xml.internal.rngom.digested.DNotAllowedPattern.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
public com.sun.xml.internal.rngom.digested.DPattern expandPattern(com.sun.xml.internal.rngom.digested.DPattern);
descriptor: (Lcom/sun/xml/internal/rngom/digested/DPattern;)Lcom/sun/xml/internal/rngom/digested/DPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/digested/DSchemaBuilderImpl;
0 1 1 p Lcom/sun/xml/internal/rngom/digested/DPattern;
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException, com.sun.xml.internal.rngom.parse.IllegalSchemaException
MethodParameters:
Name Flags
p
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeNotAllowed(com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 2
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeNotAllowed:(Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.om.ParsedPattern annotate(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.annotate:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeOptional(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeOptional:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.Location makeLocation(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)Lcom/sun/xml/internal/rngom/ast/om/Location;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
iload 3
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeLocation:(Ljava/lang/String;II)Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.om.ParsedPattern expandPattern(com.sun.xml.internal.rngom.ast.om.ParsedPattern);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.expandPattern:(Lcom/sun/xml/internal/rngom/digested/DPattern;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException, com.sun.xml.internal.rngom.parse.IllegalSchemaException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeExternalRef(com.sun.xml.internal.rngom.parse.Parseable, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.builder.Scope, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/parse/Parseable;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=7, locals=7, args_size=7
0: aload 0
aload 1
aload 2
aload 3
aload 4
checkcast com.sun.xml.internal.rngom.ast.builder.Scope
aload 5
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 6
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeExternalRef:(Lcom/sun/xml/internal/rngom/parse/Parseable;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/builder/Scope;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException, com.sun.xml.internal.rngom.parse.IllegalSchemaException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeInterleave(java.util.List, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast java.util.List
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeInterleave:(Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern (com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.builder.CommentList);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.digested.CommentListImpl
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.commentAfter:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern annotateAfter(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.digested.ElementWrapper
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.annotateAfter:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/ElementWrapper;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeGroup(java.util.List, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast java.util.List
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeGroup:(Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeText(com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 2
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeText:(Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeMixed(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeMixed:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.builder.DataPatternBuilder makeDataPatternBuilder(java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)Lcom/sun/xml/internal/rngom/ast/builder/DataPatternBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeDataPatternBuilder:(Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)Lcom/sun/xml/internal/rngom/ast/builder/DataPatternBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeValue(java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.parse.Context, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=8, locals=8, args_size=8
0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 7
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.builder.CommentList ();
descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeCommentList:()Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeErrorPattern();
descriptor: ()Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeErrorPattern:()Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeEmpty(com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 2
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeEmpty:(Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeList(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeList:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeOneOrMore(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeOneOrMore:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeElement(com.sun.xml.internal.rngom.ast.om.ParsedNameClass, com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedNameClass;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.nc.NameClass
aload 2
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 3
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 4
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeElement:(Lcom/sun/xml/internal/rngom/nc/NameClass;Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder (java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.CommentList, com.sun.xml.internal.rngom.parse.Context);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/CommentList;Lcom/sun/xml/internal/rngom/parse/Context;)Lcom/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=7, locals=7, args_size=7
0: aload 0
aload 1
aload 2
aload 3
aload 4
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 5
checkcast com.sun.xml.internal.rngom.digested.CommentListImpl
aload 6
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeElementAnnotationBuilder:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;Lcom/sun/xml/internal/rngom/parse/Context;)Lcom/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.builder.Annotations (com.sun.xml.internal.rngom.ast.builder.CommentList, com.sun.xml.internal.rngom.parse.Context);
descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;Lcom/sun/xml/internal/rngom/parse/Context;)Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.CommentListImpl
aload 2
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeAnnotations:(Lcom/sun/xml/internal/rngom/digested/CommentListImpl;Lcom/sun/xml/internal/rngom/parse/Context;)Lcom/sun/xml/internal/rngom/digested/Annotation;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeAttribute(com.sun.xml.internal.rngom.ast.om.ParsedNameClass, com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedNameClass;Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.nc.NameClass
aload 2
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 3
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 4
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeAttribute:(Lcom/sun/xml/internal/rngom/nc/NameClass;Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeChoice(java.util.List, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast java.util.List
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeChoice:(Ljava/util/List;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
public com.sun.xml.internal.rngom.ast.om.ParsedPattern makeZeroOrMore(com.sun.xml.internal.rngom.ast.om.ParsedPattern, com.sun.xml.internal.rngom.ast.om.Location, com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.sun.xml.internal.rngom.digested.DPattern
aload 2
checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
aload 3
checkcast com.sun.xml.internal.rngom.digested.Annotation
invokevirtual com.sun.xml.internal.rngom.digested.DSchemaBuilderImpl.makeZeroOrMore:(Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;)Lcom/sun/xml/internal/rngom/digested/DPattern;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
}
Signature: Ljava/lang/Object;Lcom/sun/xml/internal/rngom/ast/builder/SchemaBuilder<Lcom/sun/xml/internal/rngom/nc/NameClass;Lcom/sun/xml/internal/rngom/digested/DPattern;Lcom/sun/xml/internal/rngom/digested/ElementWrapper;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/Annotation;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;>;
SourceFile: "DSchemaBuilderImpl.java"