Class XmlLangAttributeDroppingValidatorWrapper

java.lang.Object
nu.validator.xml.langattributes.XmlLangAttributeDroppingValidatorWrapper
All Implemented Interfaces:
com.thaiopensource.validate.Validator

public class XmlLangAttributeDroppingValidatorWrapper
extends java.lang.Object
implements com.thaiopensource.validate.Validator
  • Constructor Summary

    Constructors 
    Constructor Description
    XmlLangAttributeDroppingValidatorWrapper​(com.thaiopensource.validate.Validator delegate, com.thaiopensource.util.PropertyMap properties)  
  • Method Summary

    Modifier and Type Method Description
    org.xml.sax.ContentHandler getContentHandler()  
    org.xml.sax.DTDHandler getDTDHandler()  
    void reset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XmlLangAttributeDroppingValidatorWrapper

      public XmlLangAttributeDroppingValidatorWrapper​(com.thaiopensource.validate.Validator delegate, com.thaiopensource.util.PropertyMap properties)
      Parameters:
      delegate -
      properties -
  • Method Details

    • getContentHandler

      public org.xml.sax.ContentHandler getContentHandler()
      Specified by:
      getContentHandler in interface com.thaiopensource.validate.Validator
      Returns:
      See Also:
      Validator.getContentHandler()
    • getDTDHandler

      public org.xml.sax.DTDHandler getDTDHandler()
      Specified by:
      getDTDHandler in interface com.thaiopensource.validate.Validator
      Returns:
      See Also:
      Validator.getDTDHandler()
    • reset

      public void reset()
      Specified by:
      reset in interface com.thaiopensource.validate.Validator
      See Also:
      Validator.reset()