Searched refs:XMLCharacterRecognizer (Results 1 – 8 of 8) sorted by relevance
25 import org.apache.xml.utils.XMLCharacterRecognizer;837 return XMLCharacterRecognizer.isWhiteSpace(ch); // Take the easy way out for now. in isSpace()963 if (!XMLCharacterRecognizer.isWhiteSpace(valueString.charAt(i))) in toDouble()974 if (!XMLCharacterRecognizer.isWhiteSpace(valueString.charAt(i))) in toDouble()
26 import org.apache.xml.utils.XMLCharacterRecognizer;1008 return XMLCharacterRecognizer.isWhiteSpace(ch); // Take the easy way out for now. in isSpace()
28 import org.apache.xml.utils.XMLCharacterRecognizer;58 ||!XMLCharacterRecognizer.isWhiteSpace(m_accumulator)) in startNonText()
46 import org.apache.xml.utils.XMLCharacterRecognizer;699 if (!XMLCharacterRecognizer.isWhiteSpace(ch, start, length)) in characters()
470 && org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace(ch, start, length)) in characters()506 && org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace(ch, start, length)) in charactersRaw()686 && org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace(ch, start, length)) in cdata()
839 chunkOK = org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace( in isWhitespace()1142 && XMLCharacterRecognizer.isWhiteSpace(ch[currPos]); in sendNormalizedSAXcharacters()1158 && !XMLCharacterRecognizer.isWhiteSpace(ch[currPos]); in sendNormalizedSAXcharacters()1176 && XMLCharacterRecognizer.isWhiteSpace(ch[currPos]); in sendNormalizedSAXcharacters()
28 public class XMLCharacterRecognizer class
41 import org.apache.xml.utils.XMLCharacterRecognizer;501 XMLCharacterRecognizer.isWhiteSpace(n.getNodeValue()); in nextNode()1591 return XMLCharacterRecognizer.isWhiteSpace(ch); // Take the easy way out for now. in isSpace()