|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WhiteSpaceInfo | |
---|---|
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).
StylesheetProcessor implements the TRaX TransformerFactory interface,
as well as the SAXTransformerFactory interface. |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet.
StylesheetRoot implements the Templates interface, and
extends StylesheetComposed ,
which is a Stylesheet composed of itself
and its included Stylesheet objects. |
Uses of WhiteSpaceInfo in org.apache.xalan.processor |
---|
Subclasses of WhiteSpaceInfo in org.apache.xalan.processor | |
---|---|
class |
WhitespaceInfoPaths
|
Uses of WhiteSpaceInfo in org.apache.xalan.templates |
---|
Methods in org.apache.xalan.templates that return WhiteSpaceInfo | |
---|---|
WhiteSpaceInfo |
Stylesheet.getPreserveSpace(int i)
Get a "xsl:preserve-space" property. |
WhiteSpaceInfo |
Stylesheet.getStripSpace(int i)
Get an "xsl:strip-space" property. |
WhiteSpaceInfo |
StylesheetRoot.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 | |
---|---|
void |
Stylesheet.setPreserveSpaces(WhiteSpaceInfo wsi)
Set the "xsl:preserve-space" property. |
void |
Stylesheet.setStripSpaces(WhiteSpaceInfo wsi)
Set the "xsl:strip-space" properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |