Searched refs:attributeComments (Results 1 – 1 of 1) sorted by relevance
89 private boolean attributeComments = true; field in ParserConfiguration133 return attributeComments; in isAttributeComments()140 public ParserConfiguration setAttributeComments(boolean attributeComments) { in setAttributeComments() argument141 this.attributeComments = attributeComments; in setAttributeComments()