Searched refs:getXpathComments (Results 1 – 4 of 4) sorted by relevance
472 … String initialComment = fixInitialComment(dataSource.getXpathComments().getInitialComment()); in write()475 … XPathParts.Comments tempComments = (XPathParts.Comments) dataSource.getXpathComments().clone(); in write()535 String finalComment = dataSource.getXpathComments().getFinalComment(); in write()747 dataSource.getXpathComments().setFinalComment( in addComment()748 …CldrUtility.joinWithSeparation(dataSource.getXpathComments().getFinalComment(), XPathParts.NEWLINE, in addComment()752 dataSource.getXpathComments().addComment(type, xpath, comment); in addComment()844 dataSource.getXpathComments().setInitialComment( in putAll()845 CldrUtility.joinWithSeparation(dataSource.getXpathComments().getInitialComment(), in putAll()847 other.dataSource.getXpathComments().getInitialComment())); in putAll()848 dataSource.getXpathComments().setFinalComment( in putAll()[all …]
56 public Comments getXpathComments() { in getXpathComments() method in SimpleXMLSource
580 abstract public Comments getXpathComments(); in getXpathComments() method in XMLSource1139 public Comments getXpathComments() { in getXpathComments() method in XMLSource.ResolvingSource1140 return currentSource.getXpathComments(); in getXpathComments()
51 public Comments getXpathComments() { in getXpathComments() method in TestXMLSource.DummyXMLSource