org.apache.xml.security.utils
Interface ElementChecker
- All Known Implementing Classes:
- ElementCheckerImpl, ElementCheckerImpl.EmptyChecker, ElementCheckerImpl.FullChecker, ElementCheckerImpl.InternedNsChecker
Deprecated.
public interface ElementChecker
guaranteeThatElementInCorrectSpace
void guaranteeThatElementInCorrectSpace(ElementProxy expected,
Element actual)
throws XMLSecurityException
- Deprecated.
- Check that the element is the one expect
- Throws:
XMLSecurityException
isNamespaceElement
boolean isNamespaceElement(Node el,
String type,
String ns)
- Deprecated.
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.