public interface com.sun.xml.internal.xsom.visitor.XSVisitor extends com.sun.xml.internal.xsom.visitor.XSTermVisitor, com.sun.xml.internal.xsom.visitor.XSContentTypeVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.xml.internal.xsom.visitor.XSVisitor
  super_class: java.lang.Object
{
  public abstract void annotation(com.sun.xml.internal.xsom.XSAnnotation);
    descriptor: (Lcom/sun/xml/internal/xsom/XSAnnotation;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      ann   

  public abstract void attGroupDecl(com.sun.xml.internal.xsom.XSAttGroupDecl);
    descriptor: (Lcom/sun/xml/internal/xsom/XSAttGroupDecl;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      decl  

  public abstract void attributeDecl(com.sun.xml.internal.xsom.XSAttributeDecl);
    descriptor: (Lcom/sun/xml/internal/xsom/XSAttributeDecl;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      decl  

  public abstract void attributeUse(com.sun.xml.internal.xsom.XSAttributeUse);
    descriptor: (Lcom/sun/xml/internal/xsom/XSAttributeUse;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      use   

  public abstract void complexType(com.sun.xml.internal.xsom.XSComplexType);
    descriptor: (Lcom/sun/xml/internal/xsom/XSComplexType;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      type  

  public abstract void schema(com.sun.xml.internal.xsom.XSSchema);
    descriptor: (Lcom/sun/xml/internal/xsom/XSSchema;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      schema  

  public abstract void facet(com.sun.xml.internal.xsom.XSFacet);
    descriptor: (Lcom/sun/xml/internal/xsom/XSFacet;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      facet  

  public abstract void notation(com.sun.xml.internal.xsom.XSNotation);
    descriptor: (Lcom/sun/xml/internal/xsom/XSNotation;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      notation  

  public abstract void identityConstraint(com.sun.xml.internal.xsom.XSIdentityConstraint);
    descriptor: (Lcom/sun/xml/internal/xsom/XSIdentityConstraint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      decl  

  public abstract void xpath(com.sun.xml.internal.xsom.XSXPath);
    descriptor: (Lcom/sun/xml/internal/xsom/XSXPath;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      xp    
}
SourceFile: "XSVisitor.java"