Searched refs:comment0 (Results 1 – 6 of 6) sorted by relevance
42 namespace comment0 { namespace
113 namespace comment0 { namespace
528 String comment0 = trimWhitespaceSpecial(string).trim(); in comment()530 … source.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE); in comment()532 … comment = (comment == null ? comment0 : comment + XPathParts.NEWLINE + comment0); in comment()
1887 String comment0 = trimWhitespaceSpecial(string).trim();1889 … target.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE);1891 … comment = (comment == null ? comment0 : comment + XPathParts.NEWLINE + comment0);