| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DTMWSFilter
This interface is meant to be implemented by a client of the DTM, and allows stripping of whitespace nodes.
| Field Summary | |
|---|---|
| static short | INHERITInherit whitespace stripping behavior of the parent node. | 
| static short | NOTSTRIPDo not strip whitespace child nodes of this element. | 
| static short | STRIPStrip 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. | 
| Field Detail | 
|---|
static final short NOTSTRIP
static final short STRIP
static final short INHERIT
| Method Detail | 
|---|
short getShouldStripSpace(int elementHandle,
                          DTM dtm)
DTM. Normally, this function
 will be called by the implementation of DTM; 
 it is not normally called directly from
 user code.
elementHandle - int Handle of the element.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||