public HTMLCollection getPlugins() {
   return HTMLCollectionImpl.getImpl(getPluginsImpl(getPeer()));
 }
 public HTMLCollection getScripts() {
   return HTMLCollectionImpl.getImpl(getScriptsImpl(getPeer()));
 }
 // attributes
 public HTMLCollection getEmbeds() {
   return HTMLCollectionImpl.getImpl(getEmbedsImpl(getPeer()));
 }