public class StylesheetSpaceStrippingRule extends Object implements SpaceStrippingRule
Constructor and Description |
---|
StylesheetSpaceStrippingRule(NamePool pool) |
Modifier and Type | Method and Description |
---|---|
void |
export(ExpressionPresenter presenter)
Export this rule as part of an exported stylesheet
|
byte |
isSpacePreserving(NodeName elementName)
Decide whether an element is in the set of white-space preserving element types
|
public StylesheetSpaceStrippingRule(NamePool pool)
public byte isSpacePreserving(NodeName elementName)
isSpacePreserving
in interface SpaceStrippingRule
elementName
- identifies the element being testedStripper.ALWAYS_PRESERVE
if the element is in the set of white-space preserving
element types, Stripper.ALWAYS_STRIP
if the element is to be stripped regardless of the
xml:space setting, and Stripper.STRIP_DEFAULT
otherwisepublic void export(ExpressionPresenter presenter)
export
in interface SpaceStrippingRule
presenter
- the output handlerCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.