Package com.volantis.mcs.protocols.wml

Examples of com.volantis.mcs.protocols.wml.WBSAXShardLinkElementProcessor


    public void testDissectionShardLinkElement() throws Exception {
        // The shard link dissection element turns href="[url]" into
        // href="{opaque}", but you can't call getString() on it until
        // you configure it. For now we just check for the exception in it's
        // place as we are not testing the opaque value's behaviour.
        doTestDissectionElement(new WBSAXShardLinkElementProcessor(context,
                DissectionElementTypes.getDissectableAreaType()),
                "[av:(o:{exception})]");
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.protocols.wml.WBSAXShardLinkElementProcessor

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.