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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DElementProxy.java48 protected Element _constructionElement = null; field in class:ElementProxy
77 this._constructionElement =
98 this._constructionElement = element;
188 this._constructionElement = element;
199 return this._constructionElement;
246 String actualLocalName = this._constructionElement.getLocalName();
247 String actualNamespaceUri = this._constructionElement.getNamespaceURI();
268 this._constructionElement.appendChild(e);
269 XMLUtils.addReturnToElement(this._constructionElement);
283 this._constructionElement
[all...]

Completed in 95 milliseconds