public class HTMLTag extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_KEY |
static String |
NAME_KEY |
| Constructor and Description |
|---|
HTMLTag(org.dom4j.Element element,
String name) |
HTMLTag(String name) |
| Modifier and Type | Method and Description |
|---|---|
HTMLAttribute |
getAttribute(Object name) |
String |
getName() |
boolean |
isEnabled() |
boolean |
isEolAfterEndTag() |
boolean |
isEolAfterStartTag() |
boolean |
isEolBeforeEndTag() |
boolean |
isEolBeforeStartTag() |
public static final String NAME_KEY
public static final String ATTRIBUTE_KEY
public HTMLTag(org.dom4j.Element element,
String name)
public HTMLTag(String name)
public HTMLAttribute getAttribute(Object name) throws Exception
ExceptionCopyright © 2015. All rights reserved.