public void removeAnyElement(NiftyExtensibilityElement any) {
   super.removeExtensibilityElement(any);
 }
 public void setContentFragment(String text) throws IOException {
   super.setXmlFragment(CONTENT_FRAGMENT_PROPERTY, text);
 }