Class PicaXmlParser


  • public class PicaXmlParser
    extends Object
    This class is a variation of MarcXmlParser
    • Constructor Detail

      • PicaXmlParser

        public PicaXmlParser​(PicaXmlHandler handler)
        Default constructor.
        Parameters:
        handler - the MarcXmlHandler object
    • Method Detail

      • parse

        public void parse​(InputSource input)
        Calls the parser.
        Parameters:
        input - the input source
      • parse

        public void parse​(InputSource input,
                          TransformerHandler th)
        Calls the parser and tries to transform the source into MARCXML using the given stylesheet source before creating Record objects.
        Parameters:
        input - the input source
        th - the transformation content handler