Interface XmlInheritanceProcessor.ElementTargetLocator

All Known Implementing Classes:
XmlInheritanceProcessor.ButtonElementTargetLocator, XmlInheritanceProcessor.CommonElementTargetLocator, XmlInheritanceProcessor.ViewElementTargetLocator, XmlInheritanceProcessor.ViewPropertyElementTargetLocator
Enclosing class:
XmlInheritanceProcessor

protected static interface XmlInheritanceProcessor.ElementTargetLocator
  • Method Summary

    Modifier and Type
    Method
    Description
    org.dom4j.Element
    locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem)
     
    boolean
    suitableFor(org.dom4j.Element extElem)
     
  • Method Details

    • suitableFor

      boolean suitableFor(org.dom4j.Element extElem)
    • locate

      @Nullable org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem)