|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå |
java.lang.Objectjavax.swing.text.html.parser.Element
public final class Element
ELEMENT ¿ø°¡¿ä¼Ò¸¦ »ç¿ëÇØ DTD¿¡ ±â¼úµÇ¾ú´ø ´ë·ÎÀÇ ¿ä¼ÒÀÔ´Ï´Ù. À̰ÍÀº ű׿¡ ºÒ°¡°áÇÑ ±â¼úÀÔ´Ï´Ù. ŸÀÔ, ÄÁÅÙÃ÷ ¸ðµ¨, ¼Ó¼º, ¼Ó¼ºÀÇ ÇüŵîÀ» ±â¼úÇϰí ÀÖ½À´Ï´Ù. ÀÌ ±â¼úÀº ¹®¼¸¦ ¿Ã¹Ù¸£°Ô ÇØ¼®Çϱâ À§Çؼ Parser¿¡ ÀÇÇØ »ç¿ëµË´Ï´Ù.
DTD
,
AttributeList
ÇÊµå °³¿ä | |
---|---|
AttributeList |
atts
|
ContentModel |
content
|
Object |
data
»ç¿ëÀÚ µ¥ÀÌÅ͸¦ Æ÷ÇÔÇÏ´Â ÇʵåÀÔ´Ï´Ù. |
BitSet |
exclusions
|
BitSet |
inclusions
|
int |
index
|
String |
name
|
boolean |
oEnd
|
boolean |
oStart
|
int |
type
|
ÀÎÅÍÆäÀ̽º javax.swing.text.html.parser. DTDConstants ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
ANY,
CDATA,
CONREF,
CURRENT,
DEFAULT,
EMPTY,
ENDTAG,
ENTITIES,
ENTITY,
FIXED,
GENERAL,
ID,
IDREF,
IDREFS,
IMPLIED,
MD,
MODEL,
MS,
NAME,
NAMES,
NMTOKEN,
NMTOKENS,
NOTATION,
NUMBER,
NUMBERS,
NUTOKEN,
NUTOKENS,
PARAMETER,
PI,
PUBLIC,
RCDATA,
REQUIRED,
SDATA,
STARTTAG,
SYSTEM |
¸Þ¼µå °³¿ä | |
---|---|
AttributeList |
getAttribute (String name)
¼Ó¼ºÀ» À̸§À¸·Î ÃëµæÇÕ´Ï´Ù. |
AttributeList |
getAttributeByValue (String name)
¼Ó¼ºÀ» °ªÀ¸·Î ÃëµæÇÕ´Ï´Ù. |
AttributeList |
getAttributes ()
¼Ó¼ºÀ» ÃëµæÇÕ´Ï´Ù. |
ContentModel |
getContent ()
ÄÁÅÙÃ÷ ¸ðµ¨À» ¸®ÅÏÇÕ´Ï´Ù. |
int |
getIndex ()
À妽º¸¦ ÃëµæÇÕ´Ï´Ù. |
String |
getName ()
¿ä¼ÒÀÇ À̸§À» ¸®ÅÏÇÕ´Ï´Ù. |
int |
getType ()
ŸÀÔÀ» ÃëµæÇÕ´Ï´Ù. |
boolean |
isEmpty ()
ºñ¾îÀÖ´ÂÁö ÆÇÁ¤ÇÕ´Ï´Ù. |
static int |
name2type (String nm)
|
boolean |
omitEnd ()
Á¾·á ű׸¦ »ý·« ÇÒ ¼ö ÀÖ´Â °æ¿ì¿¡ true¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
boolean |
omitStart ()
°³½Ã ű׸¦ »ý·« ÇÒ ¼ö ÀÖ´Â °æ¿ì¿¡ true¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
String |
toString ()
ij¸¯ÅÍ ¶óÀÎÀ¸·Î º¯È¯ÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ÇʵåÀÇ »ó¼¼ |
---|
public int index
public String name
public boolean oStart
public boolean oEnd
public BitSet inclusions
public BitSet exclusions
public int type
public ContentModel content
public AttributeList atts
public Object data
¸Þ¼µåÀÇ »ó¼¼ |
---|
public String getName()
public boolean omitStart()
public boolean omitEnd()
public int getType()
public ContentModel getContent()
public AttributeList getAttributes()
public int getIndex()
public boolean isEmpty()
public String toString()
Object
³»ÀÇ toString
public AttributeList getAttribute(String name)
public AttributeList getAttributeByValue(String name)
public static int name2type(String nm)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.