Home | History | Annotate | Download | only in parsers

Lines Matching refs:whitespace

37     private boolean whitespace = false;
144 * whitespace in element content (sometimes known loosely as
145 * 'ignorable whitespace') when parsing XML documents (see XML Rec
146 * 2.10). Note that only whitespace which is directly contained within
152 * @param whitespace true if the parser created must eliminate whitespace
157 public void setIgnoringElementContentWhitespace(boolean whitespace) {
158 this.whitespace = whitespace;
227 * parsers which ignore ignorable whitespace in element content.
230 * which ignore ignorable whitespace in element content;
235 return whitespace;