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() 57 return xpath_comments; in getXpathComments() 60 public void setXpathComments(Comments xpath_comments) { in setXpathComments() argument 61 this.xpath_comments = xpath_comments; in setXpathComments() 90 result.xpath_comments = (Comments) result.xpath_comments.clone(); in cloneAsThawed()
|
D | XPathParts.java | 99 XPathParts filteredLastXPath, String v, Comments xpath_comments) { in writeDifference() argument 109 if (xpath_comments != null) { in writeDifference() 110 … filteredXPath.writeComment(pw, xpath_comments, i + 1, Comments.CommentType.PREBLOCK); in writeDifference() 115 if (xpath_comments != null) { in writeDifference() 116 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.PREBLOCK); in writeDifference() 130 if (xpath_comments != null) { in writeDifference() 131 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.LINE); in writeDifference() 134 if (xpath_comments != null) { in writeDifference() 135 filteredXPath.writeComment(pw, xpath_comments, size(), Comments.CommentType.POSTBLOCK); in writeDifference() 308 …private XPathParts writeComment(PrintWriter pw, Comments xpath_comments, int index, Comments.Comme… in writeComment() argument [all …]
|