org.apache.xalan.xsltc.dom

Class DOMWSFilter

public class DOMWSFilter extends Object implements DTMWSFilter

A wrapper class that adapts the {@link org.apache.xml.dtm.DTMWSFilter DTMWSFilter} interface to the XSLTC DOM {@link org.apache.xalan.xsltc.StripFilter StripFilter} interface.
Constructor Summary
DOMWSFilter(AbstractTranslet translet)
Construct an adapter connecting the DTMWSFilter interface to the StripFilter interface.
Method Summary
shortgetShouldStripSpace(int node, DTM dtm)
Test whether whitespace-only text nodes are visible in the logical view of DTM.

Constructor Detail

DOMWSFilter

public DOMWSFilter(AbstractTranslet translet)
Construct an adapter connecting the DTMWSFilter interface to the StripFilter interface.

Parameters: translet A translet that also implements the StripFilter interface.

See Also: DTMWSFilter StripFilter

Method Detail

getShouldStripSpace

public short getShouldStripSpace(int node, DTM dtm)
Test whether whitespace-only text nodes are visible in the logical view of DTM. Normally, this function will be called by the implementation of DTM; it is not normally called directly from user code.

Parameters: node int handle of the node. dtm the DTM that owns this node

Returns: one of NOTSTRIP, STRIP or INHERIT.

Copyright © 2005 Apache XML Project. All Rights Reserved.