// found then return and skip the element body.
String paneName = attributes.getPane ();
if (paneName != null) {
FormatReference formatRef = FormatReferenceParser.parsePane(paneName, pageContext);
Pane pane = pageContext.getPane(formatRef.getStem());
NDimensionalIndex paneIndex = formatRef.getIndex();
if (pane == null) {
skipped = true;
return SKIP_ELEMENT_BODY;
}