Searched refs:xpath_comments (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SimpleXMLSource.java | 21 private Comments xpath_comments = new Comments(); // map from paths to comments. field in SimpleXMLSource 38 this.xpath_comments = copyAsLockedFrom.xpath_comments; in SimpleXMLSource() 65 return xpath_comments; in getXpathComments() 69 public void setXpathComments(Comments xpath_comments) { in setXpathComments() argument 70 this.xpath_comments = xpath_comments; in setXpathComments() 103 result.xpath_comments = (Comments) result.xpath_comments.clone(); in cloneAsThawed()
|
D | XPathParts.java | 111 String v, Comments xpath_comments) { in writeDifference() argument 125 if (xpath_comments != null) { in writeDifference() 126 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference() 131 if (xpath_comments != null) { in writeDifference() 132 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference() 146 if (xpath_comments != null) { in writeDifference() 147 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference() 150 if (xpath_comments != null) { in writeDifference() 151 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference() 309 …private XPathParts writeComment(PrintWriter pw, Comments xpath_comments, int index, Comments.Comme… in writeComment() argument [all …]
|