Package com.k_int.IR.Syntaxes

Examples of com.k_int.IR.Syntaxes.SUTRS


            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,
                getRecordForHit(index, spec), spec);
        }
    }
View Full Code Here

TOP

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

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.