Searched defs:currentComment (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInputDebugger.java628 * @param currentComment
631 private void outputCommentToWriter(Comment currentComment) argument
634 if (currentComment == null) {
640 String data = currentComment.getData();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java765 * @param currentComment
769 static final void outputCommentToWriter(Comment currentComment, OutputStream writer,int position) throws IOException { argument
775 final String data = currentComment.getData();

Completed in 32 milliseconds