Package com.volantis.mcs.wbsax

Examples of com.volantis.mcs.wbsax.TokenTable


        optimiser.startDocument(versionCode, publicIdCode, codec, stringTable,
                strings);
       
        // Send a href event to optimiser
        AttributeStartFactory attributeStartFactory = new AttributeStartFactory();
        TokenTable tokenTable = new WMLVersion1_1TokenTable();
        tokenTable.registerAttrStarts(attributeStartFactory);
        AttributeStartCode hrefStartCode
             = attributeStartFactory.create("href", null);
        optimiser.addAttribute(hrefStartCode);
       
        // send url to optimiser
View Full Code Here

TOP

Related Classes of com.volantis.mcs.wbsax.TokenTable

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.