| Constructor and Description |
|---|
Element(String tag,
HtmlForm.ElementAttribute[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
elementIsOfType(String type) |
HtmlForm.ElementAttribute |
getElementAttributeByName(String name) |
String |
getEmbeddedText() |
String |
getTag() |
boolean |
isHiddenElement() |
boolean |
isSubmitElement() |
boolean |
isTextAreaElement() |
boolean |
isTextElement() |
void |
setEmbeddedText(String text) |
public Element(String tag, HtmlForm.ElementAttribute[] attributes)
public HtmlForm.ElementAttribute getElementAttributeByName(String name)
public String getTag()
public boolean elementIsOfType(String type)
public boolean isHiddenElement()
public boolean isTextElement()
public boolean isSubmitElement()
public boolean isTextAreaElement()
public String getEmbeddedText()
public void setEmbeddedText(String text)
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.