org.apache.xalan.templates
public class WhiteSpaceInfo extends ElemTemplate
| Constructor Summary | |
|---|---|
| WhiteSpaceInfo(Stylesheet thisSheet)
Constructor WhiteSpaceInfo | |
| WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
Constructor WhiteSpaceInfo
| |
| Method Summary | |
|---|---|
| boolean | getShouldStripSpace()
Return true if this element specifies that the node that
matches the match pattern should be stripped, otherwise
the space should be preserved.
|
| void | recompose(StylesheetRoot root)
This function is called to recompose() all of the WhiteSpaceInfo elements. |
Parameters: thisSheet The current stylesheet
Parameters: matchPattern Match pattern shouldStripSpace Flag indicating whether or not to strip whitespaces thisSheet The current stylesheet
Returns: value of m_shouldStripSpace flag