Interface Dom4j.ElementAttributeVisitor

Enclosing class:
Dom4j

public static interface Dom4j.ElementAttributeVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onVisit(org.dom4j.Element element, org.dom4j.Attribute attribute)
     
  • Method Details

    • onVisit

      void onVisit(org.dom4j.Element element, org.dom4j.Attribute attribute)