Home | History | Annotate | Download | only in dom2dtm

Lines Matching refs:isWhitespace

501               XMLCharacterRecognizer.isWhiteSpace(n.getNodeValue());
868 public boolean isWhitespace(int nodeHandle)
887 boolean b = buf.isWhitespace(0, buf.length());
1591 return XMLCharacterRecognizer.isWhiteSpace(ch); // Take the easy way out for now.