|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jolene.dom.HTMLElement
net.sf.jolene.dom.Header
public final class HeaderElement
An element in the header in a html document. Usually a meta, script, link or style tag.
Constructor Summary | |
---|---|
HeaderElement()
Default construcor. |
|
HeaderElement(Tags tag)
Construct a HeaderElement using a predefined Tag. |
Method Summary | |
---|---|
HeaderElement |
clone()
Returns a clone of the header element object. |
java.lang.String |
toString()
Renderes the HeaderElement. |
Methods inherited from class net.sf.jolene.dom.HTMLElement |
---|
clear, getAfterText, getAttribute, getBeforeText, getName, getStyle, getTag, getValue, hasAttribute, hasStyle, hide, isChecked, isDisabled, isHidden, isReadonly, keySet, removeAttribute, removeStyle, resetStyles, setAfterText, setAttribute, setBeforeText, setChecked, setDisabled, setName, setReadonly, setStyle, setStyles, setValue, swapWith, values |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HeaderElement()
public HeaderElement(Tags tag)
tag
- A Tag enum. Usually script, link, meta.Method Detail |
---|
public java.lang.String toString()
toString
in class HTMLElement
public HeaderElement clone()
clone
in class HTMLElement
DocumentFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |