JavaTM 2 Platform
Standard Ed. 5.0

ÀÎÅÍÆäÀ̽º
org.w3c.dom.DocumentType »ç¿ë

DocumentType¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
org.w3c.dom XML µ¥ÀÌÅÍ Ã³¸®¿ëÀÇ Java API ÄÄÆÛ³ÍÆ® API ÀÎ DOM (Document Object Model)ÀÇ ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
 

org.w3c.dom ¿¡¼­ÀÇ DocumentType »ç¿ë
 

DocumentType¸¦ µ¹·ÁÁÖ´Â org.w3c.dom ¸Þ¼­µå
 DocumentType DOMImplementation. createDocumentType (String  qualifiedName, String  publicId, String  systemId)
          ºñ¾îÀÖ´Â DocumentType ³ëµå¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 DocumentType Document. getDoctype ()
          ÀÌ ¹®¼­¿¡ °ü·ÃµÈ ¹®¼­Çü ¼±¾ð (DocumentType¸¦ ÂüÁ¶).
 

DocumentType ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â org.w3c.dom ¸Þ¼­µå
 Document DOMImplementation. createDocument (String  namespaceURI, String  qualifiedName, DocumentType  doctype)
          ¹®¼­ ¿ä¼Ò¿Í ÇÔ²² ÁöÁ¤µÈ ÇüÅÂÀÇ DOM Document °´Ã¼¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

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