Searched refs:preCommentCache (Results 1 – 1 of 1) sorted by relevance
57 private Set<String> preCommentCache; field in DtdData278 …nameToElement.get(eName), aName, Mode.forString(mode), FILLER.split(type), value, preCommentCache); in addAttribute()279 preCommentCache = null; in addAttribute()496 element.setChildren(this, model, preCommentCache); in addElement()497 preCommentCache = null; in addElement()504 if (preCommentCache != null || comment.startsWith("#")) { // the precomments are "sticky" in addComment()508 preCommentCache = addUnmodifiable(preCommentCache, comment); in addComment()517 preCommentCache = addUnmodifiable(preCommentCache, comment); in addComment()