HomeSort by relevance Sort by last modified time
    Searched full:suppressnode (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 465 // DTM may skip whitespace. This is handled by the suppressNode flag, which
478 boolean suppressNode=false;
487 suppressNode=((null != m_wsfilter) && getShouldStripWhitespace());
500 suppressNode &=
514 suppressNode = (pos.getNodeName().toLowerCase().equals("xml"));
518 if(!suppressNode)
581 } // (if !suppressNode)
    [all...]

Completed in 44 milliseconds