JavaTM 2 Platform
Standard Ed. 5.0

org.w3c.dom
ÀÎÅÍÆäÀ̽º DOMImplementationList


public interface DOMImplementationList

DOMImplementationListÀÎÅÍÆäÀ̽º´Â ¼ø¼­¸¦ °®´Â DOM ±¸ÇöÀÇ Ä÷º¼ÇÀÇ Ãß»óÈ­ °´Ã¼¸¦ Á¦°øÇÕ´Ï´Ù. ÀÌ Ä÷º¼ÇÀÇ ±¸Çö ¹æ¹ýÀ» Á¤ÀÇ ¶Ç´Â Á¦ÇÑÇÒ °ÍÀº ¾ø½À´Ï´Ù. DOM ³»ÀÇ DOMImplementationList ³»ÀÇ Ç׸ñ¿¡´Â 0 À¸·Î ½ÃÀ۵Ǵ Á¤¼ö À妽º¸¦ »ç¿ëÇØ ¾×¼¼½º ÇÒ ¼ö ÀÖ½À´Ï´Ù.

¡¸Document Object Model (DOM) Level 3 Core Specification¡¹µµ ÂüÁ¶ÇϽʽÿÀ.

µµÀÔµÈ ¹öÀü :
DOM Level 3

¸Þ¼­µå °³¿ä
 int getLength ()
          ¸®½ºÆ®³»ÀÇ DOMImplementation ¼öÀÔ´Ï´Ù.
 DOMImplementation item (int index)
          Ä÷º¼Ç³»ÀÇ index ¹ø°ÀÇ Ç׸ñÀ» ¸®ÅÏÇÕ´Ï´Ù.
 

¸Þ¼­µåÀÇ »ó¼¼

item

DOMImplementation  item(int index)
Ä÷º¼Ç³»ÀÇ index ¹ø°ÀÇ Ç׸ñÀ» ¸®ÅÏÇÕ´Ï´Ù. index°¡ ¸®½ºÆ®³»ÀÇ DOMImplementation ¼ö¿Í °°Àº°¡ ±×°Íº¸´Ù Å« °æ¿ì´Â nullÀ» ¸®ÅÏÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
index - Ä÷º¼ÇÀÇ À妽º
¹Ýȯ°ª:
DOMImplementationList ³»ÀÇ index ¹ø°ÀÇ DOMImplementation. À妽º°¡ À¯È¿ÇÏÁö ¾ÊÀº °æ¿ì´Â null

getLength

int getLength()
¸®½ºÆ®³»ÀÇ DOMImplementation ¼öÀÔ´Ï´Ù. À¯È¿ÇÑÀÚ½Ä ³ëµå À妽ºÀÇ ¹üÀ§´Â 0 ÀÌ»ó length-1 ÀÌÇÏÀÔ´Ï´Ù.


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.