Searched refs:getXpathComments (Results 1 – 5 of 5) sorted by relevance
477 … String initialComment = fixInitialComment(dataSource.getXpathComments().getInitialComment()); in write()480 … XPathParts.Comments tempComments = (XPathParts.Comments) dataSource.getXpathComments().clone(); in write()548 String finalComment = dataSource.getXpathComments().getFinalComment(); in write()798 dataSource.getXpathComments().setFinalComment( in addComment()799 …CldrUtility.joinWithSeparation(dataSource.getXpathComments().getFinalComment(), XPathParts.NEWLINE, in addComment()803 dataSource.getXpathComments().addComment(type, xpath, comment); in addComment()893 dataSource.getXpathComments().setInitialComment( in putAll()894 CldrUtility.joinWithSeparation(dataSource.getXpathComments().getInitialComment(), in putAll()896 other.dataSource.getXpathComments().getInitialComment())); in putAll()897 dataSource.getXpathComments().setFinalComment( in putAll()[all …]
608 abstract public Comments getXpathComments(); in getXpathComments() method in XMLSource1215 public Comments getXpathComments() { in getXpathComments() method in XMLSource.ResolvingSource1216 return currentSource.getXpathComments(); in getXpathComments()1774 this.getXpathComments().setInitialComment(comment); in setInitialComment()1785 this.getXpathComments().setFinalComment( in addComment()1786 … CldrUtility.joinWithSeparation(this.getXpathComments().getFinalComment(), XPathParts.NEWLINE, in addComment()1790 this.getXpathComments().addComment(type, xpath, comment); in addComment()
64 public Comments getXpathComments() { in getXpathComments() method in SimpleXMLSource
146 source.getXpathComments().joinAll(other.getXpathComments()); in makeXMLSource()
51 public Comments getXpathComments() { in getXpathComments() method in TestXMLSource.DummyXMLSource