Searched defs:whitespace (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DStAXSchemaParser.java273 private void sendCharactersToSchemaParser(String str, boolean whitespace) { argument
280 if (whitespace) {
291 if (whitespace) {
/openjdk7/jaxp/src/javax/xml/parsers/
H A DDocumentBuilderFactory.java48 private boolean whitespace = false; field in class:DocumentBuilderFactory
235 * whitespace in element content (sometimes known loosely as
236 * 'ignorable whitespace') when parsing XML documents (see XML Rec
237 * 2.10). Note that only whitespace which is directly contained within
243 * @param whitespace true if the parser created must eliminate whitespace
248 public void setIgnoringElementContentWhitespace(boolean whitespace) { argument
249 this.whitespace = whitespace;
318 * parsers which ignore ignorable whitespace i
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DUtil.java834 if (whitespace == null || whitespace.length() < tabLength)
835 whitespace = String.format("%" + tabLength + "s", " ");
839 s.replace(index, index+1, whitespace.substring(0, spaceCount));
843 private static String whitespace; field in class:Util
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java382 private void whitespace(String roleId) method in class:DTDParser
406 // where whitespace is allowed. getc wouldn't need any
420 // grammar rule allowing whitespace at end of entity.
582 // 3.3.3 says whitespace normalizes to space...
809 // To ensure that the whitespace is there so that when we
811 // whitespace still exists.
858 whitespace(roleId);
1068 // n.b. for content models where inter-element whitespace is
1093 whitespace("F-000");
1120 // libraries often interpret them. No whitespace i
[all...]

Completed in 1472 milliseconds