org.apache.xml.security.utils
Interface ElementChecker

All Known Implementing Classes:
ElementCheckerImpl

public interface ElementChecker


Method Summary
 void guaranteeThatElementInCorrectSpace(ElementProxy expected, org.w3c.dom.Element actual)
          Deprecated. Check that the elemnt is the one expect
 boolean isNamespaceElement(org.w3c.dom.Node el, java.lang.String type, java.lang.String ns)
          Deprecated.  
 

Method Detail

guaranteeThatElementInCorrectSpace

public void guaranteeThatElementInCorrectSpace(ElementProxy expected,
                                               org.w3c.dom.Element actual)
                                        throws XMLSecurityException
Deprecated. 
Check that the elemnt is the one expect

Throws:
XMLSecurityException

isNamespaceElement

public boolean isNamespaceElement(org.w3c.dom.Node el,
                                  java.lang.String type,
                                  java.lang.String ns)
Deprecated.