public interface com.sun.xml.internal.rngom.ast.builder.SchemaBuilder<N extends com.sun.xml.internal.rngom.ast.om.ParsedNameClass, P extends com.sun.xml.internal.rngom.ast.om.ParsedPattern, E extends com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation, L extends com.sun.xml.internal.rngom.ast.om.Location, A extends com.sun.xml.internal.rngom.ast.builder.Annotations<E, L, CL>, CL extends com.sun.xml.internal.rngom.ast.builder.CommentList<L>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.xml.internal.rngom.ast.builder.SchemaBuilder
  super_class: java.lang.Object
{
  public abstract com.sun.xml.internal.rngom.ast.builder.NameClassBuilder<N, E, L, A, CL> getNameClassBuilder();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/NameClassBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: ()Lcom/sun/xml/internal/rngom/ast/builder/NameClassBuilder<TN;TE;TL;TA;TCL;>;

  public abstract P makeChoice(java.util.List<P>, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (Ljava/util/List<TP;>;TL;TA;)TP;
    MethodParameters:
          Name  Flags
      patterns  
      loc       
      anno      

  public abstract P makeInterleave(java.util.List<P>, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (Ljava/util/List<TP;>;TL;TA;)TP;
    MethodParameters:
          Name  Flags
      patterns  
      loc       
      anno      

  public abstract P makeGroup(java.util.List<P>, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (Ljava/util/List<TP;>;TL;TA;)TP;
    MethodParameters:
          Name  Flags
      patterns  
      loc       
      anno      

  public abstract P makeOneOrMore(P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TL;TA;)TP;
    MethodParameters:
      Name  Flags
      p     
      loc   
      anno  

  public abstract P makeZeroOrMore(P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TL;TA;)TP;
    MethodParameters:
      Name  Flags
      p     
      loc   
      anno  

  public abstract P makeOptional(P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TL;TA;)TP;
    MethodParameters:
      Name  Flags
      p     
      loc   
      anno  

  public abstract P makeList(P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TL;TA;)TP;
    MethodParameters:
      Name  Flags
      p     
      loc   
      anno  

  public abstract P makeMixed(P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TL;TA;)TP;
    MethodParameters:
      Name  Flags
      p     
      loc   
      anno  

  public abstract P makeEmpty(L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TL;TA;)TP;
    MethodParameters:
      Name  Flags
      loc   
      anno  

  public abstract P makeNotAllowed(L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TL;TA;)TP;
    MethodParameters:
      Name  Flags
      loc   
      anno  

  public abstract P makeText(L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TL;TA;)TP;
    MethodParameters:
      Name  Flags
      loc   
      anno  

  public abstract P makeAttribute(N, P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TN;TP;TL;TA;)TP;
    MethodParameters:
      Name  Flags
      nc    
      p     
      loc   
      anno  

  public abstract P makeElement(N, P, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TN;TP;TL;TA;)TP;
    MethodParameters:
      Name  Flags
      nc    
      p     
      loc   
      anno  

  public abstract com.sun.xml.internal.rngom.ast.builder.DataPatternBuilder makeDataPatternBuilder(java.lang.String, java.lang.String, L);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)Lcom/sun/xml/internal/rngom/ast/builder/DataPatternBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (Ljava/lang/String;Ljava/lang/String;TL;)Lcom/sun/xml/internal/rngom/ast/builder/DataPatternBuilder;
    MethodParameters:
                 Name  Flags
      datatypeLibrary  
      type             
      loc              

  public abstract P makeValue(java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.parse.Context, java.lang.String, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/parse/Context;Ljava/lang/String;TL;TA;)TP;
    MethodParameters:
                 Name  Flags
      datatypeLibrary  
      type             
      value            
      c                
      ns               
      loc              
      anno             

  public abstract com.sun.xml.internal.rngom.ast.builder.Grammar<P, E, L, A, CL> makeGrammar(com.sun.xml.internal.rngom.ast.builder.Scope<P, E, L, A, CL>);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/Scope;)Lcom/sun/xml/internal/rngom/ast/builder/Grammar;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/xml/internal/rngom/ast/builder/Scope<TP;TE;TL;TA;TCL;>;)Lcom/sun/xml/internal/rngom/ast/builder/Grammar<TP;TE;TL;TA;TCL;>;
    MethodParameters:
        Name  Flags
      parent  

  public abstract P annotate(P, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TA;)TP;
    MethodParameters:
      Name  Flags
      p     
      anno  

  public abstract P annotateAfter(P, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TE;)TP;
    MethodParameters:
      Name  Flags
      p     
      e     

  public abstract P commentAfter(P, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    Signature: (TP;TCL;)TP;
    MethodParameters:
          Name  Flags
      p         
      comments  

  public abstract P makeExternalRef(com.sun.xml.internal.rngom.parse.Parseable, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.builder.Scope<P, E, L, A, CL>, L, );
    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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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<TP;TE;TL;TA;TCL;>;TL;TA;)TP;
    MethodParameters:
         Name  Flags
      current  
      uri      
      ns       
      scope    
      loc      
      anno     

  public abstract L makeLocation(java.lang.String, int, );
    descriptor: (Ljava/lang/String;II)Lcom/sun/xml/internal/rngom/ast/om/Location;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;II)TL;
    MethodParameters:
              Name  Flags
      systemId      
      lineNumber    
      columnNumber  

  public abstract A makeAnnotations(CL, 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TCL;Lcom/sun/xml/internal/rngom/parse/Context;)TA;
    MethodParameters:
          Name  Flags
      comments  
      context   

  public abstract com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder<P, E, L, A, CL> makeElementAnnotationBuilder(java.lang.String, java.lang.String, java.lang.String, L, CL, 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;TL;TCL;Lcom/sun/xml/internal/rngom/parse/Context;)Lcom/sun/xml/internal/rngom/ast/builder/ElementAnnotationBuilder<TP;TE;TL;TA;TCL;>;
    MethodParameters:
           Name  Flags
      ns         
      localName  
      prefix     
      loc        
      comments   
      context    

  public abstract CL makeCommentList();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TCL;

  public abstract P makeErrorPattern();
    descriptor: ()Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TP;

  public abstract boolean usesComments();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract P expandPattern();
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;)Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException, com.sun.xml.internal.rngom.parse.IllegalSchemaException
    Signature: (TP;)TP;
    MethodParameters:
      Name  Flags
      p     
}
Signature: <N::Lcom/sun/xml/internal/rngom/ast/om/ParsedNameClass;P::Lcom/sun/xml/internal/rngom/ast/om/ParsedPattern;E::Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;L::Lcom/sun/xml/internal/rngom/ast/om/Location;A::Lcom/sun/xml/internal/rngom/ast/builder/Annotations<TE;TL;TCL;>;CL::Lcom/sun/xml/internal/rngom/ast/builder/CommentList<TL;>;>Ljava/lang/Object;
SourceFile: "SchemaBuilder.java"