Package net.sf.xslthl
Class Block
java.lang.Object
net.sf.xslthl.Block
- Direct Known Subclasses:
StyledBlock
A block of text
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Block
-
-
Method Details
-
getText
- Returns:
- the text within this block
-
toString
-
isStyled
public boolean isStyled()- Returns:
- true if this block contains style information
-
empty
Deprecated.UseisEmpty()
instead- Returns:
- true if this block as no content
-
isEmpty
public boolean isEmpty()- Returns:
- true if this block as no content
-
isEmpty()
instead