Package com.k_int.IR.Syntaxes

Examples of com.k_int.IR.Syntaxes.DOMTree


    public InformationFragment getFragment(int index,
        RecordFormatSpecification spec) {
        //If multiple dbs are implemented then change the first two arguments of
        //the return records.
        if (spec.getFormat().getName().equals("xml")) {
            return new DOMTree(dbName, "DefaultCollection", null,
                getXmlRecordForHit(index, spec), spec);
        } else { //we can use SUTRS information fragment for html and sgml

            //they all store info the same.
            return new SUTRS(dbName, "DefaultCollection", null,
View Full Code Here

TOP

Related Classes of com.k_int.IR.Syntaxes.DOMTree

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.