|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
¾ÕÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: »óÀÚ | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå |
java.lang.Objectjavax.swing.text.html.parser.ContentModel
public final class ContentModel
ÄÁÅÙÃ÷ ¸ðµ¨ÀÇ Ç¥ÇöÀÔ´Ï´Ù. ÄÁÅÙÃ÷ ¸ðµ¨Àº ±âº»ÀûÀ¸·Î Á¦ÇÑÀûÀÎ BNF ½ÄÀÔ´Ï´Ù. À̰ÍÀº ÄÁÅÙÃ÷ ¸ðµ¨Àº °áÁ¤¼ºÀ» °¡ÁöÁö ¾ÊÀ¸¸é ¾È µÈ´Ù°í ÇÏ´Â ÀÌÀ¯·ÎºÎÅÍÀÇ Á¦ÇÑÀÔ´Ï´Ù. Áï, ÄÁÅÙÃ÷ ¸ðµ¨À» À¯ÇÑ »óÅ ÀÚµ¿ Àå°ªÀ¸·Î Ç¥ÇöÇÒ ÇÊ¿ä´Â ¾ø½À´Ï´Ù.
ÀÚ¼¼ÇÑ ³»¿ëÀº ¡¸SGML handbook¡¹ÀÇ 556 ÆäÀÌÁöÀÇ ºÎ·Ï H (Annex H)¸¦ ÂüÁ¶ÇϽʽÿÀ.
ÇÊµå °³¿ä | |
---|---|
Object |
content
ÄÁÅÙÃ÷ÀÔ´Ï´Ù. |
ContentModel |
next
', '½Ä, '|' ½Ä, ȤÀº '&'½Ä¾È¿¡ ÀÖ´Â ´ÙÀ½ÀÇ ÄÁÅÙÃ÷ ¸ðµ¨ÀÔ´Ï´Ù. |
int |
type
ŸÀÔÀÔ´Ï´Ù. |
»ý¼ºÀÚ °³¿ä | |
---|---|
ContentModel ()
|
|
ContentModel (Element content)
¿ä¼Ò¿¡ ´ëÇÑ ÄÜÅÙÆ®¸ð µ¨À» ÀÛ¼ºÇÕ´Ï´Ù. |
|
ContentModel (int type,
ContentModel content)
ƯÁ¤ÀÇ Å¸ÀÔÀÇ ÄÁÅÙÃ÷ ¸ðµ¨À» ÀÛ¼ºÇÕ´Ï´Ù. |
|
ContentModel (int type,
Object content, ContentModel next)
ƯÁ¤ÀÇ Å¸ÀÔÀÇ ÄÁÅÙÃ÷ ¸ðµ¨À» ÀÛ¼ºÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
boolean |
empty ()
ÄÁÅÙÃ÷ ¸ðµ¨ÀÌ ºñ¾îÀÖ´Â ÀÔ Èû½ºÆ®¸²°ú ÀÏÄ¡ÇÏ´Â °æ¿ì¿¡ true¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
Element |
first ()
´ÙÀ½ÀÇ ¿ä¼Ò¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
boolean |
first (Object token)
token ÇÏÁö¸¸ ÀÔ·Â ½ºÆ®¸²ÀÇ ÃÖÃÊÀÇ ÅäÅ«ÀÌ µÇ´Â °æ¿ì¿¡ true¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
void |
getElements (Vector <Element > elemVec)
ÀÌ contentModel ÀϺÎÀÎ ¿ä¼ÒÀÇ ¸®½ºÆ®¸¦ »ç¿ëÇØ, elemVec¸¦ °»½ÅÇÕ´Ï´Ù. |
String |
toString ()
ij¸¯ÅÍ ¶óÀÎÀ¸·Î º¯È¯ÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object (À¸)·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ÇʵåÀÇ »ó¼¼ |
---|
public int type
public Object content
public ContentModel next
»ý¼ºÀÚ »ó¼¼ |
---|
public ContentModel()
public ContentModel(Element content)
public ContentModel(int type,
ContentModel content)
public ContentModel(int type,
Object content,
ContentModel next)
¸Þ¼µåÀÇ »ó¼¼ |
---|
public boolean empty()
public void getElements(Vector <Element > elemVec)
public boolean first(Object token)
public Element first()
public String toString()
Object
³»ÀÇ toString
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
¾ÕÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: »óÀÚ | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.