org.apache.xml.dtm
public interface DTMWSFilter
| Field Summary | |
|---|---|
| static short | INHERIT
Inherit whitespace stripping behavior of the parent node. |
| static short | NOTSTRIP
Do not strip whitespace child nodes of this element. |
| static short | STRIP
Strip whitespace child nodes of this element. |
| Method Summary | |
|---|---|
| short | getShouldStripSpace(int elementHandle, DTM dtm)
Test whether whitespace-only text nodes are visible in the logical
view of DTM. |
DTM. Normally, this function
will be called by the implementation of DTM;
it is not normally called directly from
user code.
Parameters: elementHandle int Handle of the element.
Returns: one of NOTSTRIP, STRIP, or INHERIT.