SpaceStrippingRule
public class StylesheetSpaceStrippingRule extends java.lang.Object implements SpaceStrippingRule
Constructor | Description |
---|---|
StylesheetSpaceStrippingRule(NamePool pool) |
Modifier and Type | Method | Description |
---|---|---|
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
otherwise