Class StylesheetSpaceStrippingRule

  • All Implemented Interfaces:
    SpaceStrippingRule

    public class StylesheetSpaceStrippingRule
    extends java.lang.Object
    implements SpaceStrippingRule
    A whitespace stripping rule that strips whitespace according to the rules defined for XSLT stylesheets
    • Constructor Detail

      • StylesheetSpaceStrippingRule

        public StylesheetSpaceStrippingRule​(NamePool pool)
    • Method Detail

      • makeStripper

        public ProxyReceiver makeStripper​(Receiver next)
        Make a filter to implement these space-stripping rules, or null if no filtering is necessary
        Specified by:
        makeStripper in interface SpaceStrippingRule
        Parameters:
        next - the Receiver that is to receive the filtered event stream
        Returns:
        a filter in the form of a ProxyReceiver, or null