Searched refs:attributeComments (Results 1 – 1 of 1) sorted by relevance
144 private boolean attributeComments = true; field in ParserConfiguration221 return attributeComments; in isAttributeComments()228 public ParserConfiguration setAttributeComments(boolean attributeComments) { in setAttributeComments() argument229 this.attributeComments = attributeComments; in setAttributeComments()