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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java99 boolean _includeComments; field in class:CanonicalizerBase
114 this._includeComments = includeComments;
149 _includeComments = false;
253 final boolean includeComments=this._includeComments;
419 if (this._includeComments && (isVisibleDO(currentNode,ns.getLevel())==1)) {

Completed in 25 milliseconds