Modifier and Type | Field and Description |
---|---|
public static final short | INHERIT
Inherit whitespace stripping behavior of the parent node. |
public static final short | NOTSTRIP
Do not strip whitespace child nodes of this element. |
public static final short | STRIP
Strip whitespace child nodes of this element. |
Modifier and Type | Method and Description |
---|---|
public short | Returns: one of NOTSTRIP, STRIP, or INHERIT.int Handle of the element. elementHandle, DTM dtm)Test whether whitespace-only text nodes are visible in the logical
view of |
INHERIT | back to summary |
---|---|
public static final short INHERIT Inherit whitespace stripping behavior of the parent node. |
NOTSTRIP | back to summary |
---|---|
public static final short NOTSTRIP Do not strip whitespace child nodes of this element. |
STRIP | back to summary |
---|---|
public static final short STRIP Strip whitespace child nodes of this element. |
getShouldStripSpace | back to summary |
---|---|
public short getShouldStripSpace(int elementHandle, DTM dtm) Test whether whitespace-only text nodes are visible in the logical
view of
|