SimpleProcessingElementDescriptor descriptor = null;
if (type.getDescriptor() != null)
{
descriptor =
new SimpleProcessingElementDescriptor(null, type.getDescriptor(), null);
descriptor.addSuperType(mExecutionState.getNamespaceManager().resolve(text));
}
mType = new ProcessingElementTypeType(descriptor);
}
public void declareArray(int dimension)