// Inherit Javadoc.
public void addShardLinkCost(DissectableElement element,
Accumulator accumulator, ShardLinkDetails details)
throws DissectionException {
WBSAXSizingVisitor sizeVisitor = new WBSAXSizingVisitor(
accumulator, details, inputReferences);
WBDOMElement delement = (WBDOMElement) element;
try {
// Iterate over the children, ignoring their parent.
VisitorChildrenIterator childrenIterator =