コード例 #1
0
 public HTMLCollection getPlugins() {
   return HTMLCollectionImpl.getImpl(getPluginsImpl(getPeer()));
 }
コード例 #2
0
 public HTMLCollection getScripts() {
   return HTMLCollectionImpl.getImpl(getScriptsImpl(getPeer()));
 }
コード例 #3
0
 // attributes
 public HTMLCollection getEmbeds() {
   return HTMLCollectionImpl.getImpl(getEmbedsImpl(getPeer()));
 }