org.apache.xml.security.utils
Interface ElementChecker
- All Known Implementing Classes:
- ElementCheckerImpl
- public interface ElementChecker
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.