public class AllElementsSpaceStrippingRule extends java.lang.Object implements SpaceStrippingRule
Constructor and Description |
---|
AllElementsSpaceStrippingRule() |
Modifier and Type | Method and Description |
---|---|
void |
export(ExpressionPresenter presenter)
Export this rule as part of an exported stylesheet
|
static AllElementsSpaceStrippingRule |
getInstance() |
int |
isSpacePreserving(NodeName fingerprint,
SchemaType schemaType)
Decide whether an element is in the set of white-space preserving element types
|
ProxyReceiver |
makeStripper(Receiver next)
Make a filter to implement these space-stripping rules, or null if no filtering
is necessary
|
public static AllElementsSpaceStrippingRule getInstance()
public int isSpacePreserving(NodeName fingerprint, SchemaType schemaType)
isSpacePreserving
in interface SpaceStrippingRule
fingerprint
- identifies the element being testedschemaType
- public ProxyReceiver makeStripper(Receiver next)
makeStripper
in interface SpaceStrippingRule
next
- the Receiver that is to receiver the filtered event streampublic void export(ExpressionPresenter presenter)
export
in interface SpaceStrippingRule
presenter
- the output handlerCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.