Package nz.govt.natlib.meta.harvester

Examples of nz.govt.natlib.meta.harvester.DTDXmlParserListener


    //ByteArrayOutputStream tAdapterOutput = new ByteArrayOutputStream(2048);
   
    // Set up the parser context and listener to hold the adapter output
    ParserContext pContext = new ParserContext();
   
    ParserListener listener= new DTDXmlParserListener(adapterOutput, outDTD == null ? null
        : Config.getInstance().getXMLBaseURL() + "/" + outDTD);
    pContext.addListener(listener);
   
    // Attempt to harvest the metadata.
    try {       
View Full Code Here

TOP

Related Classes of nz.govt.natlib.meta.harvester.DTDXmlParserListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.