DissectionConstants.SHARD_LINK_CONDITIONAL_ELEMENT,
new WBSAXDissectionElementProcessor(processorContext,
DissectionElementTypes.getShardLinkConditionalType()));
// Factory to create dissection WBDOM nodes.
DissectableWBDOMFactory dissectionFactory =
new DissectableWBDOMFactory(wmlConfiguration);
// Handler to parse WBSAX events into WBDOM nodes.
WBSAXParser parser = new DissectionWBSAXParser(dissectionFactory,
wmlConfiguration);
StringWriter out = null;
try {