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. |
Modifier and Type | Class | Description |
---|---|---|
class |
WhitespaceInfoPaths |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Stylesheet.setPreserveSpaces(WhiteSpaceInfo wsi) |
Set the "xsl:preserve-space" property.
|
void |
Stylesheet.setStripSpaces(WhiteSpaceInfo wsi) |
Set the "xsl:strip-space" properties.
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.