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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransforms.java150 * @param transformURI the URI form of transform that indicates which
154 public void addTransform(String transformURI) argument
159 log.log(java.util.logging.Level.FINE, "Transforms.addTransform(" + transformURI + ")");
161 Transform transform = new Transform(this._doc, transformURI);
173 * @param transformURI the URI form of transform that indicates which
179 public void addTransform(String transformURI, Element contextElement) argument
184 log.log(java.util.logging.Level.FINE, "Transforms.addTransform(" + transformURI + ")");
186 Transform transform = new Transform(this._doc, transformURI, contextElement);
198 * @param transformURI the URI form of transform that indicates which
204 public void addTransform(String transformURI, NodeLis argument
[all...]

Completed in 30 milliseconds