Class PicaXmlParser
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.pica.reader.xml.PicaXmlParser
-
public class PicaXmlParser extends Object
This class is a variation of MarcXmlParser
-
-
Constructor Summary
Constructors Constructor Description PicaXmlParser(PicaXmlHandler handler)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(InputSource input)Calls the parser.voidparse(InputSource input, TransformerHandler th)Calls the parser and tries to transform the source into MARCXML using the given stylesheet source before creatingRecordobjects.
-
-
-
Constructor Detail
-
PicaXmlParser
public PicaXmlParser(PicaXmlHandler handler)
Default constructor.- Parameters:
handler- theMarcXmlHandlerobject
-
-
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 creatingRecordobjects.- Parameters:
input- the input sourceth- the transformation content handler
-
-