Interface SAXCatalogParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setCatalog​(Catalog catalog)
      Set the Catalog for which parsing is being performed.
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
      • Methods inherited from interface org.xml.sax.DocumentHandler

        characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
    • Method Detail

      • setCatalog

        void setCatalog​(Catalog catalog)
        Set the Catalog for which parsing is being performed.