|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.xsltc.dom.DOMWSFilter
public class DOMWSFilter
A wrapper class that adapts the
DTMWSFilter interface to the XSLTC
DOM StripFilter interface.
| Field Summary |
|---|
| Fields inherited from interface org.apache.xml.dtm.DTMWSFilter |
|---|
INHERIT, NOTSTRIP, STRIP |
| Constructor Summary | |
|---|---|
DOMWSFilter(AbstractTranslet translet)
Construct an adapter connecting the DTMWSFilter interface
to the StripFilter interface. |
|
| Method Summary | |
|---|---|
short |
getShouldStripSpace(int node,
DTM dtm)
Test whether whitespace-only text nodes are visible in the logical view of DTM. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMWSFilter(AbstractTranslet translet)
DTMWSFilter interface
to the StripFilter interface.
translet - A translet that also implements the StripFilter
interface.DTMWSFilter,
StripFilter| Method Detail |
|---|
public short getShouldStripSpace(int node,
DTM dtm)
DTM. Normally, this function
will be called by the implementation of DTM;
it is not normally called directly from
user code.
getShouldStripSpace in interface DTMWSFilternode - int handle of the node.dtm - the DTM that owns this node
NOTSTRIP, STRIP or
INHERIT.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||