VolantisProtocol protocol = pageContext.getProtocol();
// Check to see if the protocol supports the markup and
// the conditions for processing the element have been
// satisfied
if (protocol.supportsNativeMarkup() &&
continueProcessing(context, papiAttributes)) {
NativeMarkupAttributes attributes =
(NativeMarkupAttributes) papiAttributes;
String paneName = attributes.getPane();