Searched refs:includeComments (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java111 * @param includeComments
113 public CanonicalizerBase(boolean includeComments) { argument
114 this._includeComments = includeComments;
253 final boolean includeComments=this._includeComments;
275 if (includeComments) {
H A DCanonicalizer20010315.java144 * @param includeComments
146 public Canonicalizer20010315(boolean includeComments) { argument
147 super(includeComments);
H A DCanonicalizer20010315Excl.java70 * @param includeComments
72 public Canonicalizer20010315Excl(boolean includeComments) { argument
73 super(includeComments);
H A DCanonicalizer11.java184 * @param includeComments
186 public Canonicalizer11(boolean includeComments) { argument
187 super(includeComments);

Completed in 90 milliseconds