Package com.volantis.mcs.wbdom.io

Examples of com.volantis.mcs.wbdom.io.WBSAXSerialisationVisitor


    // Inherit Javadoc.
    public void shardLink(DissectableElement element,
            ShardLinkDetails details) throws DissectionException {
        DissectableSpecialElement delement = (DissectableSpecialElement) element;
        WBSAXSerialisationVisitor visitor =
                new DissectionWBSAXSerialisationVisitor(handler, configuration,
                        details, urlListener, resolver);
        // Iterate over the children, ignoring their parent.
        VisitorChildrenIterator childrenSerialiser =
            new VisitorChildrenIterator(visitor);
View Full Code Here

TOP

Related Classes of com.volantis.mcs.wbdom.io.WBSAXSerialisationVisitor

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.