info.bliki.htmlcleaner.util
Class HtmlForm.Element
java.lang.Object
info.bliki.htmlcleaner.util.HtmlForm.Element
- Enclosing class:
- HtmlForm
public static class HtmlForm.Element
- extends java.lang.Object
Class to encapsulate the data found in HTML form elements.
- Author:
- R. Scarberry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlForm.Element
public HtmlForm.Element(java.lang.String tag,
HtmlForm.ElementAttribute[] attributes)
getElementAttributeByName
public HtmlForm.ElementAttribute getElementAttributeByName(java.lang.String name)
getTag
public java.lang.String getTag()
elementIsOfType
public boolean elementIsOfType(java.lang.String type)
isHiddenElement
public boolean isHiddenElement()
isTextElement
public boolean isTextElement()
isSubmitElement
public boolean isSubmitElement()
isTextAreaElement
public boolean isTextAreaElement()
getEmbeddedText
public java.lang.String getEmbeddedText()
setEmbeddedText
public void setEmbeddedText(java.lang.String text)
Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.