|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.xpshared.htmlelements.HTMLElement
com.plumtree.xpshared.htmlelements.HTMLLink
public class HTMLLink
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
|---|
HTMLElement.ValidationLevel |
| Field Summary |
|---|
| Fields inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
|---|
aNewLine, bAllowEvents, bAllowSetStyleClassWithString, bCheckNestedStringForHTML, bDisplayDidPause, bEnforceMaxTableDepth, bForceFormattingOff, bForceFormattingOn, bPauseAfterDisplay, bPrintComments, bResumingAndChildFinished, bResumingAndChildInMidRender, bShowLang, iMaxTableDepth, sLangLocal, sNewLine, sTab |
| Constructor Summary | |
|---|---|
HTMLLink()
Creates a new HTMLLink object. |
|
| Method Summary | |
|---|---|
protected void |
AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
This method generates the beginning of the opening tag. |
protected void |
AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
This method generates the closing tag of this html element. |
java.lang.String |
GetCharSet()
Get the value of the charset attribute. |
java.lang.String |
GetHRef()
Get the value of the href attribute. |
java.lang.String |
GetRel()
Get the value of the rel attribute. |
java.lang.String |
GetRev()
Get the value of the rev attribute. |
java.lang.String |
GetType()
Get the value of the type attribute. |
protected boolean |
ProvidesClosingTag()
Indicates whether or not this HTML element provides a closing tag. |
void |
SetCharSet(java.lang.String s)
Set the value of the charset attribute. |
void |
SetHRef(java.lang.String s)
Set the value of the href attribute. |
void |
SetRel(java.lang.String s)
Set the value of the rel attribute. |
void |
SetRev(java.lang.String s)
Set the value of the rev attribute. |
void |
SetType(java.lang.String s)
Set the value of the type attribute. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLLink()
| Method Detail |
|---|
public java.lang.String GetCharSet()
public java.lang.String GetHRef()
public java.lang.String GetRel()
public java.lang.String GetRev()
public java.lang.String GetType()
public void SetCharSet(java.lang.String s)
s - String valuepublic void SetHRef(java.lang.String s)
s - String valuepublic void SetRel(java.lang.String s)
s - String valuepublic void SetRev(java.lang.String s)
s - String valuepublic void SetType(java.lang.String s)
s - String value
protected void AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
AppendBeginningOfOpeningTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponse
protected void AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
AppendClosingTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponseprotected boolean ProvidesClosingTag()
ProvidesClosingTag in class HTMLElement
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||