org.apache.xml.security.utils
Interface ElementChecker

All Known Implementing Classes:
ElementCheckerImpl, ElementCheckerImpl.EmptyChecker, ElementCheckerImpl.FullChecker, ElementCheckerImpl.InternedNsChecker

Deprecated.

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

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

Throws:
XMLSecurityException

isNamespaceElement

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