Interface ContentHandlerFactory

    • Method Detail

      • getSupportedNamespaces

        java.lang.String[] getSupportedNamespaces()
        Returns:
        an array of supported namespaces.
      • createContentHandler

        org.xml.sax.ContentHandler createContentHandler()
                                                 throws org.xml.sax.SAXException
        Returns:
        a new ContentHandler to handle a SAX stream
        Throws:
        org.xml.sax.SAXException - if there's an error while preparing the ContentHandler