public class CSSInlineStyle extends NameValuePair<CSSInlineStyle>
Constructor and Description |
---|
CSSInlineStyle()
construct
|
Modifier and Type | Method and Description |
---|---|
String |
getNameValueSeparator() |
String |
getPrefix()
the prefix
|
String |
getStyle() |
String |
getSuffix()
the suffix
|
String |
getValueSeparator()
the separator value
|
String |
toString()
adds the extra ";"
|
protected String |
wrapValue(String value) |
public String getPrefix()
TokenSeparatedValues
getPrefix
in class TokenSeparatedValues
public String getSuffix()
TokenSeparatedValues
getSuffix
in class TokenSeparatedValues
public String getValueSeparator()
TokenSeparatedValues
getValueSeparator
in class TokenSeparatedValues
public String getNameValueSeparator()
getNameValueSeparator
in class NameValuePair<CSSInlineStyle>
public String toString()
toString
in class TokenSeparatedValues
protected String wrapValue(String value)
wrapValue
in class NameValuePair<CSSInlineStyle>
public String getStyle()
Copyright © 2015. All rights reserved.