}
escape = doEscape;
}
if (endIndex > 0) {
String sub = content.substring(startIndex, endIndex);
MacroDirective macroDirective = new LibraryMacroDirective(
null, namespace, sub, startIndex - 1, endIndex
- index + 2);
macroDirectives.add(macroDirective);
index = content.indexOf(startChar + HASH_MACRO_SPACE, endIndex);
if (index >= 0)