|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | »ý¼ºÀÚ | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
public interface DOMImplementationSource
ÀÌ ÀÎÅÍÆäÀ̽º¸¦ »ç¿ëÇϸé, DOM ±¸ÇöÀÚ´Â
¿ä±¸µÈ ±â´É°ú ¹öÁ¯¿¡ ±Ù°ÅÇØ 1 °³ ÀÌ»óÀÇ ±¸ÇöÀ» DOM Features ·Î ÁöÁ¤µÇ¾ú´ø ´ë·Î Á¦°øÇÒ ¼ö ÀÖ½À´Ï´Ù. ±¸ÇöµÈ °¢ DOMImplementationSource
¿ÀºêÁ§Æ®´Â
ÀÌ¿ë °¡´ÉÇÑ ¼Ò½ºÀÇ ¹ÙÀεù °íÀ¯ÀÇ ¸®½ºÆ®¿¡ À϶÷Ç¥ ³ªÅ¸³ªDOMImplementation
¿ÀºêÁ§Æ®°¡ ÀÌ¿ë °¡´ÉÇÏ°Ô µË´Ï´Ù.
¡¸Document Object Model (DOM) Level 3 Core Specification¡¹µµ ÂüÁ¶ÇϽʽÿÀ.
¸Þ¼µå °³¿ä | |
---|---|
DOMImplementation |
getDOMImplementation (String features)
ÁöÁ¤µÈ ±â´ÉÀ» Áö¿øÇÏ´Â ÃÖÃÊÀÇ DOM ±¸ÇöÀ» ¿ä±¸ÇÏ´Â ¸Þ¼µå |
DOMImplementationList |
getDOMImplementationList (String features)
DOM Features ·Î ÁöÁ¤µÈ ±â´É°ú ¹öÁ¯ÀÌ ÁöÁ¤µÇ¾ú´ø ´ë·Î Áö¿øÇÏ´Â DOM ±¸ÇöÀÇ ¸®½ºÆ®¸¦ ¿ä±¸ÇÏ´Â ¸Þ¼µåÀÔ´Ï´Ù. |
¸Þ¼µåÀÇ »ó¼¼ |
---|
DOMImplementation getDOMImplementation(String features)
features
- ÇÊ¿äÇÑ ±â´É°ú ¹öÁ¯À» ÁöÁ¤Çϴ ij¸¯ÅÍ ¶óÀÎ. ÀÌ Ä³¸¯ÅÍ ¶óÀÎÀº °ø¹é ¹®ÀÚ ´Ü¶ôÀÇ ¸®½ºÆ®·Î °¢ ±â´ÉÀº ¿É¼ÇÀ¸·Î¼ °ø¹é°ú ¹öÁ¯ ¹øÈ£¿¡ °è¼ÓµÇ´Â À̸§¿¡
ÇØ ÁöÁ¤. ÀÌ ¸Þ¼µå¿¡
ÇØ,getDOMImplementationList
¿¡
ÇØ µ¹·ÁÁÖ°íÁø ¸®½ºÆ®ÀÇ ÃÖÃÊÀÇ Ç׸ñÀÌ µ¹·ÁÁÖ°íÁø´Ù. ¿¹¸¦ µé¾î, ij¸¯ÅÍ ¶óÀΡ¸XML 3.0 Traversal +Events 2.0¡¹
Àº 3.0 ¹öÁ¯ÀÇ ¡¸XML¡¹¸ðµâ (ÀÓÀÇÀÇ ¹öÁ¯ÀÇ ¡¸È£¶ûÀÌ ¿ë±â¡¹¸ðµâÀ» Áö¿øÇÏ´Â
¸ðµâ)°ú 2.0 ¹öÁ¯ÀÇ ¡¸À̺¥Æ®¡¹¸ðµâÀ» Áö¿øÇÏ´Â
DOM ±¸ÇöÀ» ¿ä±¸ÇÑ´Ù. ¡¸À̺¥Æ®¡¹¸ðµâ¿¡´Â
Node.getFeature()
¸Þ¼µå¿Í DOMImplementation.getFeature()
¸Þ¼µå¸¦ »ç¿ëÇØ ¾×¼¼½º ÇÒ ¼ö ¾øÀ¸¸é ¾È µÈ´Ù
null
DOMImplementationList getDOMImplementationList(String features)
features
- ÇÊ¿äÇÑ ±â´É°ú ¹öÁ¯À» ÁöÁ¤Çϴ ij¸¯ÅÍ ¶óÀÎ. ÀÌ Ä³¸¯ÅÍ ¶óÀÎÀº °ø¹é ¹®ÀÚ ´Ü¶ôÀÇ ¸®½ºÆ®·Î °¢ ±â´ÉÀº ¿É¼ÇÀ¸·Î¼ °ø¹é°ú ¹öÁ¯ ¹øÈ£¿¡ °è¼ÓµÇ´Â À̸§¿¡
ÇØ ÁöÁ¤. ¿¹: XML 3.0 Traversal +Events 2.0
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | »ý¼ºÀÚ | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.