Package net.sf.xslthl
Class StyledBlock
- java.lang.Object
-
- net.sf.xslthl.Block
-
- net.sf.xslthl.StyledBlock
-
public class StyledBlock extends Block
A block with a style
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HIDDEN_STYLE
Remove this part from the resultstatic java.lang.String
NO_STYLE
Do not add a style, just "block" it
-
Constructor Summary
Constructors Constructor Description StyledBlock(java.lang.String text, java.lang.String style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStyle()
java.lang.String
getText()
boolean
isStyled()
java.lang.String
toString()
-
-
-
Field Detail
-
NO_STYLE
public static final java.lang.String NO_STYLE
Do not add a style, just "block" it- See Also:
- Constant Field Values
-
HIDDEN_STYLE
public static final java.lang.String HIDDEN_STYLE
Remove this part from the result- See Also:
- Constant Field Values
-
-