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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DElementProxy.java42 public abstract class ElementProxy { class
45 java.util.logging.Logger.getLogger(ElementProxy.class.getName());
60 * Constructor ElementProxy
63 public ElementProxy() { method in class:ElementProxy
67 * Constructor ElementProxy
71 public ElementProxy(Document doc) { method in class:ElementProxy
82 * Constructor ElementProxy
88 public ElementProxy(Element element, String BaseURI) throws XMLSecurityException { method in class:ElementProxy
90 throw new XMLSecurityException("ElementProxy.nullElement");
127 String prefix = ElementProxy
[all...]

Completed in 401 milliseconds