Uses of Class
org.apache.xalan.templates.WhiteSpaceInfo
| Package | Description |
|---|---|
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
-
Uses of WhiteSpaceInfo in org.apache.xalan.processor
Subclasses of WhiteSpaceInfo in org.apache.xalan.processor Modifier and Type Class Description classWhitespaceInfoPaths -
Uses of WhiteSpaceInfo in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return WhiteSpaceInfo Modifier and Type Method Description WhiteSpaceInfoStylesheet. getPreserveSpace(int i)Get a "xsl:preserve-space" property.WhiteSpaceInfoStylesheet. getStripSpace(int i)Get an "xsl:strip-space" property.WhiteSpaceInfoStylesheetRoot. getWhiteSpaceInfo(XPathContext support, int targetElement, DTM dtm)Get information about whether or not an element should strip whitespace.Methods in org.apache.xalan.templates with parameters of type WhiteSpaceInfo Modifier and Type Method Description voidStylesheet. setPreserveSpaces(WhiteSpaceInfo wsi)Set the "xsl:preserve-space" property.voidStylesheet. setStripSpaces(WhiteSpaceInfo wsi)Set the "xsl:strip-space" properties.