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