public interface org.apache.fop.util.ContentHandlerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.fop.util.ContentHandlerFactory
  super_class: java.lang.Object
{
  public abstract java.lang.String[] getSupportedNamespaces();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.xml.sax.ContentHandler createContentHandler();
    descriptor: ()Lorg/xml/sax/ContentHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.xml.sax.SAXException
}
SourceFile: "ContentHandlerFactory.java"
NestMembers:
  org.apache.fop.util.ContentHandlerFactory$ObjectBuiltListener  org.apache.fop.util.ContentHandlerFactory$ObjectSource
InnerClasses:
  public abstract ObjectBuiltListener = org.apache.fop.util.ContentHandlerFactory$ObjectBuiltListener of org.apache.fop.util.ContentHandlerFactory
  public abstract ObjectSource = org.apache.fop.util.ContentHandlerFactory$ObjectSource of org.apache.fop.util.ContentHandlerFactory