Package com.xmultra.processor.news

Examples of com.xmultra.processor.news.PatternsBuilderParams


                 NitfXformerUtils nitfXformerUtils) {

        super.init(charactersEl, nitfProcessorCfg, imh, nitfXformerUtils);

        this.characters = new Characters(imh);
        this.charSearchPatParams = new PatternsBuilderParams();
        this.characterSearchMap = new HashMap();
        this.characterReplaceMap = new HashMap();
        this.characterMapKeys = new Object[0];

        // Has the names of the elements for each character in the config file.
View Full Code Here

TOP

Related Classes of com.xmultra.processor.news.PatternsBuilderParams

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.