|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--javax.swing.text.html.parser.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 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 elemVec)
public boolean first(Object token)
public Element first()
public String toString()
Object
³»ÀÇ toString
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.