Home | History | Annotate | Download | only in serializer

Lines Matching refs:ignorableWhitespace

837      * @see org.xml.sax.ContentHandler#ignorableWhitespace(char[], int, int)
839 public void ignorableWhitespace(char[] ch, int start, int length)
846 m_handler.ignorableWhitespace(ch, start, length);