org.apache.xml.security.utils
Class ElementCheckerImpl.InternedNsChecker

java.lang.Object
  extended byorg.apache.xml.security.utils.ElementCheckerImpl
      extended byorg.apache.xml.security.utils.ElementCheckerImpl.InternedNsChecker
All Implemented Interfaces:
ElementChecker
Enclosing class:
ElementCheckerImpl

public static class ElementCheckerImpl.InternedNsChecker
extends ElementCheckerImpl

A checker for DOM that interns NS


Nested Class Summary
 
Nested classes inherited from class org.apache.xml.security.utils.ElementCheckerImpl
ElementCheckerImpl.EmptyChecker, ElementCheckerImpl.FullChecker, ElementCheckerImpl.InternedNsChecker
 
Constructor Summary
ElementCheckerImpl.InternedNsChecker()
           
 
Method Summary
 void guaranteeThatElementInCorrectSpace(ElementProxy expected, org.w3c.dom.Element actual)
          Check that the elemnt is the one expect
 
Methods inherited from class org.apache.xml.security.utils.ElementCheckerImpl
isNamespaceElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementCheckerImpl.InternedNsChecker

public ElementCheckerImpl.InternedNsChecker()
Method Detail

guaranteeThatElementInCorrectSpace

public void guaranteeThatElementInCorrectSpace(ElementProxy expected,
                                               org.w3c.dom.Element actual)
                                        throws XMLSecurityException
Description copied from interface: ElementChecker
Check that the elemnt is the one expect

Throws:
XMLSecurityException