com.icl.saxon
Class StylesheetStripper
- Result
public class StylesheetStripper
The StylesheetStripper refines the Stripper class to do stripping of
whitespace nodes on a stylesheet. This is handled specially (a) because
it is done at compile time, so there is no Controller or Context available, and (b)
because the rules are very simple
boolean | isSpacePreserving(int nameCode) - Decide whether an element is in the set of white-space preserving element types
|
void | setStylesheetRules(NamePool namePool) - Set the rules appropriate for whitespace-stripping in a stylesheet
|
characters , comment , endDocument , endElement , processingInstruction , setDocumentLocator , setEscaping , setNamePool , setOutputProperties , setUnderlyingEmitter , setUnparsedEntity , setWriter , startDocument , startElement |
characters , comment , endDocument , endElement , getNamePool , getOutputProperties , getOutputStream , getSystemId , getWriter , makeEmitter , processingInstruction , setDocumentLocator , setEscaping , setNamePool , setOutputProperties , setOutputStream , setSystemId , setUnparsedEntity , setWriter , startDocument , startElement , usesWriter |
xsl_text
(package private) int xsl_text
isSpacePreserving
public boolean isSpacePreserving(int nameCode)
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving in interface Stripper
- true if the element is in the set of white-space preserving element types
setStylesheetRules
public void setStylesheetRules(NamePool namePool)
Set the rules appropriate for whitespace-stripping in a stylesheet