Home | History | Annotate | Download | only in dom2dtm

Lines Matching defs:ntype

1215                 int ntype=n.getNodeType();
1216 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype)