public class HTMLElement extends HTMLComponent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
HTMLElement.InvalidHTMLFormatException |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
EZServletContext |
context |
BR, df, END_TAG_CHAR, NullParamValue, params, subelements, TAG_CLOSE_CHAR, TAG_OPEN_CHARC_BACKSLASH, C_BLOCK_CLOSE, C_BLOCK_OPEN, C_COMMA, C_CR, C_DOUBLE_BYTE_SPACE, C_DOUBLE_QUATATION, C_DOUBLE_QUOTATION, C_EQUAL, C_HYPHEN, C_LF, C_SINGLE_QUATATION, C_SINGLE_QUOTATION, C_SPACE, C_TAB, S_BACKSLASH, S_BLOCK_CLOSE, S_BLOCK_OPEN, S_COMMA, S_CR, S_CRLF, S_DOUBLE_QUATATION, S_DOUBLE_QUOTATION, S_EQUAL, S_HYPHEN, S_LF, S_SINGLE_QUATATION, S_SINGLE_QUOTATION, S_SPACE, S_TAB| コンストラクタと説明 |
|---|
HTMLElement() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getTagName()
returns tag name.
|
static HTMLElement |
parse(EZServletContext context,
java.lang.String source) |
static HTMLElement |
parse(EZServletContext context,
java.lang.String source,
java.text.ParsePosition pp) |
static HTMLElement |
parse(java.lang.String source) |
static HTMLElement |
parse(java.lang.String source,
java.text.ParsePosition pp) |
void |
setTagName(java.lang.String name) |
addSubElement, addSubElement, addSubElement, addSubElement, clone, getBooleanParameter, getBooleanParameter, getDecimalFormat, getIndex, getIntParameter, getIntParameter, getLongParameter, getLongParameter, getMimeType, getOmitClosingTag, getParameter, getParameter, getParameters, getParent, getParentTemplateTimezone, getSubElements, getVersion, removeAllSubElements, removeParameter, setMimeType, setOmitClosingTag, setParameter, setParameter, setParameter, setParameter, setParameters, setParameters, setParent, setSubElement, setSubElement, setSubElements, toHTML, toStringdebug, debug, equals_n, equals_n2, getBooleanProperty, getBooleanProperty, getGroupedProperties, getIntProperty, getIntProperty, getLog, getLongProperty, getLongProperty, getProperties, getPropertiesForMe, getProperty, getProperty, getShortProperty, getShortProperty, setLog, setNgmObject, setProperties, sysoutprintlnpublic transient EZServletContext context
public void setTagName(java.lang.String name)
public java.lang.String getTagName()
HTMLComponentgetTagName クラス内 HTMLComponentpublic static HTMLElement parse(EZServletContext context, java.lang.String source)
public static HTMLElement parse(java.lang.String source)
public static HTMLElement parse(java.lang.String source, java.text.ParsePosition pp)
public static HTMLElement parse(EZServletContext context, java.lang.String source, java.text.ParsePosition pp)