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

java.lang.Object
  extended by org.apache.xml.security.utils.ElementCheckerImpl
      extended by org.apache.xml.security.utils.ElementCheckerImpl.EmptyChecker
All Implemented Interfaces:
ElementChecker
Enclosing class:
ElementCheckerImpl

public static class ElementCheckerImpl.EmptyChecker
extends ElementCheckerImpl

An empty checker if schema checking is used


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.xml.security.utils.ElementCheckerImpl
ElementCheckerImpl.EmptyChecker, ElementCheckerImpl.FullChecker, ElementCheckerImpl.InternedNsChecker
 
Constructor Summary
ElementCheckerImpl.EmptyChecker()
           
 
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.EmptyChecker

public ElementCheckerImpl.EmptyChecker()
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


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.